Okta · Schema

Scope

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

Properties

Name Type Description
allowedOktaApps array
stringValue string
type object
View JSON Schema on GitHub

JSON Schema

okta-scope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Scope",
  "title": "Scope",
  "type": "object",
  "properties": {
    "allowedOktaApps": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/IframeEmbedScopeAllowedApps"
      }
    },
    "stringValue": {
      "type": "string"
    },
    "type": {
      "$ref": "#/components/schemas/ScopeType"
    }
  },
  "x-okta-tags": [
    "Role"
  ]
}