hasProjectCheck property
When enabled ZITADEL will check if the organization of the user, that is trying to log in, has a grant to this project.
Implementation
@$pb.TagNumber(5)
$core.bool get hasProjectCheck => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set hasProjectCheck($core.bool value) => $_setBool(4, value);