ManagedIdentity interface
The workspace managed identity
Properties
principal |
The principal ID of the workspace managed identity NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
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 |
user |
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}