aioc.sc_policy_key
Information of defined policies is stored here.
Column | Data Type | Description |
---|---|---|
db_id | bigint | Table's primary key |
policy_key | character varying(5000) | Policy rule |
description | character varying(255) | Added description to make the Policy understandable in the interface |
user_create | character varying(255) | Information on which user was created |
user_update | character varying(255) | Information on which user was updated |
creation_date | character varying(255) | Creation date |
last_update | timestamp | Time of last update |
type | character varying(255) | Information about which type of policy is BLACK / WHITE |
user_behavior_rate | integer | Commands rate to be detected as suspicious behavior to block. It is valid when the type is "User Behavior Rating" |
task_Name | character varying(255) | Task name to apply the scipt in the task as policy. It is valid when the type is " Privileged Task" |
xml_content | text | Xml file name. It is valid when the type is "XML File" |