Table of Contents

Class GuardianTwilioConfigurationBase

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class GuardianTwilioConfigurationBase
Inheritance
GuardianTwilioConfigurationBase
Derived
Inherited Members

Properties

AuthToken

Twilio Authentication token.

[JsonProperty("auth_token")]
public string AuthToken { get; set; }

Property Value

string

From

Number from which the message is sent.

[JsonProperty("from")]
public string From { get; set; }

Property Value

string

MessagingServiceSid

Copilot SID.

[JsonProperty("messaging_service_sid")]
public string MessagingServiceSid { get; set; }

Property Value

string

Sid

Twilio SID.

[JsonProperty("sid")]
public string Sid { get; set; }

Property Value

string