AzureKeyVaultSecretReference Class
Azure Key Vault secret reference.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.SecretBaseAzureKeyVaultSecretReference
Constructor
AzureKeyVaultSecretReference(*, store: _models.LinkedServiceReference, secret_name: MutableMapping[str, Any], secret_version: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
store
|
The Azure Key Vault linked service reference. Required. |
secret_name
|
<xref:JSON>
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string). Required. |
secret_version
|
<xref:JSON>
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). |
Variables
Name | Description |
---|---|
type
|
Type of the secret. Required. |
store
|
The Azure Key Vault linked service reference. Required. |
secret_name
|
<xref:JSON>
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string). Required. |
secret_version
|
<xref:JSON>
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). |
Azure SDK for Python