macie2_list_findings: Retrieves a subset of information about one or more findings

View source: R/macie2_operations.R

macie2_list_findingsR Documentation

Retrieves a subset of information about one or more findings

Description

Retrieves a subset of information about one or more findings.

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

Usage

macie2_list_findings(
  findingCriteria = NULL,
  maxResults = NULL,
  nextToken = NULL,
  sortCriteria = NULL
)

Arguments

findingCriteria

The criteria to use to filter the results.

maxResults

The maximum number of items to include in each page of the response.

nextToken

The nextToken string that specifies which page of results to return in a paginated response.

sortCriteria

The criteria to use to sort the results.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.