Get Kx User
finspace_get_kx_user | R Documentation |
Retrieves information about the specified kdb user¶
Description¶
Retrieves information about the specified kdb user.
Usage¶
finspace_get_kx_user(userName, environmentId)
Arguments¶
userName |
[required] A unique identifier for the user. |
environmentId |
[required] A unique identifier for the kdb environment. |
Value¶
A list with the following syntax:
list(
userName = "string",
userArn = "string",
environmentId = "string",
iamRole = "string"
)
Request syntax¶
svc$get_kx_user(
userName = "string",
environmentId = "string"
)