Okta · Schema

UserSchemaAttributeMaster

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

Properties

Name Type Description
priority array
type object
View JSON Schema on GitHub

JSON Schema

okta-userschemaattributemaster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserSchemaAttributeMaster",
  "title": "UserSchemaAttributeMaster",
  "type": "object",
  "properties": {
    "priority": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserSchemaAttributeMasterPriority"
      }
    },
    "type": {
      "$ref": "#/components/schemas/UserSchemaAttributeMasterType"
    }
  },
  "x-okta-tags": [
    "UserSchema"
  ]
}