Values.PolicyDescriptionSourceInformation about a policy.
type nonrec t = {policyName : PolicyName.t option;The name of the policy.
*)policyTypeName : PolicyTypeName.t option;The name of the policy type.
*)policyAttributeDescriptions : PolicyAttributeDescriptions.t option;The policy attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of AttributeName.t ]) list ]
list
| `String of PolicyName.t ])
list ]