Learn R Programming

paws.security.identity (version 0.5.0)

detective_list_investigations: List all Investigations

Description

List all Investigations.

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

Usage

detective_list_investigations(
  GraphArn,
  NextToken = NULL,
  MaxResults = NULL,
  FilterCriteria = NULL,
  SortCriteria = NULL
)

Arguments

GraphArn

[required] The ARN of the behavior graph.

NextToken

List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.

MaxResults

List the maximum number of investigations in a page.

FilterCriteria

Filter the investigation results based on a criteria.

SortCriteria

Sorts the investigation results based on a criteria.