共用方式為


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

ManagedIdentity()

Initializes a new instance of ManagedIdentity.

Properties

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