Values.UpdateUserRequestSourceModifies the details of the specified user. You cannot update the userId for a user.
type nonrec t = {userId : UserId.t;The unique identifier for the user that you want to update.
*)type_ : UserType.t option;The option to indicate the type of user. SUPER_USERβ A user with permission to all the functionality and data in FinSpace. APP_USER β A user with specific permissions in FinSpace. The users are assigned permissions by adding them to a permission group.
*)firstName : FirstName.t option;The first name of the user.
*)lastName : LastName.t option;The last name of the user.
*)apiAccess : ApiAccess.t option;The option to indicate whether the user can use the GetProgrammaticAccessCredentials API to obtain credentials that can then be used to access other FinSpace Data API operations. ENABLED β The user has permissions to use the APIs. DISABLED β The user does not have permissions to use any APIs.
*)apiAccessPrincipalArn : RoleArn.t option;The ARN identifier of an AWS user or role that is allowed to call the GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. This must be an IAM role within your FinSpace account.
*)clientToken : ClientToken.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}