View source: R/securityhub_operations.R
securityhub_get_findings | R Documentation |
Returns a list of findings that match the specified criteria.
See https://www.paws-r-sdk.com/docs/securityhub_get_findings/ for full documentation.
securityhub_get_findings(
Filters = NULL,
SortCriteria = NULL,
NextToken = NULL,
MaxResults = NULL
)
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, |
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
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.