Package version:

Interface ZendeskLinkedService

Linked service for Zendesk.

interface ZendeskLinkedService {
    annotations?: any[];
    apiToken?: SecretBaseUnion;
    authenticationType: string;
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    password?: SecretBaseUnion;
    type: "Zendesk";
    url: any;
    userName?: any;
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

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

apiToken?: SecretBaseUnion

The api token for the Zendesk source.

authenticationType: string

The authentication type to use.

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

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

Parameters for linked service.

password?: SecretBaseUnion

The password of the Zendesk source.

type

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

url: any

The url to connect Zendesk source. Type: string (or Expression with resultType string).

userName?: any

The username of the Zendesk source. Type: string (or Expression with resultType string).

version?: string

Version of the linked service.