Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetOpenIDConnectProviderResponse

Contains the response to a successful GetOpenIDConnectProvider request.

Hierarchy

Properties

ClientIDList?: 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.

CreateDate?: Date

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

Tags?: 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.

ThumbprintList?: string[]

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

Url?: string

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