UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités d’automatisation informatique

Create User

UiPath.AmazonWebServices.Activities.CreateUser

Description

Crée un nouvel utilisateur IAM pour le compte AWS actuel.

Compatibilité du projet

Windows - Héritage | Windows | Multiplate-forme

Configuration

Entrée

  • 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.

Profil de connexion

  • 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.
    Remarque :

    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.

Clés d’accès

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

Sortie

  • User - The details about the newly created IAM user.
  • AwsAccessKeyId - The AWS access key ID.
  • AwsSecretAccessKey - The AWS secret access key.
  • Description
  • Compatibilité du projet
  • Configuration
  • Entrée
  • Profil de connexion
  • Clés d’accès
  • Sortie

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour