Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 4.53 KB

SIMCard.md

File metadata and controls

53 lines (37 loc) · 4.53 KB

SIMCard

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String [optional] [readonly]
status SIMCardStatus [optional]
type TypeEnum The type of SIM card [optional] [readonly]
iccid String The ICCID is the identifier of the specific SIM card/chip. Each SIM is internationally identified by its integrated circuit card identifier (ICCID). ICCIDs are stored in the SIM card's memory and are also engraved or printed on the SIM card body during a process called personalization. [optional] [readonly]
imsi String SIM cards are identified on their individual network operators by a unique International Mobile Subscriber Identity (IMSI). <br/> Mobile network operators connect mobile phone calls and communicate with their market SIM cards using their IMSIs. The IMSI is stored in the Subscriber Identity Module (SIM) inside the device and is sent by the device to the appropriate network. It is used to acquire the details of the device in the Home Location Register (HLR) or the Visitor Location Register (VLR). [optional] [readonly]
msisdn String Mobile Station International Subscriber Directory Number (MSISDN) is a number used to identify a mobile phone number internationally. <br/> MSISDN is defined by the E.164 numbering plan. It includes a country code and a National Destination Code which identifies the subscriber's operator. [optional] [readonly]
simCardGroupId UUID The group SIMCardGroup identification. This attribute can be <code>null</code> when it's present in an associated resource. [optional]
tags List<String> Searchable tags associated with the SIM card [optional]
authorizedImeis List<String> List of IMEIs authorized to use a given SIM card. [optional]
currentImei String IMEI of the device where a given SIM card is currently being used. [optional] [readonly]
dataLimit SIMCardDataLimit [optional]
currentBillingPeriodConsumedData SIMCardCurrentBillingPeriodConsumedData [optional]
actionsInProgress Boolean Indicate whether the SIM card has any pending (in-progress) actions. [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]
ipv4 String The SIM's address in the currently connected network. This IPv4 address is usually obtained dynamically, so it may vary according to the location or new connections. [optional] [readonly]
ipv6 String The SIM's address in the currently connected network. This IPv6 address is usually obtained dynamically, so it may vary according to the location or new connections. [optional] [readonly]
currentDeviceLocation SIMCardCurrentDeviceLocation [optional]
currentMnc String Mobile Network Code of the current network to which the SIM card is connected. It's a two to three decimal digits that identify a network.<br/><br/> This code is commonly seen joined with a Mobile Country Code (MCC) in a tuple that allows identifying a carrier known as PLMN (Public Land Mobile Network) code. [optional] [readonly]
currentMcc String Mobile Country Code of the current network to which the SIM card is connected. It's a three decimal digit that identifies a country.<br/><br/> This code is commonly seen joined with a Mobile Network Code (MNC) in a tuple that allows identifying a carrier known as PLMN (Public Land Mobile Network) code. [optional] [readonly]
liveDataSession LiveDataSessionEnum Indicates whether the device is actively connected to a network and able to run data. [optional] [readonly]

Enum: TypeEnum

Name Value
PHYSICAL "physical"
ESIM "esim"

Enum: LiveDataSessionEnum

Name Value
CONNECTED "connected"
DISCONNECTED "disconnected"
UNKNOWN "unknown"