projectAccessRequired property

  1. @TagNumber.new(6)
bool get projectAccessRequired

Before a user can be authenticated, it is verified that their affiliated organization has been granted access to this project. Authentication is not permitted for users from unauthorized organizations.

Implementation

@$pb.TagNumber(6)
$core.bool get projectAccessRequired => $_getBF(5);
  1. @TagNumber.new(6)
set projectAccessRequired (bool value)

Implementation

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