Okta · Schema

ApplicationSettings

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

Properties

Name Type Description
app object
implicitAssignment boolean
inlineHookId string
notes object
notifications object
View JSON Schema on GitHub

JSON Schema

okta-applicationsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationSettings",
  "title": "ApplicationSettings",
  "type": "object",
  "properties": {
    "app": {
      "$ref": "#/components/schemas/ApplicationSettingsApplication"
    },
    "implicitAssignment": {
      "type": "boolean"
    },
    "inlineHookId": {
      "type": "string"
    },
    "notes": {
      "$ref": "#/components/schemas/ApplicationSettingsNotes"
    },
    "notifications": {
      "$ref": "#/components/schemas/ApplicationSettingsNotifications"
    }
  },
  "x-okta-tags": [
    "Application"
  ]
}