This object represents a SIM card action. It allows tracking the current status of an operation that impacts the SIM card.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Identifies the type of resource. | [optional] |
| recordType | String | [optional] [readonly] | |
| simCardId | UUID | The related SIM card identifier. | [optional] [readonly] |
| actionType | ActionTypeEnum | The operation type. It can be one of the following: <br/> <ul> <li><code>enable</code> - move the SIM card to the <code>enabled</code> status</li> <li><code>enable_standby_sim_card</code> - move a SIM card previously on the <code>standby</code> status to the <code>enabled</code> status after it consumes data.</li> <li><code>disable</code> - move the SIM card to the <code>disabled</code> status</li> <li><code>set_standby</code> - move the SIM card to the <code>standby</code> status</li> </ul> | [optional] [readonly] |
| status | SIMCardActionStatus | [optional] | |
| settings | Object | A JSON object representation of the action params. | [optional] [readonly] |
| createdAt | String | ISO 8601 formatted date-time indicating when the resource was created. | [optional] [readonly] |
| updatedAt | String | ISO 8601 formatted date-time indicating when the resource was updated. | [optional] [readonly] |
| Name | Value |
|---|---|
| ENABLE | "enable" |
| ENABLE_STANDBY_SIM_CARD | "enable_standby_sim_card" |
| DISABLE | "disable" |
| SET_STANDBY | "set_standby" |