Values_0.AuthInfoSourceA collection of authorization information.
type nonrec t = {actionType : ActionType.t option;The type of action for which the principal is being authorized.
*)resources : Resources.t;The resources for which the principal is being authorized to perform the specified action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `List of [> `String of Resource.t ] list ])
list ]