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.
Guardrails
Output representation of each guardrail that includes information to manage system
thresholds and notifications in BRE components.
- JSON Sample
-
1{ 2 "guardrails": { 3 "name": "MaxProcessLimit", 4 "guardrailType": "RateLimit", 5 "limitValue": "100", 6 "currentValue": "50", 7 "notificationSupported": true 8 } 9}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| currentValue | String | Current value of the guardrail. | Small, 63.0 | 63.0 |
| Guardrail Current Value | Resource type and the row-level current values of the guardrail. For future use only. | Small, 63.0 | 63.0 | |
| guardrailType | Guardrail Type (enumeration of type string) | Type of guardrail. Valid values are:
|
Small, 63.0 | 63.0 |
| limitValue | String | Default or configured value of the given guardrail | Small, 63.0 | 63.0 |
| String | Maximum value of the given guardrail. For future use only. | Small, 63.0 | 63.0 | |
| multiValue | Boolean | Specifies details if the current values are determined by an org level or aggregation of row levels. | Small, 63.0 | 63.0 |
| name | String | Name of the guardrail. | Small, 63.0 | 63.0 |
| notificationSupported | Boolean | Indicates whether the guardrail supports notifications (true) or not (false). | Small, 63.0 | 63.0 |