Okta · Schema

AccessPolicyRuleApplicationSignOn

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

Properties

Name Type Description
access string
verificationMethod object
View JSON Schema on GitHub

JSON Schema

okta-accesspolicyruleapplicationsignon-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessPolicyRuleApplicationSignOn",
  "title": "AccessPolicyRuleApplicationSignOn",
  "type": "object",
  "properties": {
    "access": {
      "type": "string"
    },
    "verificationMethod": {
      "$ref": "#/components/schemas/VerificationMethod"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}