{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-get-generated-policy-response-structure.json",
"name": "GetGeneratedPolicyResponse",
"description": "GetGeneratedPolicyResponse schema from AWS IAM Access Analyzer API",
"type": "object",
"properties": {
"jobDetails": {
"allOf": [
{
"$ref": "#/components/schemas/JobDetails"
},
{
"description": "A GeneratedPolicyDetails object that contains details about the generated policy."
}
]
},
"generatedPolicyResult": {
"allOf": [
{
"$ref": "#/components/schemas/GeneratedPolicyResult"
},
{
"description": "A GeneratedPolicyResult object that contains the generated policies and associated details."
}
]
}
},
"required": [
"jobDetails",
"generatedPolicyResult"
]
}