hasProjectCheck property
ZITADEL checks if the org of the user has permission for this project
Implementation
@$pb.TagNumber(7)
$core.bool get hasProjectCheck => $_getBF(6);
Implementation
@$pb.TagNumber(7)
set hasProjectCheck($core.bool v) { $_setBool(6, v); }