en-US/about_DRMMDeviceAuditMobileInfo.help.txt
|
TOPIC
about_DRMMDeviceAuditMobileInfo SHORT DESCRIPTION Represents the mobile information of a device in a device audit, including ICCID, IMEI, number, and operator. LONG DESCRIPTION The DRMMDeviceAuditMobileInfo class models the information about the mobile connectivity of the audited system. It includes properties such as Iccid, Imei, Number, and Operator, which provide details about the mobile network information of the device. This class is typically used as part of the DRMMDeviceAudit to represent the hardware information of the system being audited. This class inherits from DRMMObject. ## PROPERTIES The DRMMDeviceAuditMobileInfo class exposes the following properties: Property Type Description ---------- ---------- ---------------------------------------- Iccid string The ICCID (Integrated Circuit Card Id... Imei string The IMEI (International Mobile Equipm... Number string The phone number associated with the ... Operator string The mobile network operator of the de... ## METHODS The DRMMDeviceAuditMobileInfo class provides the following methods: No public methods defined. ## NOTES This class is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMDeviceAudit/about_DRMMDeviceAuditMobileInfo.md |