Class UpdateBrandingPhoneProviderResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Phone provider configuration schema
[Serializable]
public record UpdateBrandingPhoneProviderResponseContent : IJsonOnDeserialized, IEquatable<UpdateBrandingPhoneProviderResponseContent>
- Inheritance
-
UpdateBrandingPhoneProviderResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Channel
[JsonPropertyName("channel")]
public PhoneProviderChannelEnum? Channel { get; set; }
Property Value
Configuration
[JsonPropertyName("configuration")]
public PhoneProviderConfiguration? Configuration { get; set; }
Property Value
CreatedAt
The provider's creation date and time in ISO 8601 format
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
Disabled
Whether the provider is enabled (false) or disabled (true).
[JsonPropertyName("disabled")]
public bool? Disabled { get; set; }
Property Value
- bool?
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public required PhoneProviderNameEnum Name { get; set; }
Property Value
Tenant
The name of the tenant
[JsonPropertyName("tenant")]
public string? Tenant { get; set; }
Property Value
UpdatedAt
The date and time of the last update to the provider in ISO 8601 format
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.