# credentialsId

> The Id of the Build Automation credentials to use to sign your cloud build.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Build.Profile](/engine/6000.6/script-reference/unityeditor/build/profile.md)
* **Assembly:** UnityEditor.BuildProfileModule

```csharp
public string credentialsId { get; set; }
```

### Remarks

After completing a build for Android, iOS, or UWP, Build Automation will automatically sign the resulting build artifacts using the credentials provided.
