File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,13 @@ type Resource struct {
194194 KubeACLInfo * KubernetesACLInfo `json:"kube_acl_info,omitempty"`
195195}
196196
197+ // ProductService: product service.
198+ type ProductService struct {
199+ Name string `json:"name"`
200+
201+ Methods []string `json:"methods"`
202+ }
203+
197204// Event: event.
198205type Event struct {
199206 // ID: ID of the event.
@@ -249,6 +256,9 @@ type Product struct {
249256
250257 // Name: product name.
251258 Name string `json:"name"`
259+
260+ // Services: specifies the API versions of the products integrated with Audit Trail. Each version defines the methods logged by Audit Trail.
261+ Services []* ProductService `json:"services"`
252262}
253263
254264// ListEventsRequest: list events request.
You can’t perform that action at this time.
0 commit comments