Share feedback
Answers are generated based on the documentation.

Schema

AuditLog

Type: object

Audit log event.
account

Type: string

All schema constraints and annotations
{
  "type": "string"
}
action

Type: string

All schema constraints and annotations
{
  "type": "string"
}
action_description

Type: string

All schema constraints and annotations
{
  "type": "string"
}
actor

Type: string

All schema constraints and annotations
{
  "type": "string"
}
data

Type: object

All schema constraints and annotations
{
  "additionalProperties": {
    "type": "string"
  },
  "type": "object"
}
name

Type: string

All schema constraints and annotations
{
  "type": "string"
}
timestamp

Type: string

All schema constraints and annotations
{
  "format": "date-time",
  "type": "string"
}
All schema constraints and annotations
{
  "description": "Audit log event.",
  "properties": {
    "account": {
      "type": "string"
    },
    "action": {
      "type": "string"
    },
    "action_description": {
      "type": "string"
    },
    "actor": {
      "type": "string"
    },
    "data": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "timestamp": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}