Share via


ManagedServiceIdentity Class

Definition

Managed identity generic object.

public class ManagedServiceIdentity
type ManagedServiceIdentity = class
Public Class ManagedServiceIdentity
Inheritance
ManagedServiceIdentity

Constructors

ManagedServiceIdentity()

Initializes a new instance of the ManagedServiceIdentity class.

ManagedServiceIdentity(String, String, String, IDictionary<String,UserAssignedIdentity>)

Initializes a new instance of the ManagedServiceIdentity class.

Properties

PrincipalId

Gets or sets azure Active Directory principal ID associated with this Identity.

TenantId

Gets or sets ID of the Azure Active Directory.

Type

Gets or sets type of the managed identity. Possible values include: 'None', 'SystemAssigned', 'UserAssigned'

UserAssignedIdentities

Gets or sets the list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.

Methods

Validate()

Validate the object.

Applies to