Name | Type | Description | Notes |
---|---|---|---|
Description | String | Description of the resource set | [optional] |
Label | String | Unique label for the resource set | [optional] |
Resources | String[] | [optional] |
- Prepare the resource
$CreateResourceSetRequest = Initialize-Okta.PowerShellCreateResourceSetRequest -Description null `
-Label null `
-Resources null
- Convert the resource to JSON
$CreateResourceSetRequest | ConvertTo-JSON