Values.DelegationPermissionSourceContains information about the permissions being delegated in a delegation request.
type nonrec t = {policyTemplateArn : ArnType.t option;This ARN maps to a pre-registered policy content for this partner. See the partner onboarding documentation to understand how to create a delegation template.
*)parameters : PolicyParameterListType.t option;A list of policy parameters that define the scope and constraints of the delegated permissions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of PolicyParameterValueType.t ] list
| `String of PolicyParameterNameType.t ])
list ]
list
| `String of ArnType.t ])
list ]