EntraIdAkvConfig 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.
Using AKV config, certificate will be fetched, which will contain private key & public certificate, that correspond to the public certificate which is uploaded on the application created by customer. This will be used further for authentication.
public class EntraIdAkvConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.EntraIdAkvConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.EntraIdAkvConfig>
type EntraIdAkvConfig = class
interface IJsonModel<EntraIdAkvConfig>
interface IPersistableModel<EntraIdAkvConfig>
Public Class EntraIdAkvConfig
Implements IJsonModel(Of EntraIdAkvConfig), IPersistableModel(Of EntraIdAkvConfig)
- Inheritance
-
EntraIdAkvConfig
- Implements
Constructors
| Name | Description |
|---|---|
| EntraIdAkvConfig(Uri, String) |
Initializes a new instance of EntraIdAkvConfig. |
Properties
| Name | Description |
|---|---|
| AzureKeyVaultUri |
The Azure Key Vault URI where the Entra ID credentials are stored. |
| CertificateName |
The name of the certificate in Azure Key Vault. |
| UserAssignedIdentity |
The ARM resource identifier of the user assigned identity used to authenticate with key vault. |