amazonka-iam-1.0.1: Amazon Identity and Access Management SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.GetOpenIdConnectProvider

Contents

Description

Returns information about the specified OpenID Connect provider.

See: AWS API Reference for GetOpenIdConnectProvider.

Synopsis

Creating a Request

getOpenIdConnectProvider Source

Creates a value of GetOpenIdConnectProvider with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

goicpOpenIdConnectProviderARN :: Lens' GetOpenIdConnectProvider Text Source

The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to get information for. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.

Destructuring the Response

getOpenIdConnectProviderResponse Source

Creates a value of GetOpenIdConnectProviderResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

goicprsCreateDate :: Lens' GetOpenIdConnectProviderResponse (Maybe UTCTime) Source

The date and time when the IAM OpenID Connect provider entity was created in the AWS account.

goicprsURL :: Lens' GetOpenIdConnectProviderResponse (Maybe Text) Source

The URL that the IAM OpenID Connect provider is associated with. For more information, see CreateOpenIDConnectProvider.

goicprsThumbprintList :: Lens' GetOpenIdConnectProviderResponse [Text] Source

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

goicprsClientIdList :: Lens' GetOpenIdConnectProviderResponse [Text] Source

A list of client IDs (also known as audiences) that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.