Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.2 KB

LogAuthenticationContext.md

File metadata and controls

33 lines (27 loc) · 1.2 KB

LogAuthenticationContext

Properties

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]

Examples

  • 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

[Back to Model list] [Back to API list] [Back to README]