Back to Node Auth0

Interface SelfServiceProfileSsoTicketDomainAliasesConfig

docs/interfaces/management.Management.SelfServiceProfileSsoTicketDomainAliasesConfig.html

5.9.11.4 KB
Original Source

Interface SelfServiceProfileSsoTicketDomainAliasesConfig

Configuration for the setup of the connection’s domain_aliases in the Self-Service Enterprise Configuration flow.

interface SelfServiceProfileSsoTicketDomainAliasesConfig {
domain_verification: Management.SelfServiceProfileSsoTicketDomainVerificationEnum;
pending_domains?: string[];
}

Index

Properties

domain_verificationpending_domains?

Properties

domain_verification

domain_verification: Management.SelfServiceProfileSsoTicketDomainVerificationEnum

Optionalpending_domains

pending_domains?: string[]

List of domains that will be submitted for verification during the Self-Service Enterprise Configuration flow.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties domain_verificationpending_domains