CertificateKeyVaultDetails.UserAssignedIdentity Property
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.
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