Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 882 Bytes

Permission.md

File metadata and controls

27 lines (21 loc) · 882 Bytes

Permission

Properties

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]

Examples

  • Prepare the resource
$Permission = Initialize-Okta.PowerShellPermission  -Created null `
 -Label null `
 -LastUpdated null `
 -Links null
  • Convert the resource to JSON
$Permission | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]