Name | Type | Description | Notes |
---|---|---|---|
ExpiresAt | System.DateTime | [optional] [readonly] | |
Id | String | [optional] [readonly] | |
Scopes | String[] | [optional] | |
Token | String | [optional] | |
TokenAuthScheme | String | [optional] | |
TokenType | String | [optional] |
- Prepare the resource
$SocialAuthToken = Initialize-Okta.PowerShellSocialAuthToken -ExpiresAt null `
-Id null `
-Scopes null `
-Token null `
-TokenAuthScheme null `
-TokenType null
- Convert the resource to JSON
$SocialAuthToken | ConvertTo-JSON