Name | Type | Description | Notes |
---|---|---|---|
Acs | ProtocolEndpoint | [optional] | |
Authorization | ProtocolEndpoint | [optional] | |
Jwks | ProtocolEndpoint | [optional] | |
Metadata | ProtocolEndpoint | [optional] | |
Slo | ProtocolEndpoint | [optional] | |
Sso | ProtocolEndpoint | [optional] | |
Token | ProtocolEndpoint | [optional] | |
UserInfo | ProtocolEndpoint | [optional] |
- Prepare the resource
$ProtocolEndpoints = Initialize-Okta.PowerShellProtocolEndpoints -Acs null `
-Authorization null `
-Jwks null `
-Metadata null `
-Slo null `
-Sso null `
-Token null `
-UserInfo null
- Convert the resource to JSON
$ProtocolEndpoints | ConvertTo-JSON