View source: R/finspace_operations.R
finspace_update_kx_user | R Documentation |
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.
finspace_update_kx_user(environmentId, userName, iamRole, clientToken = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.