View source: R/finspace_operations.R
finspace_create_kx_user | R Documentation |
Creates a user in FinSpace kdb environment with an associated IAM role.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_user/ for full documentation.
finspace_create_kx_user(
environmentId,
userName,
iamRole,
tags = NULL,
clientToken = NULL
)
environmentId |
[required] A unique identifier for the kdb environment where you want to create a user. |
userName |
[required] A unique identifier for the user. |
iamRole |
[required] The IAM role ARN that will be associated with the user. |
tags |
A list of key-value pairs to label the user. You can add up to 50 tags to a 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.