:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / get_managed_thing_certificate

*****************************
get_managed_thing_certificate
*****************************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.get_managed_thing_certificate(**kwargs)

  

  Retrieves the certificate PEM for a managed IoT thing.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/GetManagedThingCertificate>`_  


  **Request Syntax**
  ::

    response = client.get_managed_thing_certificate(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The identifier of the managed thing.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ManagedThingId': 'string',
          'CertificatePem': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ManagedThingId** *(string) --* 

        The identifier of the managed thing.

        
      

      - **CertificatePem** *(string) --* 

        The PEM-encoded certificate for the managed thing.

        
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException`

  