unusedAccountValidityDays property

int? unusedAccountValidityDays
final

The user account expiration limit, in days, after which the account is no longer usable. To reset the account after that time limit, you must call AdminCreateUser again, specifying "RESEND" for the MessageAction parameter. The default value for this parameter is 7.

Implementation

final int? unusedAccountValidityDays;