isLinkingAllowed property
Enable if users should be able to link an existing Zitadel user with an external account.
Implementation
@$pb.TagNumber(1)
$core.bool get isLinkingAllowed => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set isLinkingAllowed($core.bool value) => $_setBool(0, value);