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

# Yandex Audit Trails event reference

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

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

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

You can find the detailed JSON structure of the event record in the audit log reference. The events in it are sorted alphabetically without division into levels and contain all possible fields. In real logs, the field set depends on the parameters of the event and particular object.

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

Event name | Description
--- | ---
`CreateCertificate` | Adding a certificate
`CreateDomain` | Adding a domain
`DeleteCertificate` | Deleting a certificate
`DeleteDomain` | Deleting a domain
`SetCertificateAccessBindings` | Assigning access permissions for a certificate
`SetDomainPrimaryCertificate` | Assigning a primary certificate to a domain
`UpdateCertificate` | Editing a certificate
`UpdateCertificateAccessBindings` | Updating access permissions for a certificate
`UpdateDomain` | Updating a domain
`UpdateDomainAccessBindings` | Updating access permissions for a domain

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

Event name | Description
--- | ---
`GetCertificateContent` | Getting the contents of an SSL certificate
`GetExCertificateContent` | Getting the contents of an expired SSL certificate