Values.TemplateLinkedPolicyDefinitionDetailSourceContains information about a policy that was created by instantiating a policy template.
type nonrec t = {policyTemplateId : PolicyTemplateId.t option;The unique identifier of the policy template used to create this policy.
*)principal : EntityIdentifier.t option;The principal associated with this template-linked policy. Verified Permissions substitutes this principal for the ?principal placeholder in the policy template when it evaluates an authorization request.
*)resource : EntityIdentifier.t option;The resource associated with this template-linked policy. Verified Permissions substitutes this resource for the ?resource placeholder in the policy template when it evaluates an authorization request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PolicyTemplateId.t
| `Structure of (string * [> `String of EntityType.t ]) list ])
list ]