Open the menu
    ```html

    Audit : Types

    In the section “Settings / Information / Audit / Audit Administration” it is possible to perform administrative tasks related to Audit. The “Types” interface allows listing the Audit Types filtered by Category, Name, and Enabled. The latter is the field that defines whether the Audit types should be saved in the database.

    Through this interface, it is possible to enable and disable Audit types. To enable a specific type, simply select it and click “Enable”. The same applies to the action of disabling. Even disabled types will have operations recorded in the log file.

    Features

    • It is an administration interface

    Screens

    Types

    Data

    auditEntryType

    • Category(identifier)
    • Name(string)
    • Enabled(integer)

    auditCategory

    • Key(string)

    Links

    Permissioning

    • Manage service instance: Allows managing all data of this service instance, including deleting it as a whole.

    Actions

    • Enable
    • Disable
    ```