ServiceSpecificCredential class

Contains the details of a service-specific credential.

Constructors

ServiceSpecificCredential({required DateTime createDate, required String serviceName, required String servicePassword, required String serviceSpecificCredentialId, required String serviceUserName, required StatusType status, required String userName})
ServiceSpecificCredential.fromXml(XmlElement elem)
factory

Properties

createDate DateTime
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceName String
The name of the service associated with the service-specific credential.
final
servicePassword String
The generated password for the service-specific credential.
final
serviceSpecificCredentialId String
The unique identifier for the service-specific credential.
final
serviceUserName String
The generated user name for the service-specific credential. This value is generated by combining the IAM user's name combined with the ID number of the AWS account, as in jane-at-123456789012, for example. This value cannot be configured by the user.
final
status StatusType
The status of the service-specific credential. Active means that the key is valid for API calls, while Inactive means it is not.
final
userName String
The name of the IAM user associated with the service-specific credential.
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