Values.GetFindingV2RequestSourceRetrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.
type nonrec t = {analyzerArn : AnalyzerArn.t;The ARN of the analyzer that generated the finding.
*)id : FindingId.t;The ID of the finding to retrieve.
*)maxResults : Integer.t option;The maximum number of results to return in the response.
*)nextToken : Token.t option;A token used for pagination of results returned.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
analyzerArn:AnalyzerArn.t ->
id:FindingId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of AnalyzerArn.t ]) list ]