PasswordPolicyTO

PasswordPolicyTO
PasswordPolicyTO
JSON Example
{
    "maxConsecutiveIdenticalCharacters": 0,
    "minUpper": 0,
    "minLen": 0,
    "minDigit": 0,
    "maxPreviousPasswordCharactersReused": 0,
    "minLower": 0,
    "tempPasswordTtl": 0,
    "history": 0,
    "passwordTtlInHours": 0,
    "notificationThreshold": 0,
    "minSpecial": 0,
    "notificationInterval": 0
}
integer As int32 As int32
maxConsecutiveIdenticalCharacters
Optional

maxConsecutiveIdenticalCharacters

integer As int32 As int32
minUpper
Optional

minUpper

integer As int32 As int32
minLen
Optional

minLen

integer As int32 As int32
minDigit
Optional

minDigit

integer As int32 As int32
maxPreviousPasswordCharactersReused
Optional

maxPreviousPasswordCharactersReused

integer As int32 As int32
minLower
Optional

minLower

integer As int32 As int32
tempPasswordTtl
Optional

tempPasswordTtl

integer As int32 As int32
history
Optional

history

integer As int64 As int64
passwordTtlInHours
Optional

passwordTtlInHours

integer As int64 As int64
notificationThreshold
Optional

notificationThreshold

integer As int32 As int32
minSpecial
Optional

minSpecial

integer As int64 As int64
notificationInterval
Optional

notificationInterval

Property Of