Share feedback
Answers are generated based on the documentation.

Schema

AuditLogAction

Type: object

Audit Log action
description

Type: string

Description of audit log action.
All schema constraints and annotations
{
  "description": "Description of audit log action.",
  "type": "string"
}
label

Type: string

Label for audit log action.
All schema constraints and annotations
{
  "description": "Label for audit log action.",
  "type": "string"
}
name

Type: string

Name of audit log action.
All schema constraints and annotations
{
  "description": "Name of audit log action.",
  "type": "string"
}
All schema constraints and annotations
{
  "description": "Audit Log action",
  "properties": {
    "description": {
      "description": "Description of audit log action.",
      "type": "string"
    },
    "label": {
      "description": "Label for audit log action.",
      "type": "string"
    },
    "name": {
      "description": "Name of audit log action.",
      "type": "string"
    }
  },
  "type": "object"
}