Amazon IAM · JSON Structure

Amazon Iam Get Group Response Structure

GetGroupResponse schema from AWS IAM API

Type: object Properties: 1
Access ManagementAuthenticationAuthorizationIdentitySecurity

GetGroupResponse 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

GetGroupResult

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-get-group-response-structure.json",
  "name": "GetGroupResponse",
  "description": "GetGroupResponse schema from AWS IAM API",
  "type": "object",
  "properties": {
    "GetGroupResult": {
      "type": "object",
      "properties": {
        "Group": {
          "$ref": "#/components/schemas/Group"
        },
        "Users": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/User"
          }
        },
        "IsTruncated": {
          "type": "boolean"
        },
        "Marker": {
          "type": "string"
        }
      }
    }
  }
}