A list of confidentiality matrices.
You can refer to the attributes of the registered confidentiality matrix, the update time, or the time when the confidentiality level or confidentiality group was registered or deleted.
Column name | Type | Constraint | Description |
---|---|---|---|
cmatid | bigint | primary key | Identifier of the confidentiality matrix. |
cmatname | varchar(63) | unique | Name of the confidentiality matrix. |
cmatowner | name | not null | Owner of the confidentiality matrix. The role that created the confidentiality matrix becomes the owner. |
cmatcomment | text | Comment. | |
cmatupdatetime | timestamp with time zone | not null | Update time of the confidentiality matrix itself. |
cmatoperationtime | timestamp with time zone | The time when the confidentiality level and confidentiality group were added/deleted. |