Delegations table¶
This table represents permission delegations between users. In role-based access model, permission delegation involves delegating roles to another users that can assume a set of permissions to access to the resources on behalf of the user.
Column | Description | Format | Required |
---|---|---|---|
Id | Delegation identifier | int | |
WhoId | User (Subject Id) who delegates permissions | int | |
WhomId | User (Subject Id) to delegating | int | |
From | Date when delegation starts | datetime2(7) | |
To | Date when delegation finish | datetime2(7) | |
Selected | If the user is acting on behalf of. Only one should be selected, if there are more than one selected, Balea selects the first one the user have selected | bit | |
ApplicationEntityId | Identifier of the application | int |
Last update:
2022-09-05