MonoCloud Management SDK
    Preparing search index...

    Interface PasswordReuseOptions

    Password Reuse Options Response: Represents the configuration for password reuse restrictions.

    PasswordReuseOptions

    interface PasswordReuseOptions {
        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.

    PasswordReuseOptions

    restriction_mode: PasswordRestrictionModes

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

    PasswordReuseOptions

    restriction_period: number

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

    PasswordReuseOptions