httpAccess property
Stores if the role has access via HTTP (or within local network)
Implementation
@$pb.TagNumber(15)
$core.bool get httpAccess => $_getBF(7);
Implementation
@$pb.TagNumber(15)
set httpAccess($core.bool value) => $_setBool(7, value);