vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
ProfilePasswordPolicyMetadata
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
)
MetadataInfo
ProfilePasswordPolicyMetadata
Index
Properties
forgot
Password
Redirect?
full
Name?
lockout
Interval
max
Login
Attempts
minimum
Password
Length
minimum
Password
Lifetime?
obscure?
password
Complexity
password
Expiration
password
History
password
Question
profile
Properties
Optional
forgot
Password
Redirect
forgotPasswordRedirect
?:
boolean
Optional
full
Name
fullName
?:
string
lockout
Interval
lockoutInterval
:
number
max
Login
Attempts
maxLoginAttempts
:
number
minimum
Password
Length
minimumPasswordLength
:
number
Optional
minimum
Password
Lifetime
minimumPasswordLifetime
?:
boolean
Optional
obscure
obscure
?:
boolean
password
Complexity
passwordComplexity
:
number
password
Expiration
passwordExpiration
:
number
password
History
passwordHistory
:
number
password
Question
passwordQuestion
:
number
profile
profile
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
forgot
Password
Redirect
full
Name
lockout
Interval
max
Login
Attempts
minimum
Password
Length
minimum
Password
Lifetime
obscure
password
Complexity
password
Expiration
password
History
password
Question
profile
vlocode-project - v1.40.0-beta-4
Loading...