Values.UserPolicyGrantPrincipalSourceThe user policy grant principal.
type nonrec t = {userIdentifier : UserIdentifier.t option;The user ID of the user policy grant principal.
*)allUsersGrantFilter : AllUsersGrantFilter.t option;The all users grant filter of the user policy grant principal.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of UserIdentifier.t | `Structure of 'a list ]) list ]