class
Amazonite::SecretsManager::GetRandomPasswordRequest
- Amazonite::SecretsManager::GetRandomPasswordRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/get_random_password_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(password_length : Int64 | Nil = nil, exclude_characters : String | Nil = nil, exclude_numbers : Bool | Nil = nil, exclude_punctuation : Bool | Nil = nil, exclude_uppercase : Bool | Nil = nil, exclude_lowercase : Bool | Nil = nil, include_space : Bool | Nil = nil, require_each_included_type : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#exclude_characters : String | Nil
A string of the characters that you don't want in the password.
-
#exclude_characters=(exclude_characters : String | Nil)
A string of the characters that you don't want in the password.
-
#exclude_lowercase : Bool | Nil
Specifies whether to exclude lowercase letters from the password.
-
#exclude_lowercase=(exclude_lowercase : Bool | Nil)
Specifies whether to exclude lowercase letters from the password.
-
#exclude_numbers : Bool | Nil
Specifies whether to exclude numbers from the password.
-
#exclude_numbers=(exclude_numbers : Bool | Nil)
Specifies whether to exclude numbers from the password.
-
#exclude_punctuation : Bool | Nil
Specifies whether to exclude the following punctuation characters from the password: `! " # $ % & ' ( ) * + , - .
-
#exclude_punctuation=(exclude_punctuation : Bool | Nil)
Specifies whether to exclude the following punctuation characters from the password: `! " # $ % & ' ( ) * + , - .
-
#exclude_uppercase : Bool | Nil
Specifies whether to exclude uppercase letters from the password.
-
#exclude_uppercase=(exclude_uppercase : Bool | Nil)
Specifies whether to exclude uppercase letters from the password.
-
#hash(hasher)
See
Object#hash(hasher) -
#include_space : Bool | Nil
Specifies whether to include the space character.
-
#include_space=(include_space : Bool | Nil)
Specifies whether to include the space character.
-
#password_length : Int64 | Nil
The length of the password.
-
#password_length=(password_length : Int64 | Nil)
The length of the password.
-
#require_each_included_type : Bool | Nil
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
-
#require_each_included_type=(require_each_included_type : Bool | Nil)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A string of the characters that you don't want in the password.
A string of the characters that you don't want in the password.
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
Specifies whether to exclude the following punctuation characters from the password: ! " # $ % & ' ( ) * + , - . / : ; ? @ [ \ ] ^ _ { | } ~`. If you don't include this switch, the password
can contain punctuation.
Specifies whether to exclude the following punctuation characters from the password: ! " # $ % & ' ( ) * + , - . / : ; ? @ [ \ ] ^ _ { | } ~`. If you don't include this switch, the password
can contain punctuation.
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
The length of the password. If you don't include this parameter, the default length is 32 characters.
The length of the password. If you don't include this parameter, the default length is 32 characters.
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.