Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | [optional] [readonly] | |
Description | String | [optional] | |
Id | String | [optional] [readonly] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | [optional] | |
Priority | Int32 | [optional] | |
Status | LifecycleStatus | [optional] | |
System | Boolean | [optional] | |
Type | PolicyType | [optional] | |
Embedded | System.Collections.Hashtable | [optional] [readonly] | |
Links | System.Collections.Hashtable | [optional] [readonly] | |
Conditions | PolicyRuleConditions | [optional] |
- Prepare the resource
$AuthorizationServerPolicy = Initialize-Okta.PowerShellAuthorizationServerPolicy -Created null `
-Description null `
-Id null `
-LastUpdated null `
-Name null `
-Priority null `
-Status null `
-System null `
-Type null `
-Embedded null `
-Links null `
-Conditions null
- Convert the resource to JSON
$AuthorizationServerPolicy | ConvertTo-JSON