BindPasswordKeyVaultConfig Class
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.
The Azure Key Vault configuration where the Bind DN (Distinguished Name) user password is stored.
public class BindPasswordKeyVaultConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.BindPasswordKeyVaultConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.BindPasswordKeyVaultConfig>
type BindPasswordKeyVaultConfig = class
interface IJsonModel<BindPasswordKeyVaultConfig>
interface IPersistableModel<BindPasswordKeyVaultConfig>
Public Class BindPasswordKeyVaultConfig
Implements IJsonModel(Of BindPasswordKeyVaultConfig), IPersistableModel(Of BindPasswordKeyVaultConfig)
- Inheritance
-
BindPasswordKeyVaultConfig
- Implements
Constructors
| Name | Description |
|---|---|
| BindPasswordKeyVaultConfig(Uri, String) |
Initializes a new instance of BindPasswordKeyVaultConfig. |
Properties
| Name | Description |
|---|---|
| AzureKeyVaultUri |
The Azure Key Vault URI where the Bind DN user password is stored. |
| SecretName |
The name of the secret in Azure Key Vault that contains the Bind DN user password. |
| UserAssignedIdentity |
The ARM resource identifier of the user assigned identity used to authenticate with key vault. |