Module Values.FindingSourceDetailSource

Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.

Sourcetype nonrec t = {
  1. accessPointArn : String_.t option;
    (*

    The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.

    *)
  2. accessPointAccount : String_.t option;
    (*

    The account of the cross-account access point that generated the finding.

    *)
}
Sourceval make : ?accessPointArn:??? -> ?accessPointAccount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t