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

    Interface GetBrandingPhoneProviderResponseContent

    Phone provider configuration schema

    interface GetBrandingPhoneProviderResponseContent {
        id?: string;
        tenant?: string;
        name: Management.PhoneProviderNameEnum;
        channel?: "phone";
        disabled?: boolean;
        configuration?: PhoneProviderConfiguration;
        created_at?: string;
        updated_at?: string;
    }
    Index

    Properties

    id?: string
    tenant?: string

    The name of the tenant

    channel?: "phone"
    disabled?: boolean

    Whether the provider is enabled (false) or disabled (true).

    created_at?: string

    The provider's creation date and time in ISO 8601 format

    updated_at?: string

    The date and time of the last update to the provider in ISO 8601 format