TemporaryCredential class
Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance.
Constructors
- TemporaryCredential.new({String? instanceId, String? password, String? username, int? validForInMinutes})
-
TemporaryCredential.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The instance's AWS OpsWorks Stacks ID.
final
- password → String?
-
The password.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
The user name.
final
- validForInMinutes → int?
-
The length of time (in minutes) that the grant is valid. When the grant
expires, at the end of this period, the user will no longer be able to use
the credentials to log in. If they are logged in at the time, they will be
automatically logged out.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited