Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 930 Bytes

ResourceSetBindingMember.md

File metadata and controls

27 lines (21 loc) · 930 Bytes

ResourceSetBindingMember

Properties

Name Type Description Notes
Created System.DateTime Timestamp when the role was created [optional] [readonly]
Id String Unique key for the role [optional] [readonly]
LastUpdated System.DateTime Timestamp when the role was last updated [optional] [readonly]
Links ApiTokenLink [optional]

Examples

  • Prepare the resource
$ResourceSetBindingMember = Initialize-Okta.PowerShellResourceSetBindingMember  -Created null `
 -Id null `
 -LastUpdated null `
 -Links null
  • Convert the resource to JSON
$ResourceSetBindingMember | ConvertTo-JSON

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