[Yandex Cloud documentation](../index.md) > [Yandex Lockbox](index.md) > Audit Trails events

# Yandex Audit Trails event reference

Audit Trails supports tracking [control plane](../audit-trails/concepts/format.md) and [data plane](../audit-trails/concepts/format-data-plane.md) events for Yandex Lockbox.

The general format of the `event_type` field value is as follows:

```text
yandex.cloud.audit.lockbox.<event_name>
```

## Management event reference {#control-plane-events}

Event name | Description
--- | ---
`AddVersion` | Adding a version of a secret
`ActivateSecret` | Activating a secret
`CancelVersionDestruction` | Canceling a previously scheduled destruction of a secret version
`CreateSecret` | Creating a secret
`DeactivateSecret` | Deactivating a secret
`DeleteSecret` | Destroying a secret
`RotateSecret` | Rotating a secret
`ScheduleVersionDestruction` | Scheduling the destruction of a secret version
`SetSecretAccessBindings` | Assigning access permissions for a secret
`UpdateSecret` | Updating a secret
`UpdateSecretAccessBindings` | Updating access permissions for a secret

## Data event reference {#data-plane-events}

Event name | Description
--- | ---
`GetPayload` | Accessing the contents of a secret
`GetPayloadEx` | Accessing the contents of a secret by folder or name