MobileDeviceRegistrar
Tracks mobile devices registered to access Salesforce, used for mobile security and authentication.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the mobile device registrar. | |
| IsDeleted | Boolean | True |
Indicates whether the mobile device registrar has been deleted. | |
| DeveloperName | String | False |
Unique name used to identify the mobile device registrar. | |
| Language | String | False |
Primary language associated with the mobile device registrar. | |
| MasterLabel | String | False |
Display label for the mobile device registrar. | |
| NamespacePrefix | String | True |
Namespace prefix that identifies the package this registrar belongs to. | |
| CreatedDate | Datetime | True |
Date and time when the mobile device registrar was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the mobile device registrar. |
| LastModifiedDate | Datetime | True |
Date and time when the mobile device registrar was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the mobile device registrar. |
| SystemModstamp | Datetime | True |
System-generated timestamp for tracking the last update of the record. | |
| Provider | String | False |
Name of the Mobile Device Management (MDM) provider. | |
| MdmProviderEnrollEndpoint | String | False |
URL endpoint used by the MDM provider to enroll devices. | |
| MdmProviderPushAppEndpoint | String | False |
URL endpoint used by the MDM provider to push apps to devices. | |
| MdmProviderApiAccessToken | String | False |
Access token used to authenticate API calls to the MDM provider. | |
| MdmProviderApiUsername | String | False |
Username used for MDM provider API authentication. | |
| MdmProviderApiPassword | String | False |
Password used for MDM provider API authentication. |