Version: 18.11 (EOL)
Status Colors
The statusColors
property maps integration values to predefined colors.
Properties
All properties are optional unless otherwise indicated.
Property | Description |
---|---|
$statusColor | List<String> (Default: [] )Required. List of integration values. |
Examples
Default status colors
{
"Black": ["HARDFAIL"],
"LightGreen": ["LOW"],
"Green": ["VERIFIED", "PASSED", "ACCEPT", "APPROVE", "TRUSTED", "PASS"],
"Red": ["FAILED", "DECLINE", "HIGH", "FAIL"],
"Blue": ["REVIEW", "NEUTRAL", "UNVERIFIED"],
"Orange": ["INSUFFICIENT", "MEDIUM"]
}