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 Result
Output representation of the BRE Guardrails result.
- 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 |
|---|---|---|---|---|
| componentName | String | Name of the BRE component that the guardrail is fetched for. | Small, 63.0 | 63.0 |
| guardrails | Guardrails[] | Specify the guardrails for the provided BRE component. | Small, 63.0 | 63.0 |