Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 678 Bytes

WebAuthnUserFactorProfile.md

File metadata and controls

23 lines (17 loc) · 678 Bytes

WebAuthnUserFactorProfile

Properties

Name Type Description Notes
AuthenticatorName String [optional]
CredentialId String [optional]

Examples

  • Prepare the resource
$WebAuthnUserFactorProfile = Initialize-Okta.PowerShellWebAuthnUserFactorProfile  -AuthenticatorName null `
 -CredentialId null
  • Convert the resource to JSON
$WebAuthnUserFactorProfile | ConvertTo-JSON

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