FederatedUser class
Identifiers for the federated user that is associated with the credentials.
Constructors
- FederatedUser({required String arn, required String federatedUserId})
- FederatedUser.fromXml(XmlElement elem)
-
factory
Properties
- arn → String
-
The ARN that specifies the federated user that is associated with the
credentials. For more information about ARNs and how to use them in
policies, see IAM
Identifiers in the IAM User Guide.
final
- federatedUserId → String
-
The string that identifies the federated user associated with the
credentials, similar to the unique ID of an IAM user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited