Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Get Generated Policy Response Structure

GetGeneratedPolicyResponse schema from AWS IAM Access Analyzer API

Type: object Properties: 2 Required: 2
Access ControlComplianceIAMPolicy ManagementSecurity

GetGeneratedPolicyResponse is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobDetails generatedPolicyResult

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <code>GeneratedPolicyDetails</code> object that contains details about the generated policy."
        }
      ]
    },
    "generatedPolicyResult": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GeneratedPolicyResult"
        },
        {
          "description": "A <code>GeneratedPolicyResult</code> object that contains the generated policies and associated details."
        }
      ]
    }
  },
  "required": [
    "jobDetails",
    "generatedPolicyResult"
  ]
}