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
AuthToken
Twilio Authentication token
[JsonPropertyName("auth_token")]
public Optional<string?> AuthToken { get; set; }
Property Value
From
From number
[JsonPropertyName("from")]
public Optional<string?> From { get; set; }
Property Value
MessagingServiceSid
Copilot SID
[JsonPropertyName("messaging_service_sid")]
public Optional<string?> MessagingServiceSid { get; set; }
Property Value
Sid
Twilio SID
[JsonPropertyName("sid")]
public Optional<string?> Sid { 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.