isOrganizationSpecific property
By default username must be unique across all organizations in an instance. This option allow to restrict the uniqueness to the user's own organization. As a result, this username can only be used if the authentication is limited to the corresponding organization.
This can be useful if you provide multiple usernames for a single user, where one if specific to your organization, e.g.:
- gigi-giraffe@zitadel.com (unique across organizations)
- gigi-giraffe (unique only inside the ZITADEL organization)
Implementation
@$pb.TagNumber(2)
$core.bool get isOrganizationSpecific => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set isOrganizationSpecific($core.bool v) { $_setBool(1, v); }