AzureKeyVaultSecretReferenceResponse

data class AzureKeyVaultSecretReferenceResponse(val secretName: Any, val secretVersion: Any? = null, val store: LinkedServiceReferenceResponse, val type: String)

Azure Key Vault secret reference.

Constructors

Link copied to clipboard
constructor(secretName: Any, secretVersion: Any? = null, store: LinkedServiceReferenceResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).

Link copied to clipboard
val secretVersion: Any? = null

The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).

Link copied to clipboard

The Azure Key Vault linked service reference.

Link copied to clipboard

Type of the secret. Expected value is 'AzureKeyVaultSecret'.