Values.BatchGetPolicyOutputItemSourceContains information about a policy returned from a BatchGetPolicy API request.
type nonrec t = {policyStoreId : PolicyStoreId.t option;The identifier of the policy store where the policy you want information about is stored.
*)policyId : PolicyId.t option;The identifier of the policy you want information about.
*)policyType : PolicyType.t option;The type of the policy. This is one of the following values: STATIC TEMPLATE_LINKED
*)definition : PolicyDefinitionDetail.t option;The policy definition of an item in the list of policies returned.
*)createdDate : TimestampFormat.t option;The date and time the policy was created.
*)lastUpdatedDate : TimestampFormat.t option;The date and time the policy was most recently updated.
*)name : PolicyName.t option;The name of the policy, if one was assigned when the policy was created or last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PolicyStoreId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of StaticPolicyDescription.t
| `Structure of
(string * [> `String of EntityType.t ]) list ])
list ])
list
| `Timestamp of TimestampFormat.t ])
list ]