Okta · Schema

CustomHotpUserFactor

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

Properties

Name Type Description
factorProfileId string
profile object
View JSON Schema on GitHub

JSON Schema

okta-customhotpuserfactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomHotpUserFactor",
  "title": "CustomHotpUserFactor",
  "type": "object",
  "properties": {
    "factorProfileId": {
      "type": "string"
    },
    "profile": {
      "$ref": "#/components/schemas/CustomHotpUserFactorProfile"
    }
  },
  "x-okta-parent": "#/definitions/UserFactor",
  "x-okta-tags": [
    "UserFactor"
  ]
}