Back to Node Auth0

Interface UpdateBrandingPhoneProviderRequestContent

docs/interfaces/management.Management.UpdateBrandingPhoneProviderRequestContent.html

5.9.11.6 KB
Original Source

Interface UpdateBrandingPhoneProviderRequestContent

Example

{}Copy

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

Index

Properties

name?disabled?credentials?configuration?

Properties

Optionalname

name?: Management.PhoneProviderNameEnum

Optionaldisabled

disabled?: boolean

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

Optionalcredentials

credentials?: PhoneProviderCredentials

Optionalconfiguration

configuration?: PhoneProviderConfiguration

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namedisabledcredentialsconfiguration