docs/interfaces/management.Management.PhoneProviderSchemaMasked.html
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;
}
id?tenant?namechannel?disabled?configuration?created_at?updated_at?
Optionalidid?: string
Optionaltenanttenant?: string
The name of the tenant
name: Management.PhoneProviderNameEnum
Optionalchannelchannel?: "phone"
Optionaldisableddisabled?: boolean
Whether the provider is enabled (false) or disabled (true).
Optionalconfigurationconfiguration?: PhoneProviderConfiguration
Optionalcreated_atcreated_at?: string
The provider's creation date and time in ISO 8601 format
Optionalupdated_atupdated_at?: string
The date and time of the last update to the provider in ISO 8601 format
Member Visibility
ThemeOSLightDark
Properties idtenantnamechanneldisabledconfigurationcreated_atupdated_at