View source: R/ssoadmin_operations.R
ssoadmin_put_application_assignment_configuration | R Documentation |
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.