Class PasswordGenerationPolicyPatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PasswordGenerationPolicyPatch
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PasswordGenerationPolicyPatch extends com.ibm.cloud.sdk.core.service.model.GenericModelPolicy patch for auto-generated passwords. Policy properties that are included in the patch are updated. Properties that are not included in the patch remain unchanged.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPasswordGenerationPolicyPatch.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanincludeDigits()Gets the includeDigits.BooleanincludeSymbols()Gets the includeSymbols.BooleanincludeUppercase()Gets the includeUppercase.Longlength()Gets the length.PasswordGenerationPolicyPatch.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public PasswordGenerationPolicyPatch.Builder newBuilder()
New builder.- Returns:
- a PasswordGenerationPolicyPatch builder
-
length
public Long length()
Gets the length. The length of auto-generated passwords.- Returns:
- the length
-
includeDigits
public Boolean includeDigits()
Gets the includeDigits. Include digits in auto-generated passwords.- Returns:
- the includeDigits
-
includeSymbols
public Boolean includeSymbols()
Gets the includeSymbols. Include symbols in auto-generated passwords.- Returns:
- the includeSymbols
-
includeUppercase
public Boolean includeUppercase()
Gets the includeUppercase. Include uppercase letters in auto-generated passwords.- Returns:
- the includeUppercase
-
-