Class SetGuardianFactorsProviderSmsTwilioRequestContent
- Namespace
- Auth0.ManagementApi.Guardian.Factors
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record SetGuardianFactorsProviderSmsTwilioRequestContent : IEquatable<SetGuardianFactorsProviderSmsTwilioRequestContent>
- Inheritance
-
SetGuardianFactorsProviderSmsTwilioRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
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.