Values.PolicyDetailSourceContains information about an IAM policy, including the policy document. This data type is used as a response element in the GetAccountAuthorizationDetails operation.
type nonrec t = {policyName : PolicyNameType.t option;The name of the policy.
*)policyDocument : PolicyDocumentType.t option;The policy document.
*)}