Type alias ProfilePasswordPolicy
ProfilePasswordPolicy: Metadata & { forgotPasswordRedirect?: boolean | null; lockoutInterval: number; maxLoginAttempts: number; minimumPasswordLength: number; minimumPasswordLifetime?: boolean | null; obscure?: boolean | null; passwordComplexity: number; passwordExpiration: number; passwordHistory: number; passwordQuestion: number; profile: string; } Type declaration
Optional
forgotPasswordRedirect?: boolean | null
lockoutInterval: number
maxLoginAttempts: number
minimumPasswordLength: number
Optional
minimumPasswordLifetime?: boolean | null
Optional
obscure?: boolean | null
passwordComplexity: number
passwordExpiration: number
passwordHistory: number
passwordQuestion: number
profile: string