aioc.sc_policy_key_group
Table where the groups to which the policies are assigned are defined.
Column | Data Type | Description |
---|---|---|
db_id | bigint | Table's primary key |
group_name | character varying(255) | Name of the policy group |
description | character varying(255) | Added description to make the policy group understandable in the interface |
action | character varying(255) | Policy action type like "generate error", "approval via e-mail" |
confirmation_Text | character varying(255) | Confirmation text when using double confirmation action type |
send_snmp | boolean | Snmp trap sending activity status(true/false) |
send_email | boolean | mail sending activity status(true/false) for blackkey command execution notification |
operation_mode | character varying(255) | Operation mode to apply policies. Operation or Maintanance |
user_create | character varying(255) | Information on which user was created |
user_update | character varying(255) | Information on which user was updated |
creation_date | timestamp | Created on |
last_update | timestamp | Last updated on |