Values.SubscribedPrincipalInputSourceThe principal that is to be given a subscriptiong grant.
type nonrec t = {project : SubscribedProjectInput.t option;The project that is to be given a subscription grant.
*)user : SubscribedUserInput.t option;The subscribed user.
*)group : SubscribedGroupInput.t option;The subscribed group.
*)iam : SubscribedIamPrincipalInput.t option;The subscribed IAM principal.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of ProjectId.t ]) list ])
list ]