Applications table¶
An application represents a software system which permissions want to be managed. Balea supports handling the authorization for several applications, so the same subject can have a different set of permissions in each application. The Applications
table is used to store the information of the applications. Currently Sidra Data Platform only uses Balea for the authorization to the metadata in Core, so the only application registered is Sidra.Core
.
Column | Description | Format | Required |
---|---|---|---|
Id | Application identifier | int | |
Name | Name of the application | nvarchar(200) | |
Description | Description of the application | nvarchar(500) | |
ImageUrl | Image for the Application | nvarchar(max) |
Last update:
2022-09-05