Get the indicators from an investigation
See https://www.paws-r-sdk.com/docs/detective_list_indicators/ for full documentation.
detective_list_indicators(
GraphArn,
InvestigationId,
IndicatorType = NULL,
NextToken = NULL,
MaxResults = NULL
)
[required] The ARN of the behavior graph.
[required] The investigation ID of the investigation report.
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.
List the maximum number of indicators in a page.