Skip to main content

Passwordpolicyv3dto

Properties

NameTypeDescriptionNotes
id(optional) stringThe password policy Id.[default to undefined]
description(optional) stringDescription for current password policy.[default to undefined]
name(optional) stringThe name of the password policy.[default to undefined]
dateCreated(optional) numberDate the Password Policy was created.[default to undefined]
lastUpdated(optional) numberDate the Password Policy was updated.[default to undefined]
firstExpirationReminder(optional) numberThe number of days before expiration remaninder.[default to undefined]
accountIdMinWordLength(optional) numberThe minimun length of account Id. By default is equals to -1.[default to undefined]
accountNameMinWordLength(optional) numberThe minimun length of account name. By default is equals to -1.[default to undefined]
minAlpha(optional) numberMaximum alpha. By default is equals to 0.[default to undefined]
minCharacterTypes(optional) numberMinCharacterTypes. By default is equals to -1.[default to undefined]
maxLength(optional) numberMaximum length of the password.[default to undefined]
minLength(optional) numberMinimum length of the password. By default is equals to 0.[default to undefined]
maxRepeatedChars(optional) numberMaximum repetition of the same character in the password. By default is equals to -1.[default to undefined]
minLower(optional) numberMinimum amount of lower case character in the password. By default is equals to 0.[default to undefined]
minNumeric(optional) numberMinimum amount of numeric characters in the password. By default is equals to 0.[default to undefined]
minSpecial(optional) numberMinimum amount of special symbols in the password. By default is equals to 0.[default to undefined]
minUpper(optional) numberMinimum amount of upper case symbols in the password. By default is equals to 0.[default to undefined]
passwordExpiration(optional) numberNumber of days before current password expires. By default is equals to 90.[default to undefined]
defaultPolicy(optional) booleanDefines whether this policy is default or not. Default policy is created automatically when an org is setup. This field is false by default.[default to false]
enablePasswdExpiration(optional) booleanDefines whether this policy is enabled to expire or not. This field is false by default.[default to false]
requireStrongAuthn(optional) booleanDefines whether this policy require strong Auth or not. This field is false by default.[default to false]
requireStrongAuthOffNetwork(optional) booleanDefines whether this policy require strong Auth of network or not. This field is false by default.[default to false]
requireStrongAuthUntrustedGeographies(optional) booleanDefines whether this policy require strong Auth for untrusted geographies. This field is false by default.[default to false]
useAccountAttributes(optional) booleanDefines whether this policy uses account attributes or not. This field is false by default.[default to false]
useDictionary(optional) booleanDefines whether this policy uses dictionary or not. This field is false by default.[default to false]
useIdentityAttributes(optional) booleanDefines whether this policy uses identity attributes or not. This field is false by default.[default to false]
validateAgainstAccountId(optional) booleanDefines whether this policy validate against account id or not. This field is false by default.[default to false]
validateAgainstAccountName(optional) booleanDefines whether this policy validate against account name or not. This field is false by default.[default to false]
created(optional) string[default to undefined]
modified(optional) string[default to undefined]
sourceIds(optional) Array<string>List of sources IDs managed by this password policy.[default to undefined]