This is a list of policies created to set privileges for confidentiality objects of rowset type. You can refer to the name of the policy you created and the privileges it has set.
Rows in this table are inserted when you add a rowset type confidentiality object.
Column name | Type | Constraint | Description |
---|---|---|---|
cpolid | bigint | primary key | Identifier of the policy. |
cpolmatid | bigint | not null | Identifier of the confidentiality matrix to which the policy belongs. |
cpollevid | bigint | not null | Identifier of the confidentiality level to which the policy belongs. |
cpolgroid | bigint | not null | Identifier of the confidentiality group to which the policy belongs. |
cpolobjid | bigint | not null | Identifier of the rowset object using this policy. |
cpolprivilege | text | not null | Privilege this policy has (SELECT, INSERT, UPDATE, DELETE, ALL). |
cpolname | name | not null | Name of the policy. |
cpolexpression | jsonb | not null | Expression of the policy. |