finspace_create_kx_user: Creates a user in FinSpace kdb environment with an associated...

View source: R/finspace_operations.R

finspace_create_kx_userR Documentation

Creates a user in FinSpace kdb environment with an associated IAM role

Description

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.

Usage

finspace_create_kx_user(
  environmentId,
  userName,
  iamRole,
  tags = NULL,
  clientToken = NULL
)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.