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

# SuperOffice.WebApi.Data.Sentry

# <a id="SuperOffice_WebApi_Data_Sentry" /> Class Sentry

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

Carrier object for Sentry.
This service provides sentry information such as TableRights.

```csharp theme={null}
public class Sentry : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[Sentry](SuperOffice.WebApi.Data.Sentry.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Sentry__ctor" /> Sentry()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public Sentry()
```

## See Also

[SentryAgent](SuperOffice.WebApi.Agents.SentryAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.SentryAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SentryAgent.md)
- [SuperOffice.WebApi.Agents.ISentryAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISentryAgent.md)
- [SuperOffice.WebApi.Data.Sentry GetFunctionRightsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetFunctionRightsRequest.md)
- [SuperOffice.WebApi.Data.Sentry HasFunctionRightRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_HasFunctionRightRequest.md)
- [SuperOffice.WebApi.Data.Sentry GetNewTableRightRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetNewTableRightRequest.md)
- [SuperOffice.WebApi.Data.Sentry GetTableRightByOwnershipRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sentry_GetTableRightByOwnershipRequest.md)
