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

Initializes a new instance of the ManagedServiceIdentity class.

Properties

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