Table of Contents

Class CreateBrandingPhoneProviderRequestContent

Namespace
Auth0.ManagementApi.Branding.Phone
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreateBrandingPhoneProviderRequestContent : IEquatable<CreateBrandingPhoneProviderRequestContent>
Inheritance
CreateBrandingPhoneProviderRequestContent
Implements
Inherited Members
Extension Methods

Properties

Configuration

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

Property Value

PhoneProviderConfiguration

Credentials

[JsonPropertyName("credentials")]
public required PhoneProviderCredentials Credentials { get; set; }

Property Value

PhoneProviderCredentials

Disabled

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

[JsonPropertyName("disabled")]
public bool? Disabled { get; set; }

Property Value

bool?

Name

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

Property Value

PhoneProviderNameEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.