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 Identity for Bring your Own Keys
public class Identity
type Identity = class
Public Class Identity
- Inheritance
-
System.ObjectIdentity
Constructors
Identity() |
Initializes a new instance of the Identity class. |
Identity(String, String, Nullable<IdentityType>) |
Initializes a new instance of the Identity class. |
Properties
PrincipalId |
Gets or sets objectId from the KeyVault |
TenantId |
Gets or sets tenantId from the KeyVault |
Type |
Gets or sets enumerates the possible value Identity type, which currently supports only 'SystemAssigned'. Possible values include: 'SystemAssigned' |