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.
SecurityHealthCheck
Represents your org’s Health Check score. The score
indicates how well your org’s security settings comply with Salesforce-recommended values
in the baseline standard. Only users with the “View Setup and Configuration” user
permission can retrieve data from this object. Available in Tooling API version 37.0 and
later.
Supported SOAP Calls
query()
Supported REST HTTP Methods
GET
Fields
| Field | Details |
|---|---|
| CustomBaselineId | |
| DurableId |
|
| Score |
|
Usage
Use this object to query your org’s Health Check score.
More
Health Check information is available by querying the object SecurityHealthCheckRisks.
1SELECT Score FROM SecurityHealthCheck