Azure Blob Storage Linked Service Response
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)
The azure blob storage linked service.
Constructors
Link copied to clipboard
fun AzureBlobStorageLinkedServiceResponse(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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard