Back to Node Auth0

Interface OrganizationDiscoveryDomain

docs/interfaces/management.Management.OrganizationDiscoveryDomain.html

5.9.12.0 KB
Original Source

Interface OrganizationDiscoveryDomain

interface OrganizationDiscoveryDomain {
id: string;
domain: string;
status: Management.OrganizationDiscoveryDomainStatus;
use_for_organization_discovery?: boolean;
verification_txt: string;
verification_host: string;
}

Index

Properties

iddomainstatususe_for_organization_discovery?verification_txtverification_host

Properties

id

id: string

Organization discovery domain identifier.

domain

domain: string

The domain name to associate with the organization e.g. acme.com.

status

status: Management.OrganizationDiscoveryDomainStatus

Optionaluse_for_organization_discovery

use_for_organization_discovery?: boolean

Indicates whether this domain should be used for organization discovery.

verification_txt

verification_txt: string

A unique token generated for the discovery domain. This must be placed in a DNS TXT record at the location specified by the verification_host field to prove domain ownership.

verification_host

verification_host: string

The full domain where the TXT record should be added.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties iddomainstatususe_for_organization_discoveryverification_txtverification_host