class Aws::IAM::Types::GetOpenIDConnectProviderResponse

Contains the response to a successful GetOpenIDConnectProvider request.

@!attribute [rw] url

The URL that the IAM OIDC provider resource object is associated
with. For more information, see CreateOpenIDConnectProvider.
@return [String]

@!attribute [rw] client_id_list

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.
@return [Array<String>]

@!attribute [rw] thumbprint_list

A list of certificate thumbprints that are associated with the
specified IAM OIDC provider resource object. For more information,
see CreateOpenIDConnectProvider.
@return [Array<String>]

@!attribute [rw] create_date

The date and time when the IAM OIDC provider resource object was
created in the account.
@return [Time]

@!attribute [rw] tags

A list of tags that are attached to the specified IAM OIDC provider.
The returned list of tags is sorted by tag key. For more information
about tagging, see [Tagging IAM resources][1] in the *IAM User
Guide*.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetOpenIDConnectProviderResponse AWS API Documentation

Constants

SENSITIVE