Share via


ManagedIdentity Class

Definition

The workspace managed identity.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ManagedIdentity+ManagedIdentityConverter))]
public class ManagedIdentity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.ManagedIdentity+ManagedIdentityConverter))>]
type ManagedIdentity = class
Public Class ManagedIdentity
Inheritance
ManagedIdentity
Attributes

Constructors

Name Description
ManagedIdentity()

Initializes a new instance of ManagedIdentity.

Properties

Name Description
PrincipalId

The principal ID of the workspace managed identity.

TenantId

The tenant ID of the workspace managed identity.

Type

The type of managed identity for the workspace.

Applies to