Update Application With Token Exchange Grant
quicksight_update_application_with_token_exchange_grant | R Documentation |
Updates an Amazon QuickSight application with a token exchange grant¶
Description¶
Updates an Amazon QuickSight application with a token exchange grant. This operation only supports Amazon QuickSight applications that are registered with IAM Identity Center.
Usage¶
quicksight_update_application_with_token_exchange_grant(AwsAccountId,
Namespace)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account to be updated with a token exchange grant. |
Namespace |
[required] The namespace of the Amazon QuickSight application. |
Value¶
A list with the following syntax:
list(
Status = 123,
RequestId = "string"
)
Request syntax¶
svc$update_application_with_token_exchange_grant(
AwsAccountId = "string",
Namespace = "string"
)