Values.PolicyDefinitionItemSourceA structure that describes a PolicyDefinintion. It will always have either an StaticPolicy or a TemplateLinkedPolicy element. This data type is used as a response parameter for the CreatePolicy and ListPolicies operations.
type nonrec t = {static : StaticPolicyDefinitionItem.t option;Information about a static policy that wasn't created with a policy template.
*)templateLinked : TemplateLinkedPolicyDefinitionItem.t option;Information about a template-linked policy that was created by instantiating a policy template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of StaticPolicyDescription.t
| `Structure of (string * [> `String of EntityType.t ]) list ])
list ])
list ]