Name | Type | Description | Notes |
---|---|---|---|
AuthenticationProvider | LogAuthenticationProvider | [optional] | |
AuthenticationStep | Int32 | [optional] [readonly] | |
CredentialProvider | LogCredentialProvider | [optional] | |
CredentialType | LogCredentialType | [optional] | |
ExternalSessionId | String | [optional] [readonly] | |
Interface | String | [optional] [readonly] | |
Issuer | LogIssuer | [optional] |
- Prepare the resource
$LogAuthenticationContext = Initialize-Okta.PowerShellLogAuthenticationContext -AuthenticationProvider null `
-AuthenticationStep null `
-CredentialProvider null `
-CredentialType null `
-ExternalSessionId null `
-Interface null `
-Issuer null
- Convert the resource to JSON
$LogAuthenticationContext | ConvertTo-JSON