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

*****************************************
create_glue_identity_center_configuration
*****************************************



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

  

  Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.

  

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


  **Request Syntax**
  ::

    response = client.create_glue_identity_center_configuration(
        InstanceArn='string',
        Scopes=[
            'string',
        ],
        UserBackgroundSessionsEnabled=True|False
    )
    
  :type InstanceArn: string
  :param InstanceArn: **[REQUIRED]** 

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

    

  
  :type Scopes: list
  :param Scopes: 

    A list of Identity Center scopes that define the 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**

    
    ::

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

    

    - *(dict) --* 

      Response from creating a new Glue Identity Center configuration.

      
      

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

        The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.

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

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

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

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

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

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

  