KeyVaultSecretProviderClassProperties(String, Guid, Guid) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of KeyVaultSecretProviderClassProperties.
public KeyVaultSecretProviderClassProperties(string keyvaultName, Guid clientId, Guid tenantId);
new Azure.ResourceManager.SecretsStoreExtension.Models.KeyVaultSecretProviderClassProperties : string * Guid * Guid -> Azure.ResourceManager.SecretsStoreExtension.Models.KeyVaultSecretProviderClassProperties
Public Sub New (keyvaultName As String, clientId As Guid, tenantId As Guid)
Parameters
- keyvaultName
- String
The name of the Azure Key Vault to sync secrets from.
- clientId
- Guid
The user assigned managed identity client ID that should be used to access the Azure Key Vault.
- tenantId
- Guid
The Azure Active Directory tenant ID that should be used for authenticating requests to the Azure Key Vault.
Exceptions
keyvaultName is null.