Back to Node Auth0

Interface PhoneProviderSchemaMasked

docs/interfaces/management.Management.PhoneProviderSchemaMasked.html

5.9.11.9 KB
Original Source

Interface PhoneProviderSchemaMasked

Phone provider configuration schema

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

Index

Properties

id?tenant?namechannel?disabled?configuration?created_at?updated_at?

Properties

Optionalid

id?: string

Optionaltenant

tenant?: string

The name of the tenant

name

name: Management.PhoneProviderNameEnum

Optionalchannel

channel?: "phone"

Optionaldisabled

disabled?: boolean

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

Optionalconfiguration

configuration?: PhoneProviderConfiguration

Optionalcreated_at

created_at?: string

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

Optionalupdated_at

updated_at?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idtenantnamechanneldisabledconfigurationcreated_atupdated_at