IAM / Client / list_open_id_connect_providers

list_open_id_connect_providers#

IAM.Client.list_open_id_connect_providers()#

Lists information about the IAM OpenID Connect (OIDC) provider resource objects defined in the Amazon Web Services account.

Note

IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for an OIDC provider, see GetOpenIDConnectProvider.

See also: AWS API Documentation

Request Syntax

response = client.list_open_id_connect_providers()
Return type:

dict

Returns:

Response Syntax

{
    'OpenIDConnectProviderList': [
        {
            'Arn': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    Contains the response to a successful ListOpenIDConnectProviders request.

    • OpenIDConnectProviderList (list) –

      The list of IAM OIDC provider resource objects defined in the Amazon Web Services account.

      • (dict) –

        Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.

        • Arn (string) –

          The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.

          For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Exceptions