ServiceSpecificCredentialMetadata class

Contains additional details about a service-specific credential.

Constructors

ServiceSpecificCredentialMetadata({required DateTime createDate, required String serviceName, required String serviceSpecificCredentialId, required String serviceUserName, required StatusType status, required String userName})
ServiceSpecificCredentialMetadata.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
serviceSpecificCredentialId String
The unique identifier for the service-specific credential.
final
serviceUserName String
The generated user name for the service-specific credential.
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