:doc:`IAM <../../iam>` / Client / list_open_id_connect_providers

******************************
list_open_id_connect_providers
******************************



.. py:method:: 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 <https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOpenIDConnectProvider.html>`__.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListOpenIDConnectProviders>`_  


  **Request Syntax**
  ::

    response = client.list_open_id_connect_providers()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'OpenIDConnectProviderList': [
              {
                  'Arn': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 

      Contains the response to a successful `ListOpenIDConnectProviders <https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html>`__ 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) <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`__ in the *Amazon Web Services General Reference*.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`IAM.Client.exceptions.ServiceFailureException`

  