# CloudProjectSettings

> Use this class to retrieve information about the currently selected project and the current Unity ID that is logged in.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public class CloudProjectSettings
```

## Static Properties

| Property                                                                                                 | Description                                                                                                                                       |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| [coppaCompliance](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/coppacompliance.md)   | The current COPPA compliance state.                                                                                                               |
| [organizationId](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/organizationid.md)     | The Organization ID, formatted in lowercase with no symbols.                                                                                      |
| [organizationKey](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/organizationkey.md)   | The Organization key used to access the dashboard.                                                                                                |
| [organizationName](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/organizationname.md) | The name of the Organization.                                                                                                                     |
| [projectBound](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/projectbound.md)         | Returns true if the project has been bound.                                                                                                       |
| [projectId](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/projectid.md)               | The Project ID, or GUID.                                                                                                                          |
| [projectName](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/projectname.md)           | The name of the project.                                                                                                                          |
| [userId](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/userid.md)                     | The user ID is derived from the user name without the domain (removing all characters starting with '@'), formatted in lowercase with no symbols. |
| [userName](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/username.md)                 | The user name is the email used for the user's Unity account.                                                                                     |

## Static Methods

| Method                                                                                                           | Description                                                             |
| ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [GetServiceTokenAsync](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/getservicetokenasync.md) | Get the service authentication token used for the Service Gateway apis. |
| [ShowLogin](/engine/6000.7/script-reference/unityeditor/cloudprojectsettings/showlogin.md)                       | This method shows the Unity login popup.                                |
