Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.07 KB

XiqApplication.md

File metadata and controls

20 lines (16 loc) · 1.07 KB

XiqApplication

The Application Model

Properties

Name Type Description Notes
id int The unique identifier
create_time datetime The create time
update_time datetime The last update time
org_id int The organization identifier, valid when enabling HIQ feature [optional]
name str The application name [optional]
description str The application description [optional]
predefined bool Flag to describle whether the application is predefined or customized [optional]
category_id int The category ID of application [optional]
category_name str The category name of application [optional]
detection_rules list[XiqApplicationDetectionRule] The application detection rules [optional]

[Back to Model list] [Back to API list] [Back to README]