:doc:`SSOAdmin <../../sso-admin>` / Client / get_application_assignment_configuration

****************************************
get_application_assignment_configuration
****************************************



.. py:method:: SSOAdmin.Client.get_application_assignment_configuration(**kwargs)

  

  Retrieves the configuration of  PutApplicationAssignmentConfiguration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/GetApplicationAssignmentConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_application_assignment_configuration(
        ApplicationArn='string'
    )
    
  :type ApplicationArn: string
  :param ApplicationArn: **[REQUIRED]** 

    Specifies the ARN of the application. For more information about ARNs, see `Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces </general/latest/gr/aws-arns-and-namespaces.html>`__ in the *Amazon Web Services General Reference*.

    

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

    
    ::

      {
          'AssignmentRequired': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AssignmentRequired** *(boolean) --* 

        If ``AssignmentsRequired`` is ``true`` (default value), users don’t have access to the application unless an assignment is created using the `CreateApplicationAssignment API <https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html>`__. If ``false``, all users have access to the application.

        
  
  **Exceptions**
  
  *   :py:class:`SSOAdmin.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.InternalServerException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ResourceNotFoundException`

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

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

  