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

********************
describe_products_v2
********************



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

  

  Gets information about the product integration.

  

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


  **Request Syntax**
  ::

    response = client.describe_products_v2(
        NextToken='string',
        MaxResults=123
    )
    
  :type NextToken: string
  :param NextToken: 

    The token required for pagination. On your first call, set the value of this parameter to ``NULL``. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return.

    

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

    
    ::

      {
          'ProductsV2': [
              {
                  'ProductV2Name': 'string',
                  'CompanyName': 'string',
                  'Description': 'string',
                  'Categories': [
                      'string',
                  ],
                  'IntegrationV2Types': [
                      'SEND_FINDINGS_TO_SECURITY_HUB'|'RECEIVE_FINDINGS_FROM_SECURITY_HUB'|'UPDATE_FINDINGS_IN_SECURITY_HUB',
                  ],
                  'MarketplaceUrl': 'string',
                  'ActivationUrl': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ProductsV2** *(list) --* 

        Gets information about the product integration.

        
        

        - *(dict) --* 

          Defines the structure for the productV2.

          
          

          - **ProductV2Name** *(string) --* 

            The name of the productV2.

            
          

          - **CompanyName** *(string) --* 

            The name of the organization or vendor that provides the productV2.

            
          

          - **Description** *(string) --* 

            Detailed information about the productV2.

            
          

          - **Categories** *(list) --* 

            The domains or functional areas the productV2 addresses.

            
            

            - *(string) --* 
        
          

          - **IntegrationV2Types** *(list) --* 

            The type of integration.

            
            

            - *(string) --* 
        
          

          - **MarketplaceUrl** *(string) --* 

            The console URL where you can purchase or subscribe to products.

            
          

          - **ActivationUrl** *(string) --* 

            The URL to the serviceV@ or productV2 documentation about the integration, which includes how to activate the integration.

            
      
    
      

      - **NextToken** *(string) --* 

        The pagination token to use to request the next page of results. Otherwise, this parameter is null.

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

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

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

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

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

  