Object Reference for the Salesforce Platform
Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
MobileSecurityUserMetric
Supported Calls
describeSObjects(), query(), retrieve()
Special Access Rules
Accessing this object requires the Enhanced Mobile App Security add-on subscriptions and the Enforce Enhanced Mobile App Security user permission.
Fields
| Field | Details |
|---|---|
| MetricsDate |
|
| UserCount |
|
Usage
A user with the Manage Enhanced Mobile App Security permission can run this SOQL query.
1SELECT MetricsDate, UserCount
2FROM MobileSecurityUserMetric
3ORDER BY MetricsDate DESC