Values.ProjectPolicyGrantPrincipalSourceThe project policy grant principal.
type nonrec t = {projectDesignation : ProjectDesignation.t;The project designation of the project policy grant principal.
*)projectIdentifier : ProjectId.t option;The project ID of the project policy grant principal.
*)projectGrantFilter : ProjectGrantFilter.t option;The project grant filter of the project policy grant principal.
*)}val make :
?projectIdentifier:??? ->
?projectGrantFilter:??? ->
projectDesignation:ProjectDesignation.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ProjectId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t | `String of DomainUnitId.t ])
list ])
list ])
list ]