You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::GetOpenIDConnectProviderResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the response to a successful GetOpenIDConnectProvider request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#client_id_listArray<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.

Returns:

  • (Array<String>)

    A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.

#create_dateTime

The date and time when the IAM OIDC provider resource object was created in the AWS account.

Returns:

  • (Time)

    The date and time when the IAM OIDC provider resource object was created in the AWS account.

#thumbprint_listArray<String>

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

Returns:

  • (Array<String>)

    A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.

#urlString

The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.

Returns:

  • (String)

    The URL that the IAM OIDC provider resource object is associated with.