finspace_update_kx_user {paws.management} | R Documentation |
Updates the user details
Description
Updates the user details. You can only update the IAM role associated with a user.
See https://www.paws-r-sdk.com/docs/finspace_update_kx_user/ for full documentation.
Usage
finspace_update_kx_user(environmentId, userName, iamRole, clientToken = NULL)
Arguments
environmentId |
[required] A unique identifier for the kdb environment. |
userName |
[required] A unique identifier for the user. |
iamRole |
[required] The IAM role ARN that is associated with the user. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
[Package paws.management version 0.7.0 Index]