Interface SecurityMonitoringApiListFindingsRequest

Hierarchy

  • SecurityMonitoringApiListFindingsRequest

Properties

filterDiscoveryTimestamp?: string

Return findings that were found on a specified date (Unix ms) or date range (using comparison operators).

filterEvaluation?: FindingEvaluation

Return only pass or fail findings.

filterEvaluationChangedAt?: string

Return findings that have changed from pass to fail or vice versa on a specified date (Unix ms) or date range (using comparison operators).

filterMuted?: boolean

Set to true to return findings that are muted. Set to false to return unmuted findings.

filterResourceType?: string

Return only findings for the specified resource type.

filterRuleId?: string

Return findings for the specified rule ID.

filterRuleName?: string

Return findings for the specified rule.

filterStatus?: FindingStatus

Return only findings with the specified status.

filterTags?: string

Return findings that have these associated tags (repeatable).

filterVulnerabilityType?: FindingVulnerabilityType[]

Return findings that match the selected vulnerability types (repeatable).

pageCursor?: string

Return the next page of findings pointed to by the cursor.

pageLimit?: number

Limit the number of findings returned. Must be <= 1000.

snapshotTimestamp?: number

Return findings for a given snapshot of time (Unix ms).

Generated using TypeDoc