autoLinking property
Enable if users should get prompted to link an existing ZITADEL user to an external account if the selected attribute matches.
Implementation
@$pb.TagNumber(5)
AutoLinkingOption get autoLinking => $_getN(4);
Implementation
@$pb.TagNumber(5)
set autoLinking(AutoLinkingOption value) => $_setField(5, value);