maxAgeDays property
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);
Implementation
@$pb.TagNumber(1)
set maxAgeDays($core.int value) => $_setUnsignedInt32(0, value);