Share via


WorkspaceIdentity interface

Identity properties of the workspace resource.

Properties

principalId

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

tenantId

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

type

The identity type. Currently the only supported type is 'SystemAssigned'.

Property Details

principalId

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

principalId?: string

Property Value

string

tenantId

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

tenantId?: string

Property Value

string

type

The identity type. Currently the only supported type is 'SystemAssigned'.

type: "SystemAssigned"

Property Value

"SystemAssigned"