SSOAdmin / Client / get_application_assignment_configuration

get_application_assignment_configuration#

SSOAdmin.Client.get_application_assignment_configuration(**kwargs)#

Retrieves the configuration of PutApplicationAssignmentConfiguration.

See also: AWS API Documentation

Request Syntax

response = client.get_application_assignment_configuration(
    ApplicationArn='string'
)
Parameters:

ApplicationArn (string) –

[REQUIRED]

Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Return type:

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. If false, all users have access to the application.

Exceptions