Package version:

Interface GoogleCloudStorageLinkedService

Linked service for Google Cloud Storage.

Hierarchy

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?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

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

Parameters for linked service.

Type declaration

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: "GoogleCloudStorage"

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

Generated using TypeDoc