ManagedIdentity 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.
A class represent managed identities used for request and response
public class ManagedIdentity
type ManagedIdentity = class
Public Class ManagedIdentity
- Inheritance
-
ManagedIdentity
Constructors
| Name | Description |
|---|---|
| ManagedIdentity() |
Initializes a new instance of the ManagedIdentity class. |
| ManagedIdentity(String, IDictionary<String,UserAssignedIdentityProperty>, String, String) |
Initializes a new instance of the ManagedIdentity class. |
Properties
| Name | Description |
|---|---|
| PrincipalId |
Gets get the principal id for the system assigned identity. Only be used in response. |
| TenantId |
Gets get the tenant id for the system assigned identity. Only be used in response |
| Type |
Gets or sets represents the identity type: systemAssigned, userAssigned, None Possible values include: 'None', 'SystemAssigned', 'UserAssigned' |
| UserAssignedIdentities |
Gets or sets get or set the user assigned identities |