@doc Whether the project has authentication enabled.
@$pb.TagNumber(1) $core.bool get active => $_getBF(0);
@$pb.TagNumber(1) set active($core.bool value) => $_setBool(0, value);