Amazon GuardDuty · Schema

AccountLevelPermissions

Contains information about the account level permissions on the S3 bucket.

Anomaly DetectionComplianceMachine-LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
BlockPublicAccess object
View JSON Schema on GitHub

JSON Schema

guardduty-account-level-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-account-level-permissions-schema.json",
  "title": "AccountLevelPermissions",
  "description": "Contains information about the account level permissions on the S3 bucket.",
  "type": "object",
  "properties": {
    "BlockPublicAccess": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BlockPublicAccess"
        },
        {
          "xml": {
            "name": "blockPublicAccess"
          },
          "description": "Describes the S3 Block Public Access settings of the bucket's parent account."
        }
      ]
    }
  }
}