Package version:

Interface WarehouseLinkedService

Microsoft Fabric Warehouse linked service.

interface WarehouseLinkedService {
    annotations?: any[];
    artifactId: any;
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    endpoint: any;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    servicePrincipalCredential?: SecretBaseUnion;
    servicePrincipalCredentialType?: any;
    servicePrincipalId?: any;
    servicePrincipalKey?: SecretBaseUnion;
    tenant?: any;
    type: "Warehouse";
    version?: string;
    workspaceId?: any;
}

Hierarchy (view full)

Properties

annotations?: any[]

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

artifactId: any

The ID of Microsoft Fabric Warehouse artifact. Type: string (or Expression with resultType string).

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.

endpoint: any

The endpoint of Microsoft Fabric Warehouse server. Type: string (or Expression with resultType string).

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

Parameters for linked service.

servicePrincipalCredential?: SecretBaseUnion

The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.

servicePrincipalCredentialType?: any

The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).

servicePrincipalId?: any

The ID of the application used to authenticate against Microsoft Fabric Warehouse. Type: string (or Expression with resultType string).

servicePrincipalKey?: SecretBaseUnion

The Key of the application used to authenticate against Microsoft Fabric Warehouse.

tenant?: any

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

type

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

version?: string

Version of the linked service.

workspaceId?: any

The ID of Microsoft Fabric workspace. Type: string (or Expression with resultType string).