Contains the response to a successful GetPolicy request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetPolicyResponse", "title": "GetPolicyResponse", "type": "object", "properties": { "Policy": { "allOf": [ { "$ref": "#/components/schemas/Policy" }, { "description": "A structure containing details about the policy." } ] } }, "description": "Contains the response to a successful <a>GetPolicy</a> request. " }