This topic describes how to create a resource attribute and assign it to a resource. Assigning an attribute does not immediately grant or deny access. It only labels the resource so that a policy can reference this attribute.
Prefer Enum over Boolean for statuses like employment type. It is easier to add a third value (e.g., “Part-Time”) to an Enum than to restructure Boolean logic later.