Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Get Finding Response Structure

The response to the request.

Type: object Properties: 1
Access ControlComplianceIAMPolicy ManagementSecurity

GetFindingResponse is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

finding

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-finding-response-structure.json",
  "name": "GetFindingResponse",
  "description": "The response to the request.",
  "type": "object",
  "properties": {
    "finding": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Finding"
        },
        {
          "description": "A <code>finding</code> object that contains finding details."
        }
      ]
    }
  }
}