authorizationRequired property

  1. @TagNumber.new(5)
bool get authorizationRequired

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);
  1. @TagNumber.new(5)
set authorizationRequired (bool value)

Implementation

@$pb.TagNumber(5)
set authorizationRequired($core.bool value) => $_setBool(4, value);