Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | Timestamp when the role was created | [optional] [readonly] |
Label | String | The permission type | [optional] [readonly] |
LastUpdated | System.DateTime | Timestamp when the role was last updated | [optional] [readonly] |
Links | PermissionLinks | [optional] |
- Prepare the resource
$Permission = Initialize-Okta.PowerShellPermission -Created null `
-Label null `
-LastUpdated null `
-Links null
- Convert the resource to JSON
$Permission | ConvertTo-JSON