authorizationRequired property
Deny authentication if the user has no authorization assigned to this project. Authorizations to the project without assigned a specific role to the user are allowed.
Implementation
@$pb.TagNumber(5)
$core.bool get authorizationRequired => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set authorizationRequired($core.bool value) => $_setBool(4, value);