Values.PolicyParameterSourceContains information about a policy parameter used to customize delegated permissions.
type nonrec t = {name : PolicyParameterNameType.t option;The name of the policy parameter.
*)values : PolicyParameterValuesListType.t option;The allowed values for the policy parameter.
*)type_ : PolicyParameterTypeEnum.t option;The data type of the policy parameter value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of PolicyParameterValueType.t ] list
| `String of PolicyParameterNameType.t ])
list ]