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
istrue
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. Iffalse
, all users have access to the application.
Exceptions
SSOAdmin.Client.exceptions.ThrottlingException
SSOAdmin.Client.exceptions.InternalServerException
SSOAdmin.Client.exceptions.ResourceNotFoundException
SSOAdmin.Client.exceptions.AccessDeniedException
SSOAdmin.Client.exceptions.ValidationException