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, IDictionary<String,UserAssignedIdentity>)

Initializes a new instance of the ManagedServiceIdentity class.

Properties

TenantId

Gets iD of the Azure Active Directory.

Type

Gets or sets type of the managed identity. Possible values include: '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.

Applies to