Auth0 Node.js SDK - v5.9.0
    Preparing search index...

    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

    pending_domains?: string[]

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