Values.BatchGetPolicyInputItemSourceInformation about a policy that you include in a BatchGetPolicy API request.
type nonrec t = {policyStoreId : PolicyStoreId.t;The identifier of the policy store where the policy you want information about is stored.
*)policyId : PolicyId.t;The identifier of the policy you want information about. You can use the policy name in place of the policy ID. When using a name, prefix it with name/. For example: ID: SPEXAMPLEabcdefg111111 Name: name/example-policy
*)}