Amazon GuardDuty · JSON Structure

Guardduty Access Key Details Structure

Contains information about the access keys.

Type: object Properties: 4
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

AccessKeyDetails is a JSON Structure definition published by Amazon GuardDuty, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AccessKeyId PrincipalId UserName UserType

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-guardduty/refs/heads/main/json-structure/guardduty-access-key-details-structure.json",
  "name": "AccessKeyDetails",
  "description": "Contains information about the access keys.",
  "type": "object",
  "properties": {
    "AccessKeyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "accessKeyId"
          },
          "description": "The access key ID of the user."
        }
      ]
    },
    "PrincipalId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "principalId"
          },
          "description": "The principal ID of the user."
        }
      ]
    },
    "UserName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "userName"
          },
          "description": "The name of the user."
        }
      ]
    },
    "UserType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "userType"
          },
          "description": "The type of the user."
        }
      ]
    }
  }
}