File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,28 @@ components:
9393 minLength : 1
9494 type : string
9595 type : object
96+ ExceptionRuleEntity :
97+ properties :
98+ action :
99+ type : string
100+ data_profile_id :
101+ type : string
102+ destination_app :
103+ type : string
104+ destination_url :
105+ type : string
106+ id :
107+ type : string
108+ log_severity :
109+ type : string
110+ source_group :
111+ type : string
112+ source_user :
113+ type : string
114+ version :
115+ format : int64
116+ type : integer
117+ type : object
96118 ExposureDetails :
97119 properties :
98120 cloud_url :
@@ -166,6 +188,10 @@ components:
166188 type : string
167189 endpoint_os_info :
168190 $ref : ' #/components/schemas/EndpointOsInfo'
191+ exception_rule_results :
192+ items :
193+ $ref : ' #/components/schemas/ExceptionRuleEntity'
194+ type : array
169195 exposure :
170196 type : string
171197 exposure_details :
@@ -841,6 +867,16 @@ paths:
841867 gp_version : test
842868 os_type : test
843869 os_version : test
870+ exception_rule_results :
871+ - action : allow
872+ data_profile_id : ' 11995181'
873+ destination_app : Slack
874+ destination_url : https://slack.com
875+ id : rule-12345
876+ log_severity : medium
877+ source_group : Engineering
878+ source_user : john.doe@example.com
879+ version : 1
844880 exposure : test
845881 exposure_details :
846882 cloud_url : test cloud url
You can’t perform that action at this time.
0 commit comments