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. excludeCharacters String of the characters that you don't want in the password. excludeLowercase Whether to exclude lowercase letters from the password. excludeNumbers Whether to exclude numbers from the password. excludePunctuation Whether to exclude the following punctuation characters from the password: ! " # $ % & ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~ . excludeUppercase Whether to exclude uppercase letters from the password. includeSpace Whether to include the space character. passwordLength Length of the password. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. requireEachIncludedType Whether 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: ! " # $ % & ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~ .
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