Okta · Schema

WebAuthnUserFactorProfile

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
authenticatorName string
credentialId string
View JSON Schema on GitHub

JSON Schema

okta-webauthnuserfactorprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebAuthnUserFactorProfile",
  "title": "WebAuthnUserFactorProfile",
  "type": "object",
  "properties": {
    "authenticatorName": {
      "type": "string"
    },
    "credentialId": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "UserFactor"
  ]
}