Values.PolicyDefinitionDetailSourceA structure that describes a policy definition. It must always have either an static or a templateLinked element. This data type is used as a response parameter for the GetPolicy operation.
type nonrec t = {static : StaticPolicyDefinitionDetail.t option;Information about a static policy that wasn't created with a policy template.
*)templateLinked : TemplateLinkedPolicyDefinitionDetail.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 ]