WorkOS · Schema

IntentOptions

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
sso object SSO-specific options for the Admin Portal.
domain_verification object Domain verification-specific options for the Admin Portal.
View JSON Schema on GitHub

JSON Schema

workos-intentoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntentOptions",
  "title": "IntentOptions",
  "type": "object",
  "properties": {
    "sso": {
      "description": "SSO-specific options for the Admin Portal.",
      "$ref": "#/components/schemas/SsoIntentOptions"
    },
    "domain_verification": {
      "description": "Domain verification-specific options for the Admin Portal.",
      "$ref": "#/components/schemas/DomainVerificationIntentOptions"
    }
  }
}