Skip to content

Has Attribute Node

Utils/User

Has Attribute

Checks if the executing user's role has a specific attribute (tag). Attributes are custom string tags assigned to roles for flexible authorization. Returns false if no user context is available or the user has no role.

utils_user_has_attributestd
Inputs1
Outputs1
Security exposure1/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
1/10High
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
0/10High
GovernancePolicy, audit, or compliance impact.
1/10High
ReliabilityOperational stability considerations.
0/10High
CostExternal or compute cost impact.
0/10High

Input Pins

1

Attribute

String
attribute

The attribute (tag) to check for

Output Pins

1

Has Attribute

Boolean
has_attribute

True if the user's role has the specified attribute

Node Info

Internal name
utils_user_has_attribute
Category
Utils/User