WorkspaceIdentity interface
Identity properties of the workspace resource.
Properties
| principal |
The principal id of the identity. NOTE: This property will not be serialized. It can only be populated by the server. |
| tenant |
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"