# ApplicationWithLatestDeploymentAndBuild

An application object is the top level namespace for the game server.


## Fields

| Field                                                                                                                                                                                                                                                                                     | Type                                                                                                                                                                                                                                                                                      | Required                                                                                                                                                                                                                                                                                  | Description                                                                                                                                                                                                                                                                               | Example                                                                                                                                                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AppId`                                                                                                                                                                                                                                                                                   | *string*                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                        | System generated unique identifier for an application.                                                                                                                                                                                                                                    | app-af469a92-5b45-4565-b3c4-b79878de67d2                                                                                                                                                                                                                                                  |
| `AppName`                                                                                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                        | Readable name for an application. Must be unique within an organization.                                                                                                                                                                                                                  | minecraft                                                                                                                                                                                                                                                                                 |
| `AppSecret`                                                                                                                                                                                                                                                                               | *string*                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                        | Secret that is used for identity and access management.                                                                                                                                                                                                                                   | secret-6f706e83-0ec1-437a-9a46-7d4281eb2f39                                                                                                                                                                                                                                               |
| `AuthConfiguration`                                                                                                                                                                                                                                                                       | [AuthConfiguration](../../Models/Shared/AuthConfiguration.md)                                                                                                                                                                                                                             | :heavy_check_mark:                                                                                                                                                                                                                                                                        | Configure [player authentication](https://hathora.dev/docs/lobbies-and-matchmaking/auth-service) for your application. Use Hathora's built-in auth providers or use your own [custom authentication](https://hathora.dev/docs/lobbies-and-matchmaking/auth-service#custom-auth-provider). |                                                                                                                                                                                                                                                                                           |
| `CreatedAt`                                                                                                                                                                                                                                                                               | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)                                                                                                                                                                                                     | :heavy_check_mark:                                                                                                                                                                                                                                                                        | When the application was created.                                                                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                                           |
| `CreatedBy`                                                                                                                                                                                                                                                                               | *string*                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                        | N/A                                                                                                                                                                                                                                                                                       | noreply@hathora.dev                                                                                                                                                                                                                                                                       |
| `DeletedAt`                                                                                                                                                                                                                                                                               | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)                                                                                                                                                                                                     | :heavy_check_mark:                                                                                                                                                                                                                                                                        | When the application was deleted.                                                                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                                           |
| `DeletedBy`                                                                                                                                                                                                                                                                               | *string*                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                        | The email address or token id for the user that deleted the application.                                                                                                                                                                                                                  | noreply@hathora.dev                                                                                                                                                                                                                                                                       |
| `Deployment`                                                                                                                                                                                                                                                                              | [Deployment](../../Models/Shared/Deployment.md)                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                        | N/A                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                           |
| `OrgId`                                                                                                                                                                                                                                                                                   | *string*                                                                                                                                                                                                                                                                                  | :heavy_check_mark:                                                                                                                                                                                                                                                                        | System generated unique identifier for an organization. Not guaranteed to have a specific format.                                                                                                                                                                                         | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39                                                                                                                                                                                                                                                  |