Put Application Assignment Configuration
ssoadmin_put_application_assignment_configuration | R Documentation |
Configure how users gain access to an application¶
Description¶
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
.
Usage¶
Arguments¶
ApplicationArn
[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.
AssignmentRequired
[required] 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.
Value¶
An empty list.