WorkOS · Schema

DomainVerificationIntentOptions

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
domain_name string The domain name to verify. When provided, the domain verification flow will skip the domain entry form and go directly to the verification step.
View JSON Schema on GitHub

JSON Schema

workos-domainverificationintentoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainVerificationIntentOptions",
  "title": "DomainVerificationIntentOptions",
  "type": "object",
  "properties": {
    "domain_name": {
      "type": "string",
      "description": "The domain name to verify. When provided, the domain verification flow will skip the domain entry form and go directly to the verification step.",
      "example": "example.com"
    }
  }
}