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.
Guardrail Current Value
Output representation of the current values of the guardrails along with the resource
type.
1{
2 "currentValues": {
3 "resourceType": "ExampleResource",
4 "values": {
5 "currentValue": "50",
6 "resourceName": "Resource1"
7 }
8 }
9}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| resourceType | String | Name of the sObject that the current value of the guardrail is determined from. | Small, 63.0 | 63.0 |
| values | Current Value[] | Row-level current values of the guardrail. | Small, 63.0 | 63.0 |