ManagedIdentity Class

Definition

A class represent managed identities used for request and response

public class ManagedIdentity
type ManagedIdentity = class
Public Class ManagedIdentity
Inheritance
ManagedIdentity

Constructors

Name Description
ManagedIdentity()

Initializes a new instance of the ManagedIdentity class.

ManagedIdentity(String, IDictionary<String,UserAssignedIdentityProperty>, String, String)

Initializes a new instance of the ManagedIdentity class.

Properties

Name Description
PrincipalId

Gets get the principal id for the system assigned identity. Only be used in response.

TenantId

Gets get the tenant id for the system assigned identity. Only be used in response

Type

Gets or sets represents the identity type: systemAssigned, userAssigned, None Possible values include: 'None', 'SystemAssigned', 'UserAssigned'

UserAssignedIdentities

Gets or sets get or set the user assigned identities

Applies to