Okta · Schema

SwaApplicationSettingsApplication

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

Properties

Name Type Description
buttonField string
checkbox string
loginUrlRegex string
passwordField string
redirectUrl string
url string
usernameField string
View JSON Schema on GitHub

JSON Schema

okta-swaapplicationsettingsapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SwaApplicationSettingsApplication",
  "title": "SwaApplicationSettingsApplication",
  "type": "object",
  "properties": {
    "buttonField": {
      "type": "string"
    },
    "checkbox": {
      "type": "string"
    },
    "loginUrlRegex": {
      "type": "string"
    },
    "passwordField": {
      "type": "string"
    },
    "redirectUrl": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "usernameField": {
      "type": "string"
    }
  },
  "x-okta-parent": "#/definitions/ApplicationSettingsApplication",
  "x-okta-tags": [
    "Application"
  ]
}