Skip to main content

Version: 18.11 (EOL)

Status Colors

The statusColors property maps integration values to predefined colors.

Properties

All properties are optional unless otherwise indicated.

PropertyDescription
$statusColorList<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"]
}