Name | Type | Description | Notes |
---|---|---|---|
Audiences | String[] | [optional] | |
Created | System.DateTime | [optional] [readonly] | |
Credentials | AuthorizationServerCredentials | [optional] | |
Description | String | [optional] | |
Id | String | [optional] [readonly] | |
Issuer | String | [optional] | |
IssuerMode | IssuerMode | [optional] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | [optional] | |
Status | LifecycleStatus | [optional] | |
Links | System.Collections.Hashtable | [optional] [readonly] |
- Prepare the resource
$AuthorizationServer = Initialize-Okta.PowerShellAuthorizationServer -Audiences null `
-Created null `
-Credentials null `
-Description null `
-Id null `
-Issuer null `
-IssuerMode null `
-LastUpdated null `
-Name null `
-Status null `
-Links null
- Convert the resource to JSON
$AuthorizationServer | ConvertTo-JSON