Values.GeneratedPolicyPropertiesSourceContains the generated policy details.
type nonrec t = {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.
*)principalArn : PrincipalArn.t option;The ARN of the IAM entity (user or role) for which you are generating a policy.
*)cloudTrailProperties : CloudTrailProperties.t option;Lists details about the Trail used to generated policy.
*)}val 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 ]