ManagedIdentityProperties Class

Definition

Managed identity properties retrieved from ARM request headers.

public class ManagedIdentityProperties
type ManagedIdentityProperties = class
Public Class ManagedIdentityProperties
Inheritance
ManagedIdentityProperties

Constructors

ManagedIdentityProperties()

Initializes a new instance of the ManagedIdentityProperties class.

ManagedIdentityProperties(String, String, String)

Initializes a new instance of the ManagedIdentityProperties class.

Properties

PrincipalId

Gets or sets principal Id

TenantId

Gets or sets tenant Id

Type

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

Applies to