CredentialsKeyVaultDetails.UserAssignedIdentity Property

Definition

Optional resource ID of the managed identity that has access to the Azure Key Vault (AKV) secret. If a value is provided, it is used to find a matching entry in the account's collection of user-assigned managed identities. If no match is found, an exception is thrown. If no value is provided, the system-assigned managed identity is used.

public Azure.Core.ResourceIdentifier UserAssignedIdentity { get; set; }
member this.UserAssignedIdentity : Azure.Core.ResourceIdentifier with get, set
Public Property UserAssignedIdentity As ResourceIdentifier

Property Value

Applies to