Class PasswordGenerationPolicyRO
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PasswordGenerationPolicyRO
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PasswordGenerationPolicyRO extends com.ibm.cloud.sdk.core.service.model.GenericModelPolicy for auto-generated passwords.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLength()Gets the length.BooleanisIncludeDigits()Gets the includeDigits.BooleanisIncludeSymbols()Gets the includeSymbols.BooleanisIncludeUppercase()Gets the includeUppercase.
-
-
-
Method Detail
-
getLength
public Long getLength()
Gets the length. The length of auto-generated passwords.- Returns:
- the length
-
isIncludeDigits
public Boolean isIncludeDigits()
Gets the includeDigits. Include digits in auto-generated passwords.- Returns:
- the includeDigits
-
isIncludeSymbols
public Boolean isIncludeSymbols()
Gets the includeSymbols. Include symbols in auto-generated passwords.- Returns:
- the includeSymbols
-
isIncludeUppercase
public Boolean isIncludeUppercase()
Gets the includeUppercase. Include uppercase letters in auto-generated passwords.- Returns:
- the includeUppercase
-
-