Values_2.AllowedPrincipalSourceDescribes a principal.
type nonrec t = {principalType : Values_1.PrincipalType.t option;The type of principal.
*)principal : Values_0.String_.t option;The Amazon Resource Name (ARN) of the principal.
*)servicePermissionId : Values_0.String_.t option;The ID of the service permission.
*)serviceId : Values_0.String_.t option;The ID of the service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]