Class PasswordGenerationPolicyRO

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PasswordGenerationPolicyRO
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Policy for auto-generated passwords.
    • 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