ManagedIdentity interface

The workspace managed identity

Properties

principalId

The principal ID of the workspace managed identity NOTE: This property will not be serialized. It can only be populated by the server.

tenantId

The tenant ID of the workspace managed identity NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of managed identity for the workspace

userAssignedIdentities

The user assigned managed identities.

Property Details

principalId

The principal ID of the workspace managed identity NOTE: This property will not be serialized. It can only be populated by the server.

principalId?: string

Property Value

string

tenantId

The tenant ID of the workspace managed identity NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Property Value

string

type

The type of managed identity for the workspace

type?: ResourceIdentityType

Property Value

userAssignedIdentities

The user assigned managed identities.

userAssignedIdentities?: {[propertyName: string]: UserAssignedManagedIdentity}

Property Value

{[propertyName: string]: UserAssignedManagedIdentity}