docs/interfaces/management.Management.OrganizationDiscoveryDomain.html
interface OrganizationDiscoveryDomain {
id: string;
domain: string;
status: Management.OrganizationDiscoveryDomainStatus;
use_for_organization_discovery?: boolean;
verification_txt: string;
verification_host: string;
}
iddomainstatususe_for_organization_discovery?verification_txtverification_host
id: string
Organization discovery domain identifier.
domain: string
The domain name to associate with the organization e.g. acme.com.
status: Management.OrganizationDiscoveryDomainStatus
Optionaluse_for_organization_discoveryuse_for_organization_discovery?: boolean
Indicates whether this domain should be used for organization discovery.
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: string
The full domain where the TXT record should be added.
Member Visibility
ThemeOSLightDark
Properties iddomainstatususe_for_organization_discoveryverification_txtverification_host