BindPasswordKeyVaultConfigPatch 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 BindPasswordKeyVaultConfigPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.BindPasswordKeyVaultConfigPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.BindPasswordKeyVaultConfigPatch>
type BindPasswordKeyVaultConfigPatch = class
interface IJsonModel<BindPasswordKeyVaultConfigPatch>
interface IPersistableModel<BindPasswordKeyVaultConfigPatch>
Public Class BindPasswordKeyVaultConfigPatch
Implements IJsonModel(Of BindPasswordKeyVaultConfigPatch), IPersistableModel(Of BindPasswordKeyVaultConfigPatch)
- Inheritance
-
BindPasswordKeyVaultConfigPatch
- Implements
Constructors
| Name | Description |
|---|---|
| BindPasswordKeyVaultConfigPatch() |
Initializes a new instance of BindPasswordKeyVaultConfigPatch. |
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. |