Back to Node Auth0

Interface CreateBrandingPhoneProviderRequestContent

docs/interfaces/management.Management.CreateBrandingPhoneProviderRequestContent.html

5.9.11.6 KB
Original Source

Interface CreateBrandingPhoneProviderRequestContent

Example

{ * name: "twilio", * credentials: { * auth_token: "auth_token" * } * }Copy

interface CreateBrandingPhoneProviderRequestContent {
name: Management.PhoneProviderNameEnum;
disabled?: boolean;
configuration?: PhoneProviderConfiguration;
credentials: PhoneProviderCredentials;
}

Index

Properties

namedisabled?configuration?credentials

Properties

name

name: Management.PhoneProviderNameEnum

Optionaldisabled

disabled?: boolean

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

Optionalconfiguration

configuration?: PhoneProviderConfiguration

credentials

credentials: PhoneProviderCredentials

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namedisabledconfigurationcredentials