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] |
- Prepare the resource
$ResourceSetBindingMember = Initialize-Okta.PowerShellResourceSetBindingMember -Created null `
-Id null `
-LastUpdated null `
-Links null
- Convert the resource to JSON
$ResourceSetBindingMember | ConvertTo-JSON