Okta · Schema

Org2OrgApplicationSettings

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

Properties

Name Type Description
app object
View JSON Schema on GitHub

JSON Schema

okta-org2orgapplicationsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Org2OrgApplicationSettings",
  "title": "Org2OrgApplicationSettings",
  "type": "object",
  "properties": {
    "app": {
      "$ref": "#/components/schemas/Org2OrgApplicationSettingsApp"
    }
  },
  "x-okta-parent": "#/definitions/SamlApplicationSettings",
  "x-okta-tags": [
    "Application"
  ]
}