# SimCredentials

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `simCredentials`. |
| `activationCode` | string,null | Yes | eSIM activation code to download and install the profile in a device. Only available for type `eSIM`. |
| `androidInstallUrl` | string,null | Yes | URL to install the eSIM profile on Android devices. Only available for type `eSIM`.  <!-- theme: warning -->  > Be careful how you share this URL, it contains the credentials required to install the eSIM profile. |
| `iosInstallUrl` | string,null | Yes | URL to install the eSIM profile on iOS devices. Only available for type `eSIM`.  <!-- theme: warning -->  > Be careful how you share this URL, it contains the credentials required to install the eSIM profile. |
| `qrCodeUrl` | string,null | Yes | URL of the activation code in QR-Code format. Only available for type `eSIM`.  <!-- theme: warning -->  > Be careful how you share this URL, it can be accessed publicly without authentication. |
| `sim` | string | Yes | Unique identifier for the SIM this credentials are for. |
