maxAgeDays property

  1. @TagNumber.new(1)
int get maxAgeDays

Amount of days after which a password will expire. The user will be forced to change the password on the following authentication.

Implementation

@$pb.TagNumber(1)
$core.int get maxAgeDays => $_getIZ(0);
  1. @TagNumber.new(1)
set maxAgeDays (int value)

Implementation

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