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

*****************************************
update_glue_identity_center_configuration
*****************************************



.. py:method:: Glue.Client.update_glue_identity_center_configuration(**kwargs)

  

  Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.

  

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


  **Request Syntax**
  ::

    response = client.update_glue_identity_center_configuration(
        Scopes=[
            'string',
        ],
        UserBackgroundSessionsEnabled=True|False
    )
    
  :type Scopes: list
  :param Scopes: 

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

    

  
    - *(string) --* 

    

  :type UserBackgroundSessionsEnabled: boolean
  :param UserBackgroundSessionsEnabled: 

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

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      Response from updating an existing Glue Identity Center configuration.

      
  
  **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`

  