Configure how users gain access to an application. 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. If an assignment is created using create_application_assignment
., the user retains access if AssignmentsRequired
is set to true
.
See https://www.paws-r-sdk.com/docs/ssoadmin_put_application_assignment_configuration/ for full documentation.
ssoadmin_put_application_assignment_configuration(
ApplicationArn,
AssignmentRequired
)
[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.
[required] 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.