GetOpenIDConnectProviderResponse class

Contains the response to a successful GetOpenIDConnectProvider request.

Constructors

GetOpenIDConnectProviderResponse({List<String>? clientIDList, DateTime? createDate, List<String>? thumbprintList, String? url})
GetOpenIDConnectProviderResponse.fromXml(XmlElement elem)
factory

Properties

clientIDList List<String>?
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
final
createDate DateTime?
The date and time when the IAM OIDC provider resource object was created in the AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbprintList List<String>?
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
final
url String?
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
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