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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.GetOpenIDConnectProvider

Contents

Description

Returns information about the specified OpenID Connect provider.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOpenIDConnectProvider.html

Synopsis

Request

Request constructor

Request lenses

goidcpOpenIDConnectProviderArn :: 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.

Response

Response constructor

Response lenses

goidcprClientIDList :: 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.

goidcprCreateDate :: Lens' GetOpenIDConnectProviderResponse (Maybe UTCTime) Source

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

goidcprThumbprintList :: Lens' GetOpenIDConnectProviderResponse [Text] Source

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

goidcprUrl :: Lens' GetOpenIDConnectProviderResponse (Maybe Text) Source

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