Okta · Schema

BookmarkApplicationSettingsApplication

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

Properties

Name Type Description
requestIntegration boolean
url string
View JSON Schema on GitHub

JSON Schema

okta-bookmarkapplicationsettingsapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BookmarkApplicationSettingsApplication",
  "title": "BookmarkApplicationSettingsApplication",
  "type": "object",
  "properties": {
    "requestIntegration": {
      "type": "boolean"
    },
    "url": {
      "type": "string"
    }
  },
  "x-okta-parent": "#/definitions/ApplicationSettingsApplication",
  "x-okta-tags": [
    "Application"
  ]
}