Module Values.GenerateRecommendedPolicyV2RequestSource

Begins the recommended policy generation to remediate a Security Hub finding. GenerateRecommendedPolicyV2 only supports findings for unused permissions.

Sourcetype nonrec t = {
  1. metadataUid : NonEmptyString.t;
    (*

    The unique identifier (ID) of Security Hub OCSF findings found under the metadata.uid field of the finding.

    *)
}
Sourceval context_ : string
Sourceval make : metadataUid:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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