Okta · Schema

PolicyAccountLink

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

Properties

Name Type Description
action string
filter object
View JSON Schema on GitHub

JSON Schema

okta-policyaccountlink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PolicyAccountLink",
  "title": "PolicyAccountLink",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "AUTO",
        "DISABLED"
      ]
    },
    "filter": {
      "$ref": "#/components/schemas/PolicyAccountLinkFilter"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}