public static class SecurityMonitoringApi.ListFindingsOptionalParameters extends Object
| Constructor and Description |
|---|
ListFindingsOptionalParameters() |
public SecurityMonitoringApi.ListFindingsOptionalParameters pageLimit(Long pageLimit)
pageLimit - Limit the number of findings returned. Must be <= 1000. (optional,
default to 100)public SecurityMonitoringApi.ListFindingsOptionalParameters snapshotTimestamp(Long snapshotTimestamp)
snapshotTimestamp - Return findings for a given snapshot of time (Unix ms). (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters pageCursor(String pageCursor)
pageCursor - Return the next page of findings pointed to by the cursor. (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterTags(String filterTags)
filterTags - Return findings that have these associated tags (repeatable). (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterEvaluationChangedAt(String filterEvaluationChangedAt)
filterEvaluationChangedAt - Return findings that have changed from pass to fail or vice
versa on a specified date (Unix ms) or date range (using comparison operators).
(optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterMuted(Boolean filterMuted)
filterMuted - Set to true to return findings that are muted. Set to
false to return unmuted findings. (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterRuleId(String filterRuleId)
filterRuleId - Return findings for the specified rule ID. (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterRuleName(String filterRuleName)
filterRuleName - Return findings for the specified rule. (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterResourceType(String filterResourceType)
filterResourceType - Return only findings for the specified resource type. (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterDiscoveryTimestamp(String filterDiscoveryTimestamp)
filterDiscoveryTimestamp - Return findings that were found on a specified date (Unix ms)
or date range (using comparison operators). (optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterEvaluation(FindingEvaluation filterEvaluation)
filterEvaluation - Return only pass or fail findings.
(optional)public SecurityMonitoringApi.ListFindingsOptionalParameters filterStatus(FindingStatus filterStatus)
filterStatus - Return only findings with the specified status. (optional)Copyright © 2024. All rights reserved.