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.
BRE Guardrails
Output representation of the BRE
guardrails
for each component.
- JSON Sample
-
1{ 2 "result": [ 3 { 4 "componentName": "DecisionTable", 5 "guardrails": [ 6 { 7 "name": "MaxProcessLimit", 8 "guardrailType": "RateLimit", 9 "limitValue": "100", 10 "currentValue": "50", 11 "notificationSupported": true 12 } 13 ] 14 } 15 ] 16}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| result | BRE Guardrails Result[] | Guardrails associated with the specified BRE component. | Small, 63.0 | 63.0 |