Class BrandingPhoneProviderGetRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingPhoneProviderGetRequest
- Inheritance
-
BrandingPhoneProviderGetRequest
- Inherited Members
Properties
Disabled
Whether the provider is enabled (false) or disabled (true).
[JsonProperty("disabled")]
public bool? Disabled { get; set; }
Property Value
- bool?