Learn R Programming

paws.security.identity (version 0.5.0)

detective_list_indicators: Get the indicators from an investigation

Description

Get the indicators from an investigation

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

Usage

detective_list_indicators(
  GraphArn,
  InvestigationId,
  IndicatorType = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

GraphArn

[required] The ARN of the behavior graph.

InvestigationId

[required] The investigation ID of the investigation report.

IndicatorType

See Detective investigations..

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 indicators in a page.