Okta · Schema

SwaThreeFieldApplicationSettingsApplication

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

Properties

Name Type Description
buttonSelector string
extraFieldSelector string
extraFieldValue string
loginUrlRegex string
passwordSelector string
targetURL string
userNameSelector string
View JSON Schema on GitHub

JSON Schema

okta-swathreefieldapplicationsettingsapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SwaThreeFieldApplicationSettingsApplication",
  "title": "SwaThreeFieldApplicationSettingsApplication",
  "type": "object",
  "properties": {
    "buttonSelector": {
      "type": "string"
    },
    "extraFieldSelector": {
      "type": "string"
    },
    "extraFieldValue": {
      "type": "string"
    },
    "loginUrlRegex": {
      "type": "string"
    },
    "passwordSelector": {
      "type": "string"
    },
    "targetURL": {
      "type": "string"
    },
    "userNameSelector": {
      "type": "string"
    }
  },
  "x-okta-parent": "#/definitions/ApplicationSettingsApplication",
  "x-okta-tags": [
    "Application"
  ]
}