IdentityProperties Class

Definition

Managed identity for the resource.

public class IdentityProperties
type IdentityProperties = class
Public Class IdentityProperties
Inheritance
IdentityProperties

Constructors

IdentityProperties()

Initializes a new instance of the IdentityProperties class.

IdentityProperties(String, String, Nullable<ResourceIdentityType>, IDictionary<String,UserIdentityProperties>)

Initializes a new instance of the IdentityProperties 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 identity type. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'

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}'.

Applies to