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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetOpenIDConnectProvider request.

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>)


2952
2953
2954
2955
2956
2957
2958
# File 'lib/aws-sdk-iam/types.rb', line 2952

class GetOpenIDConnectProviderResponse < Struct.new(
  :url,
  :client_id_list,
  :thumbprint_list,
  :create_date)
  include Aws::Structure
end

#create_dateTime

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

Returns:

  • (Time)


2952
2953
2954
2955
2956
2957
2958
# File 'lib/aws-sdk-iam/types.rb', line 2952

class GetOpenIDConnectProviderResponse < Struct.new(
  :url,
  :client_id_list,
  :thumbprint_list,
  :create_date)
  include Aws::Structure
end

#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>)


2952
2953
2954
2955
2956
2957
2958
# File 'lib/aws-sdk-iam/types.rb', line 2952

class GetOpenIDConnectProviderResponse < Struct.new(
  :url,
  :client_id_list,
  :thumbprint_list,
  :create_date)
  include Aws::Structure
end

#urlString

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

Returns:

  • (String)


2952
2953
2954
2955
2956
2957
2958
# File 'lib/aws-sdk-iam/types.rb', line 2952

class GetOpenIDConnectProviderResponse < Struct.new(
  :url,
  :client_id_list,
  :thumbprint_list,
  :create_date)
  include Aws::Structure
end