IdentityInfo 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.
The identity information for the resource.
public class IdentityInfo
type IdentityInfo = class
Public Class IdentityInfo
- Inheritance
-
IdentityInfo
Constructors
IdentityInfo() |
Initializes a new instance of the IdentityInfo class. |
IdentityInfo(String, String, String, IDictionary<String,UserIdentityProperties>) |
Initializes a new instance of the IdentityInfo class. |
Properties
PrincipalId |
Gets or sets the principal ID of resource identity. |
TenantId |
Gets or sets the tenant ID of resource. |
Type |
Gets or sets the type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned' |
UserAssignedIdentities |
Gets or sets the list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage. |
Applies to
Azure SDK for .NET