AzureKeyVaultLinkedServiceResponse

data class AzureKeyVaultLinkedServiceResponse(val annotations: List<Any>? = null, val baseUrl: Any, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val description: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val version: String? = null)

Azure Key Vault linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, baseUrl: Any, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, description: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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 base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

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

Parameters for linked service.

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

Version of the linked service.