Package version:

Interface TwilioLinkedService

Linked service for Twilio.

interface TwilioLinkedService {
    annotations?: any[];
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    password: SecretBaseUnion;
    type: "Twilio";
    userName: any;
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

The integration runtime reference.

description?: string

Linked service description.

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

password: SecretBaseUnion

The auth token of Twilio service.

type

Polymorphic discriminator, which specifies the different types this object can be

userName: any

The Account SID of Twilio service. Type: string (or Expression with resultType string).

version?: string

Version of the linked service.