:doc:`SecurityHub <../../securityhub>` / Client / enable_import_findings_for_product

**********************************
enable_import_findings_for_product
**********************************



.. py:method:: SecurityHub.Client.enable_import_findings_for_product(**kwargs)

  

  Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.

   

  When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub is applied.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/EnableImportFindingsForProduct>`_  


  **Request Syntax**
  ::

    response = client.enable_import_findings_for_product(
        ProductArn='string'
    )
    
  :type ProductArn: string
  :param ProductArn: **[REQUIRED]** 

    The ARN of the product to enable the integration for.

    

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

    
    ::

      {
          'ProductSubscriptionArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ProductSubscriptionArn** *(string) --* 

        The ARN of your subscription to the product to enable integrations for.

        
  
  **Exceptions**
  
  *   :py:class:`SecurityHub.Client.exceptions.InternalException`

  
  *   :py:class:`SecurityHub.Client.exceptions.InvalidInputException`

  
  *   :py:class:`SecurityHub.Client.exceptions.InvalidAccessException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ResourceConflictException`

  
  *   :py:class:`SecurityHub.Client.exceptions.LimitExceededException`

  