vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ProfilePasswordPolicyMetadata

    interface ProfilePasswordPolicyMetadata {
        forgotPasswordRedirect?: boolean;
        fullName?: string;
        lockoutInterval: number;
        maxLoginAttempts: number;
        minimumPasswordLength: number;
        minimumPasswordLifetime?: boolean;
        obscure?: boolean;
        passwordComplexity: number;
        passwordExpiration: number;
        passwordHistory: number;
        passwordQuestion: number;
        profile: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    forgotPasswordRedirect?: boolean
    fullName?: string
    lockoutInterval: number
    maxLoginAttempts: number
    minimumPasswordLength: number
    minimumPasswordLifetime?: boolean
    obscure?: boolean
    passwordComplexity: number
    passwordExpiration: number
    passwordHistory: number
    passwordQuestion: number
    profile: string