Values.PermissionOutputSourceThe permission granted to the Amazon Q App.
type nonrec t = {action : PermissionOutputActionEnum.t option;The action associated with the permission.
*)principal : PrincipalOutput.t option;The principal user to which the permission applies.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string | `String of PrincipalOutputUserIdString.t ])
list ])
list ]