How-To Guides
...
Table Catalog
aioc.sc_policy_connection_approval
1 min
this table keeps the records for the connection approval request and their details with following tables column data type description id character varying(255) table's primary key user name character varying(255) username host text the ip address of the device host name text the name of the device status character varying(255) the status of the created request creation date time timestamp creation time of the request sent boolean if the request has been sent or not sent date time timestamp sent time of the request approved rejected user character varying(255) username of the approver/rejecter of the request last activity date timestamp last activity time of the request channel character varying(255) the channel of sending the request reason for connection character varying(1000) the reason of creating the request start time timestamp start time of the connection reservation end time timestamp end time of the connection reservation selected username character varying(255) selected account name selected application character varying(255) selected application name current level bigint level of approval workflow id bigint foreign key to approval workflow table approval id bigint foreign key to connection approval dev table