Interface AccountTtl

Contains information about the period of inactivity after which the current user's account will automatically be deleted.

interface AccountTtl {
    @type: "accountTtl";
    days: number;
}

Properties

Properties

@type: "accountTtl"
days: number

Number of days of inactivity before the account will be flagged for deletion; 30-730 days.