:doc:`Glue <../../glue>` / Client / get_glue_identity_center_configuration

**************************************
get_glue_identity_center_configuration
**************************************



.. py:method:: Glue.Client.get_glue_identity_center_configuration()

  

  Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetGlueIdentityCenterConfiguration>`_  


  **Request Syntax**
  ::

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

    
    ::

      {
          'ApplicationArn': 'string',
          'InstanceArn': 'string',
          'Scopes': [
              'string',
          ],
          'UserBackgroundSessionsEnabled': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 

      Response containing the Glue Identity Center configuration details.

      
      

      - **ApplicationArn** *(string) --* 

        The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.

        
      

      - **InstanceArn** *(string) --* 

        The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.

        
      

      - **Scopes** *(list) --* 

        A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.

        
        

        - *(string) --* 
    
      

      - **UserBackgroundSessionsEnabled** *(boolean) --* 

        Indicates whether users can run background sessions when using Identity Center authentication with Glue services.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

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

  
  *   :py:class:`Glue.Client.exceptions.ConcurrentModificationException`

  