> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for TicketSecurityLevel

> Lists the enum values for TicketSecurityLevel.

## TicketSecurityLevel Enum

The securitylevel of the ticket.

| Name     | Value | Description                                               |
| -------- | ----- | --------------------------------------------------------- |
| Unknown  | 0     | Unknown level                                             |
| Internal | 1     | Internal tickets will not be shown on the Customer Centre |
| External | 2     | External tickets will be shown on the Customer Centre     |

## Usage

* [ej\_message](../ej-message).slevel - This table contains the messages listed under tickets.
* [ticket](../ticket).slevel - This table contains the tickets (requests) of the system. Its purpose should be evident.


## Related topics

- [Enum TicketSecurityLevel](/en/automation/crmscript/reference/CRMScript.NetServer.TicketSecurityLevel.md)
- [SuperOffice.WebApi.Data.TicketSecurityLevel](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketSecurityLevel.md)
- [SuperOffice.WebApi.Data.TicketEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketEntity.md)
- [SuperOffice.WebApi.Data.TicketMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessage.md)
- [SuperOffice.WebApi.Data.TicketMessageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketMessageEntity.md)
- [SuperOffice.WebApi.Data.Ticket](/en/api/reference/webapi/SuperOffice.WebApi.Data.Ticket.md)
