GetRandomPasswordArgs class
Arguments for getRandomPassword. Arguments for getRandomPassword.
Constructors
-
GetRandomPasswordArgs({Input<
String?> ? excludeCharacters, Input<bool?> ? excludeLowercase, Input<bool?> ? excludeNumbers, Input<bool?> ? excludePunctuation, Input<bool?> ? excludeUppercase, Input<bool?> ? includeSpace, Input<int?> ? passwordLength, Input<String?> ? region, Input<bool?> ? requireEachIncludedType}) -
Creates a new GetRandomPasswordArgs.
excludeCharactersString of the characters that you don't want in the password.excludeLowercaseWhether to exclude lowercase letters from the password.excludeNumbersWhether to exclude numbers from the password.excludePunctuationWhether to exclude the following punctuation characters from the password:! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ .excludeUppercaseWhether to exclude uppercase letters from the password.includeSpaceWhether to include the space character.passwordLengthLength of the password.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.requireEachIncludedTypeWhether to include at least one upper and lowercase letter, one number, and one punctuation.const -
GetRandomPasswordArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
excludeCharacters
→ Input<
String?> ? -
String of the characters that you don't want in the password.
final
-
excludeLowercase
→ Input<
bool?> ? -
Whether to exclude lowercase letters from the password.
final
-
excludeNumbers
→ Input<
bool?> ? -
Whether to exclude numbers from the password.
final
-
excludePunctuation
→ Input<
bool?> ? -
Whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ .final -
excludeUppercase
→ Input<
bool?> ? -
Whether to exclude uppercase letters from the password.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includeSpace
→ Input<
bool?> ? -
Whether to include the space character.
final
-
passwordLength
→ Input<
int?> ? -
Length of the password.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
requireEachIncludedType
→ Input<
bool?> ? -
Whether to include at least one upper and lowercase letter, one number, and one punctuation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited