Type Alias UpdateOrganizationSecuritySettingsRequest

UpdateOrganizationSecuritySettingsRequest: {
    enforcePasswordRenewal?: boolean;
    gracePeriodDuration?: string;
    loginAttemptsBeforeLocked?: number;
    organizationId?: string;
}

Type declaration

  • OptionalenforcePasswordRenewal?: boolean

    Defines whether password renewal is enforced during first login.

  • OptionalgracePeriodDuration?: string

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

  • OptionalloginAttemptsBeforeLocked?: number

    Number of login attempts before the account is locked.

  • OptionalorganizationId?: string

    ID of the Organization.