isUniversal property
If true, this RoleBinding applies universally, regardless of expressions or subjects.
Implementation
@$pb.TagNumber(6)
$core.bool get isUniversal => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set isUniversal($core.bool v) { $_setBool(5, v); }