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

# <a id="SuperOffice_WebApi_Data_TenantStatus" /> Class TenantStatus

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

Online tenant status: Endpoint URL, State, IsRunning

```csharp theme={null}
public class TenantStatus
```

#### Inheritance

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

#### Inherited Members

[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_TenantStatus__ctor" /> TenantStatus()

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

## Properties

### <a id="SuperOffice_WebApi_Data_TenantStatus_Api" /> Api

Base URL to tenant API: "[https://sod2.superoffice.com/Cust30884/api](https://sod2.superoffice.com/Cust30884/api)"

```csharp theme={null}
public string Api { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_TenantStatus_ContextIdentifier" /> ContextIdentifier

Customer identifier: "Cust30884"

```csharp theme={null}
public string ContextIdentifier { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_TenantStatus_Endpoint" /> Endpoint

Base URL to tenant: "[https://sod2.superoffice.com/Cust30884](https://sod2.superoffice.com/Cust30884)"

```csharp theme={null}
public string Endpoint { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_TenantStatus_IsRunning" /> IsRunning

Is the tenant state Running or OnlineMaintenance.\
This indicates that APIs are up and running and all is good.

```csharp theme={null}
public bool IsRunning { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_TenantStatus_State" /> State

Is the tenant running or down for maintenance?

```csharp theme={null}
public TenantState State { get; set; }
```

#### Property Value

[TenantState](SuperOffice.WebApi.Data.TenantState.md)

### <a id="SuperOffice_WebApi_Data_TenantStatus_ValidUntil" /> ValidUntil

When to check next time if an updated state is needed.

```csharp theme={null}
public DateTime ValidUntil { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)


## Related topics

- [SuperOffice.WebApi.Agents.ApiAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ApiAgent.md)
- [SuperOffice.WebApi.Agents.IApiAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IApiAgent.md)
- [SuperOffice.WebApi.Data.CategorizationStatusResponse](/en/api/reference/webapi/SuperOffice.WebApi.Data.CategorizationStatusResponse.md)
- [SuperOffice.WebApi.Data.TenantState](/en/api/reference/webapi/SuperOffice.WebApi.Data.TenantState.md)
- [SuperOffice.WebApi.Agents.ProjectAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ProjectAgent.md)
- [SuperOffice.WebApi.Agents.IDashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashAgent.md)
