Table of Contents

Class CreateBrandingPhoneProviderResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Phone provider configuration schema

[Serializable]
public record CreateBrandingPhoneProviderResponseContent : IJsonOnDeserialized, IEquatable<CreateBrandingPhoneProviderResponseContent>
Inheritance
CreateBrandingPhoneProviderResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Channel

[JsonPropertyName("channel")]
public PhoneProviderChannelEnum? Channel { get; set; }

Property Value

PhoneProviderChannelEnum?

Configuration

[JsonPropertyName("configuration")]
public PhoneProviderConfiguration? Configuration { get; set; }

Property Value

PhoneProviderConfiguration

CreatedAt

The provider's creation date and time in ISO 8601 format

[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }

Property Value

DateTime?

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

string

Name

[JsonPropertyName("name")]
public required PhoneProviderNameEnum Name { get; set; }

Property Value

PhoneProviderNameEnum

Tenant

The name of the tenant

[JsonPropertyName("tenant")]
public string? Tenant { get; set; }

Property Value

string

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

DateTime?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.