isAutoUpdate property
Enable if a the ZITADEL account fields should be updated automatically on each login.
Implementation
@$pb.TagNumber(4)
$core.bool get isAutoUpdate => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set isAutoUpdate($core.bool value) => $_setBool(3, value);