Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateKxUserRequest

Hierarchy

Properties

clientToken?: string

A token that ensures idempotency. This token expires in 10 minutes.

environmentId: undefined | string

A unique identifier for the kdb environment where you want to create a user.

iamRole: undefined | string

The IAM role ARN that will be associated with the user.

tags?: Record<string, string>

A list of key-value pairs to label the user. You can add up to 50 tags to a user.

userName: undefined | string

A unique identifier for the user.