Class PasswordGenerationPolicy

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

    public class PasswordGenerationPolicy
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Policy for auto-generated passwords.
    • Method Detail

      • 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