paws.security.identity (version 0.5.0)

securityhub_get_findings: Returns a list of findings that match the specified criteria

Description

Returns a list of findings that match the specified criteria.

See https://www.paws-r-sdk.com/docs/securityhub_get_findings/ for full documentation.

Usage

securityhub_get_findings(
  Filters = NULL,
  SortCriteria = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Filters

The finding attributes used to define a condition to filter the returned findings.

You can filter by up to 10 finding attributes. For each attribute, you can provide up to 20 filter values.

Note that in the available filter fields, WorkflowState is deprecated. To search for a finding based on its workflow status, use WorkflowStatus.

SortCriteria

The finding attributes used to sort the list of returned findings.

NextToken

The token that is required for pagination. On your first call to the get_findings operation, set the value of this parameter to NULL.

For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

MaxResults

The maximum number of findings to return.