Okta · Schema

AcsEndpoint

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

Properties

Name Type Description
index integer
url string
View JSON Schema on GitHub

JSON Schema

okta-acsendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AcsEndpoint",
  "title": "AcsEndpoint",
  "type": "object",
  "properties": {
    "index": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Application"
  ]
}