ArmIdentity Class

Definition

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