EncryptionPropertiesIdentity 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.
User identity used for CMK.
public class EncryptionPropertiesIdentity
type EncryptionPropertiesIdentity = class
Public Class EncryptionPropertiesIdentity
- Inheritance
-
EncryptionPropertiesIdentity
Constructors
EncryptionPropertiesIdentity() |
Initializes a new instance of the EncryptionPropertiesIdentity class. |
EncryptionPropertiesIdentity(Object) |
Initializes a new instance of the EncryptionPropertiesIdentity class. |
Properties
UserAssignedIdentity |
Gets or sets the user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
Applies to
Azure SDK for .NET