Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | Timestamp when the role was created | [optional] [readonly] |
Description | String | Description of the resource set | [optional] |
Id | String | Unique key for the role | [optional] [readonly] |
LastUpdated | System.DateTime | Timestamp when the role was last updated | [optional] [readonly] |
Links | System.Collections.Hashtable | [optional] [readonly] |
- Prepare the resource
$ResourceSetResource = Initialize-Okta.PowerShellResourceSetResource -Created null `
-Description null `
-Id null `
-LastUpdated null `
-Links null
- Convert the resource to JSON
$ResourceSetResource | ConvertTo-JSON