You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get a list of security findings that match a search query.
4877
4877
//
4878
-
// This endpoint requires one of the following permissions:
4879
-
// - `security_monitoring_findings_read`
4880
-
// - `appsec_vm_read`
4881
-
//
4882
4878
// ### Query Syntax
4883
4879
//
4884
4880
// This endpoint uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
@@ -4899,15 +4895,6 @@ func (a *SecurityMonitoringApi) ListSecurityFindings(ctx _context.Context, o ...
// Get a list of security findings that match a search query.
7081
7068
//
7082
-
// This endpoint requires one of the following permissions:
7083
-
// - `security_monitoring_findings_read`
7084
-
// - `appsec_vm_read`
7085
-
//
7086
7069
// ### Query Syntax
7087
7070
//
7088
7071
// The API uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
@@ -7095,15 +7078,6 @@ func (a *SecurityMonitoringApi) SearchSecurityFindings(ctx _context.Context, bod
0 commit comments