PolicyVersion / Attribute / document
document#
- IAM.PolicyVersion.document#
- (string) – - The policy document. - The policy document is returned in the response to the GetPolicyVersion and GetAccountAuthorizationDetails operations. It is not returned in the response to the CreatePolicyVersion or ListPolicyVersions operations. - The policy document returned in this structure is URL-encoded compliant with RFC 3986. You can use a URL decoding method to convert the policy back to plain JSON text. For example, if you use Java, you can use the - decodemethod of the- java.net.URLDecoderutility class in the Java SDK. Other languages and SDKs provide similar functionality.