AzureKeyVaultSecretReference Class

Azure Key Vault secret reference.

Constructor

AzureKeyVaultSecretReference(*args: Any, **kwargs: Any)

Variables

Name Description
store

The Azure Key Vault linked service reference. Required.

secret_name
any

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

secret_version
any

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).

type
str

Type of the secret. Required. Default value is "AzureKeyVaultSecret".

Attributes

secret_name

string (or Expression with resultType string). Required.

secret_name: Any

secret_version

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).

secret_version: Any | None

store

The Azure Key Vault linked service reference. Required.

store: _models.LinkedServiceReference

type

Type of the secret. Required. Default value is "AzureKeyVaultSecret".

type: Literal['AzureKeyVaultSecret']