Module Values.GeneratedPolicyPropertiesSource

Contains the generated policy details.

Sourcetype nonrec t = {
  1. isComplete : Boolean.t option;
    (*

    This value is set to true if the generated policy contains all possible actions for a service that IAM Access Analyzer identified from the CloudTrail trail that you specified, and false otherwise.

    *)
  2. principalArn : PrincipalArn.t option;
    (*

    The ARN of the IAM entity (user or role) for which you are generating a policy.

    *)
  3. cloudTrailProperties : CloudTrailProperties.t option;
    (*

    Lists details about the Trail used to generated policy.

    *)
}
Sourceval make : ?isComplete:??? -> ?principalArn:??? -> ?cloudTrailProperties:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of PrincipalArn.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of CloudTrailArn.t ]) list ] list | `Timestamp of Timestamp.t ]) list ]) 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