A list of roles registered in the confidentiality group.
You can refer to role attributes or update time, and so on.
Column name | Type | Constraint | Description |
---|---|---|---|
crolid | bigint | primary key | Identifier of the role. |
crolmatid | bigint | not null | Identifier of the confidentiality matrix to which the role belongs. |
crolgroid | bigint | not null | Identifier of the confidentiality group to which the role belongs. |
crolname | name | not null | Name of the role. |
crolupdate | timestamp with time zone | not null | Registration time of the role. |