GetRandomPasswordResult class
Result data returned by getRandomPassword.
Constructors
- GetRandomPasswordResult({String? excludeCharacters, bool? excludeLowercase, bool? excludeNumbers, bool? excludePunctuation, bool? excludeUppercase, String? id, bool? includeSpace, int? passwordLength, String? randomPassword, String? region, bool? requireEachIncludedType})
-
Creates a new GetRandomPasswordResult.
excludeCharactersOptional.excludeLowercaseOptional.excludeNumbersOptional.excludePunctuationOptional.excludeUppercaseOptional.idThe provider-assigned unique ID for this managed resource.includeSpaceOptional.passwordLengthOptional.randomPasswordRandom password.regionOptional.requireEachIncludedTypeOptional.const -
GetRandomPasswordResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
- excludeCharacters → String?
-
final
- excludeLowercase → bool?
-
final
- excludeNumbers → bool?
-
final
- excludePunctuation → bool?
-
final
- excludeUppercase → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- includeSpace → bool?
-
final
- passwordLength → int?
-
final
- randomPassword → String?
-
Random password.
final
- region → String?
-
final
- requireEachIncludedType → bool?
-
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