Skip to content

BadgeCondition

Detailed information about a condition used in coloring a custom metadata badge in Atlan.

Complete reference

This is a complete reference for the BadgeCondition struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Embedded properties

These are the attributes embedded within each instance of the BadgeCondition struct in an asset:

badgeConditionOperator

Comparison operator to use when comparing a custom metadata attribute's value.

badgeConditionValue

Value against which to compare the custom metadata attribute's content.

badgeConditionColorhex

Color (in RGB hex, with a # prefix) to use when custom metadata attribute's content matches the value through the comparison operator.