DiskEncryptionConfigurationKeyVaultConfiguration.AuthIdentity 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.
Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
public Azure.Core.ResourceIdentifier AuthIdentity { get; set; }
member this.AuthIdentity : Azure.Core.ResourceIdentifier with get, set
Public Property AuthIdentity As ResourceIdentifier