Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.02 KB

ResourceSetResource.md

File metadata and controls

29 lines (23 loc) · 1.02 KB

ResourceSetResource

Properties

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]

Examples

  • 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

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