Share via


KeyVaultSecretProviderClassProperties(String, Guid, Guid) Constructor

Definition

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.

Applies to