expireWarnDays property
Amount of days after which the user should be notified of the upcoming expiry. ZITADEL will not notify the user.
Implementation
@$pb.TagNumber(2)
$core.int get expireWarnDays => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set expireWarnDays($core.int value) => $_setUnsignedInt32(1, value);