Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
PasswordPolicyGroups |
PasswordPolicyGroups.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PasswordPolicyGroups> |
PasswordPolicy.getGroups()
A list of groups that the password policy belongs to.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyGroups.Builder |
PasswordPolicyGroups.Builder.copy(PasswordPolicyGroups model) |
Modifier and Type | Method and Description |
---|---|
PasswordPolicy.Builder |
PasswordPolicy.Builder.groups(List<PasswordPolicyGroups> groups)
A list of groups that the password policy belongs to.
|
Constructor and Description |
---|
PasswordPolicy(String id,
String ocid,
List<String> schemas,
Meta meta,
IdcsCreatedBy idcsCreatedBy,
IdcsLastModifiedBy idcsLastModifiedBy,
List<IdcsPreventedOperations> idcsPreventedOperations,
List<Tags> tags,
Boolean deleteInProgress,
String idcsLastUpgradedInRelease,
String domainOcid,
String compartmentOcid,
String tenancyOcid,
String externalId,
String name,
String description,
Integer maxLength,
Integer minLength,
Integer minAlphas,
Integer minNumerals,
Integer minAlphaNumerals,
Integer minSpecialChars,
Integer maxSpecialChars,
Integer minLowerCase,
Integer minUpperCase,
Integer minUniqueChars,
Integer maxRepeatedChars,
Boolean startsWithAlphabet,
Boolean firstNameDisallowed,
Boolean lastNameDisallowed,
Boolean userNameDisallowed,
List<String> disallowedUserAttributeValues,
Integer minPasswordAge,
Integer passwordExpiresAfter,
Integer passwordExpireWarning,
String requiredChars,
String disallowedChars,
String allowedChars,
List<String> disallowedSubstrings,
Boolean dictionaryWordDisallowed,
String dictionaryLocation,
String dictionaryDelimiter,
Integer maxIncorrectAttempts,
Integer lockoutDuration,
Integer numPasswordsInHistory,
PasswordPolicy.PasswordStrength passwordStrength,
Boolean forcePasswordReset,
Integer distinctCharacters,
Integer priority,
List<PasswordPolicyGroups> groups,
List<PasswordPolicyConfiguredPasswordPolicyRules> configuredPasswordPolicyRules)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.