Package version:

Interface GoogleCloudStorageLinkedService

Linked service for Google Cloud Storage.

interface GoogleCloudStorageLinkedService {
    accessKeyId?: any;
    annotations?: any[];
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    secretAccessKey?: SecretBaseUnion;
    serviceUrl?: any;
    type: "GoogleCloudStorage";
    version?: string;
}

Hierarchy (view full)

Properties

accessKeyId?: any

The access key identifier of the Google Cloud Storage Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).

annotations?: any[]

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

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.

secretAccessKey?: SecretBaseUnion

The secret access key of the Google Cloud Storage Identity and Access Management (IAM) user.

serviceUrl?: any

This value specifies the endpoint to access with the Google Cloud Storage Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. 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.