Get Application Assignment Configuration
ssoadmin_get_application_assignment_configuration | R Documentation |
Retrieves the configuration of PutApplicationAssignmentConfiguration¶
Description¶
Retrieves the configuration of
put_application_assignment_configuration
.
Usage¶
ssoadmin_get_application_assignment_configuration(ApplicationArn)
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. |
Value¶
A list with the following syntax:
list(
AssignmentRequired = TRUE|FALSE
)
Request syntax¶
svc$get_application_assignment_configuration(
ApplicationArn = "string"
)