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. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned' |
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
Inherited From ManagedServiceIdentity.tenantId
type
Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,UserAssigned'
type: ManagedServiceIdentityType
Property Value
Inherited From ManagedServiceIdentity.type
userAssignedIdentities
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
Property Value
{[propertyName: string]: UserAssignedIdentity}
Inherited From ManagedServiceIdentity.userAssignedIdentities