Package version:

Interface AppFiguresLinkedService

Linked service for AppFigures.

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

Hierarchy (view full)

Properties

annotations?: any[]

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

clientKey: SecretBaseUnion

The client key for the AppFigures source.

The integration runtime reference.

description?: string

Linked service description.

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

Parameters for linked service.

password: SecretBaseUnion

The password of the AppFigures source.

type

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

userName: any

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

version?: string

Version of the linked service.