Class GetRandomPasswordPlainArgs


  • public final class GetRandomPasswordPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • excludeCharacters

        public java.util.Optional<java.lang.String> excludeCharacters()
        Returns:
        String of the characters that you don't want in the password.
      • excludeLowercase

        public java.util.Optional<java.lang.Boolean> excludeLowercase()
        Returns:
        Specifies whether to exclude lowercase letters from the password.
      • excludeNumbers

        public java.util.Optional<java.lang.Boolean> excludeNumbers()
        Returns:
        Specifies whether to exclude numbers from the password.
      • excludePunctuation

        public java.util.Optional<java.lang.Boolean> excludePunctuation()
        Returns:
        Specifies whether to exclude the following punctuation characters from the password: ``! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ .``
      • excludeUppercase

        public java.util.Optional<java.lang.Boolean> excludeUppercase()
        Returns:
        Specifies whether to exclude uppercase letters from the password.
      • includeSpace

        public java.util.Optional<java.lang.Boolean> includeSpace()
        Returns:
        Specifies whether to include the space character.
      • passwordLength

        public java.util.Optional<java.lang.Integer> passwordLength()
        Returns:
        Length of the password.
      • requireEachIncludedType

        public java.util.Optional<java.lang.Boolean> requireEachIncludedType()
        Returns:
        Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.