AzureBlobStorageLinkedServiceResponse

data class AzureBlobStorageLinkedServiceResponse(val accountKey: AzureKeyVaultSecretReferenceResponse? = null, val accountKind: Any? = null, val annotations: List<Any>? = null, val authenticationType: String? = null, val azureCloudType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any? = null, val containerUri: Any? = null, val credential: CredentialReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val sasToken: AzureKeyVaultSecretReferenceResponse? = null, val sasUri: Any? = null, val serviceEndpoint: Any? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val tenant: Any? = null, val type: String, val version: String? = null)

The azure blob storage linked service.

Constructors

Link copied to clipboard
constructor(accountKey: AzureKeyVaultSecretReferenceResponse? = null, accountKind: Any? = null, annotations: List<Any>? = null, authenticationType: String? = null, azureCloudType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any? = null, containerUri: Any? = null, credential: CredentialReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, sasToken: AzureKeyVaultSecretReferenceResponse? = null, sasUri: Any? = null, serviceEndpoint: Any? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, tenant: Any? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure key vault secret reference of accountKey in connection string.

Link copied to clipboard
val accountKind: Any? = null

Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard

The type used for authentication. Type: string.

Link copied to clipboard
val azureCloudType: Any? = null

Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).

Link copied to clipboard
val connectionString: Any? = null

The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val containerUri: Any? = null

Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string).

Link copied to clipboard

The credential reference containing authentication information.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The Azure key vault secret reference of sasToken in sas uri.

Link copied to clipboard
val sasUri: Any? = null

SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint property. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard
val serviceEndpoint: Any? = null

Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri property.

Link copied to clipboard
val servicePrincipalId: Any? = null

The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).

Link copied to clipboard

The key of the service principal used to authenticate against Azure SQL Data Warehouse.

Link copied to clipboard
val tenant: Any? = null

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

Link copied to clipboard

Type of linked service. Expected value is 'AzureBlobStorage'.

Link copied to clipboard
val version: String? = null

Version of the linked service.