UiPath Documentation
activities
latest
false
IT 自动化活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

创建用户

“创建用户”活动为当前 AWS 帐户创建新的 IAM 用户。

UiPath.AmazonWebServices.Activities.CreateUser

描述

为当前 AWS 帐户创建新的 IAM 用户。

项目兼容性

Windows - 旧版 | Windows | 跨平台

配置

输入

  • Name - The name of the IAM user to create. The name must be unique within the AWS account.
  • Path (String) - The path to the IAM user. If not set, it defaults to a slash (/).
  • PermissionsBoundaryArn - The ARN of the policy used to set the permissions boundary for the IAM user.
  • Tags - The tags to associate with the IAM user. It contains two columns of type String, the first one representing the key, while the second, its value.

登录配置文件

  • Password - The password for the IAM user. Either this parameter or the SecurePassword one must have a value.
  • SecurePassword - The password for the IAM user, as a secure string. Either this parameter or the Password one must have a value.
  • ForcePasswordChange - Indicates whether the IAM user should set a new password on the next sign-in. The default is set to False.
    备注:

    When ForcePasswordChange is checked, the activity attaches arn:aws:iam::aws:policy/IAMUserChangePassword managed policy to the user. This provides the ability for the IAM user to change their own password.

访问密钥

  • GenerateAwsAccessKeys - Indicates whether to generate AWS secret access key and corresponding AWS access key ID for the specified user.

输出

  • User - The details about the newly created IAM user.
  • AwsAccessKeyId - The AWS access key ID.
  • AwsSecretAccessKey - The AWS secret access key.
  • 描述
  • 项目兼容性
  • 配置
  • 输入
  • 登录配置文件
  • 访问密钥
  • 输出

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新