MonoCloud Management SDK
    Preparing search index...

    Interface PatchPasswordReuseOptionsRequest

    Patch Password Reuse Options Request: Used to partially update password reuse enforcement settings.

    PatchPasswordReuseOptionsRequest

    interface PatchPasswordReuseOptionsRequest {
        restriction_count?: number;
        restriction_mode?: PasswordRestrictionModes;
        restriction_period?: number;
    }
    Index

    Properties

    restriction_count?: number

    Defines the number of historical passwords that are disallowed for reuse under count-based enforcement.

    PatchPasswordReuseOptionsRequest

    restriction_mode?: PasswordRestrictionModes

    Specifies the password reuse control policy, defining whether reuse is limited by time, count, both, or unrestricted.

    Pro plan required to configure password reuse options.

    PatchPasswordReuseOptionsRequest

    restriction_period?: number

    Specifies the time period during which previously used passwords are blocked from reuse (in minutes).

    PatchPasswordReuseOptionsRequest