httpsAccess property
Stores if the role has access via HTTPS (or through a public FQDN)
Implementation
@$pb.TagNumber(16)
$core.bool get httpsAccess => $_getBF(8);
Implementation
@$pb.TagNumber(16)
set httpsAccess($core.bool value) => $_setBool(8, value);