Class ConnectionOptionsSms
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Options for the 'sms' connection
[Serializable]
public record ConnectionOptionsSms : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ConnectionOptionsSms>
- Inheritance
-
ConnectionOptionsSms
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
BruteForceProtection
Whether brute force protection is enabled
[JsonPropertyName("brute_force_protection")]
public bool? BruteForceProtection { get; set; }
Property Value
- bool?
DisableSignup
[JsonPropertyName("disable_signup")]
public bool? DisableSignup { get; set; }
Property Value
- bool?
ForwardReqInfo
[JsonPropertyName("forward_req_info")]
public bool? ForwardReqInfo { get; set; }
Property Value
- bool?
From
[JsonPropertyName("from")]
public string? From { get; set; }
Property Value
GatewayAuthentication
[JsonPropertyName("gateway_authentication")]
public Optional<ConnectionGatewayAuthenticationSms?> GatewayAuthentication { get; set; }
Property Value
GatewayUrl
[JsonPropertyName("gateway_url")]
public string? GatewayUrl { get; set; }
Property Value
MessagingServiceSid
[JsonPropertyName("messaging_service_sid")]
public string? MessagingServiceSid { get; set; }
Property Value
Name
Connection name
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
NonPersistentAttrs
[JsonPropertyName("non_persistent_attrs")]
public IEnumerable<string>? NonPersistentAttrs { get; set; }
Property Value
Provider
[JsonPropertyName("provider")]
public ConnectionProviderEnumSms? Provider { get; set; }
Property Value
Syntax
[JsonPropertyName("syntax")]
public ConnectionTemplateSyntaxEnumSms? Syntax { get; set; }
Property Value
Template
[JsonPropertyName("template")]
public string? Template { get; set; }
Property Value
Totp
[JsonPropertyName("totp")]
public ConnectionTotpSms? Totp { get; set; }
Property Value
TwilioSid
[JsonPropertyName("twilio_sid")]
public string? TwilioSid { get; set; }
Property Value
TwilioToken
[JsonPropertyName("twilio_token")]
public string? TwilioToken { 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.