Class: Aws::IAM::Types::GetOpenIDConnectProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetOpenIDConnectProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetOpenIDConnectProvider request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_id_list ⇒ Array<String>
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.
-
#create_date ⇒ Time
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
-
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the specified IAM OIDC provider.
-
#thumbprint_list ⇒ Array<String>
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
-
#url ⇒ String
The URL that the IAM OIDC provider resource object is associated with.
Instance Attribute Details
#client_id_list ⇒ Array<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.
3662 3663 3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-iam/types.rb', line 3662 class GetOpenIDConnectProviderResponse < Struct.new( :url, :client_id_list, :thumbprint_list, :create_date, :tags) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
3662 3663 3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-iam/types.rb', line 3662 class GetOpenIDConnectProviderResponse < Struct.new( :url, :client_id_list, :thumbprint_list, :create_date, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
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] in the *IAM User Guide*.
3662 3663 3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-iam/types.rb', line 3662 class GetOpenIDConnectProviderResponse < Struct.new( :url, :client_id_list, :thumbprint_list, :create_date, :tags) SENSITIVE = [] include Aws::Structure end |
#thumbprint_list ⇒ Array<String>
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
3662 3663 3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-iam/types.rb', line 3662 class GetOpenIDConnectProviderResponse < Struct.new( :url, :client_id_list, :thumbprint_list, :create_date, :tags) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
3662 3663 3664 3665 3666 3667 3668 3669 3670 |
# File 'lib/aws-sdk-iam/types.rb', line 3662 class GetOpenIDConnectProviderResponse < Struct.new( :url, :client_id_list, :thumbprint_list, :create_date, :tags) SENSITIVE = [] include Aws::Structure end |