Identity 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.
Properties to configure User Assigned Identities for Bring your Own Keys
public class Identity
type Identity = class
Public Class Identity
- Inheritance
-
Identity
Constructors
Identity() |
Initializes a new instance of the Identity class. |
Identity(String, String, String, IDictionary<String,UserAssignedIdentity>) |
Initializes a new instance of the Identity class. |
Properties
PrincipalId |
Gets objectId from the KeyVault |
TenantId |
Gets tenantId from the KeyVault |
Type |
Gets or sets type of managed service identity. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None' |
UserAssignedIdentities |
Gets or sets properties for User Assigned Identities |
Applies to
Azure SDK for .NET