Auth0 · Schema

UpdateOrganizationDiscoveryDomainRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
status object
use_for_organization_discovery boolean Indicates whether this domain should be used for organization discovery.
View JSON Schema on GitHub

JSON Schema

auth0-updateorganizationdiscoverydomainrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateOrganizationDiscoveryDomainRequestContent",
  "title": "UpdateOrganizationDiscoveryDomainRequestContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "status": {
      "$ref": "#/components/schemas/OrganizationDiscoveryDomainStatus"
    },
    "use_for_organization_discovery": {
      "type": "boolean",
      "description": "Indicates whether this domain should be used for organization discovery."
    }
  }
}