Package version:

Interface AzureKeyVaultLinkedService

Azure Key Vault linked service.

interface AzureKeyVaultLinkedService {
    annotations?: any[];
    baseUrl: any;
    connectVia?: IntegrationRuntimeReference;
    credential?: CredentialReference;
    description?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    type: "AzureKeyVault";
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

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

baseUrl: any

The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string).

The integration runtime reference.

credential?: CredentialReference

The credential reference containing authentication information.

description?: string

Linked service description.

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

Parameters for linked service.

type

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

version?: string

Version of the linked service.