isAutoCreation property
Enable if a new account in ZITADEL should be created automatically when login with an external account.
Implementation
@$pb.TagNumber(3)
$core.bool get isAutoCreation => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set isAutoCreation($core.bool value) => $_setBool(2, value);