Okta · Schema

SwaApplication

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-swaapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SwaApplication",
  "title": "SwaApplication",
  "type": "object",
  "properties": {
    "name": {
      "type": "object"
    },
    "settings": {
      "$ref": "#/components/schemas/SwaApplicationSettings"
    }
  },
  "x-okta-defined-as": {
    "name": "template_swa"
  },
  "x-okta-parent": "#/definitions/BrowserPluginApplication",
  "x-okta-tags": [
    "Application"
  ]
}