Updates the status for the specified findings.
See https://www.paws-r-sdk.com/docs/accessanalyzer_update_findings/ for full documentation.
accessanalyzer_update_findings(
analyzerArn,
status,
ids = NULL,
resourceArn = NULL,
clientToken = NULL
)[required] The ARN of the analyzer that generated the findings to update.
[required] The state represents the action to take to update the finding Status.
Use ARCHIVE to change an Active finding to an Archived finding. Use
ACTIVE to change an Archived finding to an Active finding.
The IDs of the findings to update.
The ARN of the resource identified in the finding.
A client token.