interface OrganizationSecuritySettings {
    enforcePasswordRenewal: boolean;
    gracePeriodDuration?: string;
    loginAttemptsBeforeLocked: number;
}

Properties

enforcePasswordRenewal: boolean

Defines whether password renewal is enforced during first login.

gracePeriodDuration?: string

Duration of the grace period to renew password or enable MFA.

loginAttemptsBeforeLocked: number

Number of login attempts before the account is locked.