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

Represents the metrics for users who have Enhanced Mobile Security policies enforced. This object is available in API version 51.0 and later.

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
Type
date
Properties
Filter, Group, Sort
Description
The date the metrics were collected.
UserCount
Type
double
Properties
Filter, Nillable, Sort
Description
The number of users who have mobile security policies enforced.

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