projectRoleCheck property
ZITADEL checks if the user has at least one on this project
Implementation
@$pb.TagNumber(6)
$core.bool get projectRoleCheck => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set projectRoleCheck($core.bool v) { $_setBool(5, v); }