expireWarnDays property

  1. @TagNumber.new(2)
int get expireWarnDays

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);
  1. @TagNumber.new(2)
set expireWarnDays (int value)

Implementation

@$pb.TagNumber(2)
set expireWarnDays($core.int value) => $_setUnsignedInt32(1, value);