WorkbookResourceIdentity interface
Identity used for BYOS
- Extends
Inherited Properties
| principal |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| tenant |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
| type | The type of managed identity assigned to this resource. |
| user |
The identities assigned to this resource by the user. |
Inherited Property Details
principalId
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
principalId?: string
Property Value
string
Inherited From ManagedServiceIdentity.principalId
tenantId
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId?: string
Property Value
string
Inherited From ManagedServiceIdentity.tenantId
type
The type of managed identity assigned to this resource.
type: string
Property Value
string
Inherited From ManagedServiceIdentity.type
userAssignedIdentities
The identities assigned to this resource by the user.
userAssignedIdentities?: Record<string, UserAssignedIdentity>
Property Value
Record<string, UserAssignedIdentity>
Inherited From ManagedServiceIdentity.userAssignedIdentities