Okta · Schema

Org2OrgApplication

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

Properties

Name Type Description
name object
settings object
View JSON Schema on GitHub

JSON Schema

okta-org2orgapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Org2OrgApplication",
  "title": "Org2OrgApplication",
  "type": "object",
  "properties": {
    "name": {
      "type": "object"
    },
    "settings": {
      "$ref": "#/components/schemas/Org2OrgApplicationSettings"
    }
  },
  "x-okta-defined-as": {
    "name": "okta_org2org"
  },
  "x-okta-parent": "#/definitions/SamlApplication",
  "x-okta-tags": [
    "Application"
  ]
}