> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TicketSecurityLevel

# <a id="SuperOffice_WebApi_Data_TicketSecurityLevel" /> Enum TicketSecurityLevel

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Indicates if a ticket is external or internal
This Enum is used by:  ej\_message.slevel; ticket.slevel

```csharp theme={null}
public enum TicketSecurityLevel : short
```

## Fields

`External = 2`

2: External tickets will be shown on the Customer Centre

`Internal = 1`

1: Internal tickets will not be shown on the Customer Centre

`Unknown = 0`

0: Unknown level
