isOrganizationSpecific property
Defines that the username must only be unique in the organisation.
Implementation
@$pb.TagNumber(3)
$core.bool get isOrganizationSpecific => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set isOrganizationSpecific($core.bool v) { $_setBool(2, v); }