Amazon IAM · JSON Structure

Amazon Iam List Policies Response Structure

ListPoliciesResponse schema from AWS IAM API

Type: object Properties: 1
Access ManagementAuthenticationAuthorizationIdentitySecurity

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

Properties

ListPoliciesResult

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/refs/heads/main/json-structure/amazon-iam-list-policies-response-structure.json",
  "name": "ListPoliciesResponse",
  "description": "ListPoliciesResponse schema from AWS IAM API",
  "type": "object",
  "properties": {
    "ListPoliciesResult": {
      "type": "object",
      "properties": {
        "Policies": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Policy"
          }
        },
        "IsTruncated": {
          "type": "boolean"
        },
        "Marker": {
          "type": "string"
        }
      }
    }
  }
}