Roles table¶
This table represents roles. The authorization is performed by a role-based access model in which subjects are associated to roles and roles to a set of permissions.
Column | Description | Format | Required |
---|---|---|---|
Id | Identifier of the role | int | |
Name | Name of the role | nvarchar(200) | |
Description | Description of the role | nvarchar(500) | |
Enabled | If the role is enabled or not | bit | |
ApplicationId | Identifier of the application | int |
This table is populated with the default permissions used in Sidra Data Platform:
CanCreateDatalake
CanReadMetadata
CanWriteMetadata
CanDeleteMetadata
CanModifyTag
CanUnmaskData
CanAccessIdentityServer
Admin
Last update:
2022-09-05