ssoadmin_put_application_assignment_configuration: Configure how users gain access to an application

View source: R/ssoadmin_operations.R

ssoadmin_put_application_assignment_configurationR 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.

See https://www.paws-r-sdk.com/docs/ssoadmin_put_application_assignment_configuration/ for full documentation.

Usage

ssoadmin_put_application_assignment_configuration(
  ApplicationArn,
  AssignmentRequired
)

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 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.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.