ArmIdentity 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.
public class ArmIdentity
type ArmIdentity = class
Public Class ArmIdentity
- Inheritance
-
ArmIdentity
Constructors
ArmIdentity() |
Initializes a new instance of the ArmIdentity class. |
ArmIdentity(String, String, Nullable<ResourceIdentityType>, IDictionary<String,ArmUserIdentity>) |
Initializes a new instance of the ArmIdentity class. |
Properties
PrincipalId |
Gets principal Id |
TenantId |
Gets tenant Id |
Type |
Gets or sets the type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None' |
UserAssignedIdentities |
Applies to
Azure SDK for .NET