# Sim

A SIM is a unique card that identifies itself to a specific mobile network and provides voice, text, and data connectivity to a user’s device. There are two types of available SIMs: eSIM and pSIM. eSIMs can be activated and installed instantly on any eSIM compatible device, pSIMs (physical SIMs) must be provided to the user or installed into the device beforehand.

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `sim`. |
| `id` | string | Yes | Unique identifier for the SIM. |
| `metadata` | object | Yes | A set of key-value pairs, to store [metadata](https://developers.gigs.com/docs/core/metadata) related to the resource. |
| `createdAt` | string | Yes | Time when the SIM was created. |
| `iccid` | string | Yes | The ICCID (integrated circuit card identifier) associated with the SIM. |
| `provider` | string | Yes | The ID of the network provider of the SIM. |
| `status` | inactive | active | retired | Yes | The status of the SIM. Can be `active` or `inactive`. |
| `type` | eSIM | pSIM | Yes | The type of the SIM. Can be `eSIM` or `pSIM`. |
