loginNameIncludesDomain property
If enabled, the login name will automatically be suffixed with the domain of the organization. This ensures that the login name is unique across the instance.
Implementation
@$pb.TagNumber(1)
$core.bool get loginNameIncludesDomain => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set loginNameIncludesDomain($core.bool value) => $_setBool(0, value);