Class BrandingPhoneProviderBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Phone provider configuration schema
public class BrandingPhoneProviderBase
- Inheritance
-
BrandingPhoneProviderBase
- Derived
- Inherited Members
Properties
Configuration
[JsonProperty("configuration")]
public dynamic Configuration { get; set; }
Property Value
- dynamic
Disabled
Whether the provider is enabled (false) or disabled (true).
[JsonProperty("disabled")]
public bool? Disabled { get; set; }
Property Value
- bool?
Name
Name of the phone notification provider
[JsonProperty("name")]
public string Name { get; set; }