Table of Contents

Class GetGuardianFactorsProviderPhoneTwilioResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetGuardianFactorsProviderPhoneTwilioResponseContent : IJsonOnDeserialized, IEquatable<GetGuardianFactorsProviderPhoneTwilioResponseContent>
Inheritance
GetGuardianFactorsProviderPhoneTwilioResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AuthToken

Twilio Authentication token

[JsonPropertyName("auth_token")]
public Optional<string?> AuthToken { get; set; }

Property Value

Optional<string>

From

From number

[JsonPropertyName("from")]
public Optional<string?> From { get; set; }

Property Value

Optional<string>

MessagingServiceSid

Copilot SID

[JsonPropertyName("messaging_service_sid")]
public Optional<string?> MessagingServiceSid { get; set; }

Property Value

Optional<string>

Sid

Twilio SID

[JsonPropertyName("sid")]
public Optional<string?> Sid { get; set; }

Property Value

Optional<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.