> ## 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 TicketSecurityLevel

> Indicates if a ticket is external or internal

Indicates if a ticket is external or internal

## Syntax

```crmscript theme={null}
TicketSecurityLevel
```

## Fields

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


## Related topics

- [Enum values for TicketSecurityLevel](/en/database/tables/enums/ticketsecuritylevel.md)
- [SuperOffice.WebApi.Data.TicketSecurityLevel](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketSecurityLevel.md)
- [ticket table](/en/database/tables/ticket.md)
- [ej_message table](/en/database/tables/ej-message.md)
- [NSTicket](/en/automation/crmscript/reference/CRMScript.NetServer.NSTicket.md)
- [NSTicketEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSTicketEntity.md)
