Share feedback
Answers are generated based on the documentation.

Schema

AuditLogActions

Type: object

actions

Type: array

List of audit log actions.
Array item

Schema: AuditLogAction

All schema constraints and annotations
{
  "description": "List of audit log actions.",
  "items": {
    "$ref": "#/components/schemas/AuditLogAction"
  },
  "type": "array"
}
label

Type: string

Grouping label for a particular set of audit log actions.
All schema constraints and annotations
{
  "description": "Grouping label for a particular set of audit log actions.",
  "type": "string"
}
All schema constraints and annotations
{
  "properties": {
    "actions": {
      "description": "List of audit log actions.",
      "items": {
        "$ref": "#/components/schemas/AuditLogAction"
      },
      "type": "array"
    },
    "label": {
      "description": "Grouping label for a particular set of audit log actions.",
      "type": "string"
    }
  },
  "type": "object"
}