UiPath Documentation
activities
latest
false
IT-Automatisierungsaktivitäten
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Benutzer erstellen

Die Aktivität Create User, die einen neuen IAM-Benutzer für das aktuelle AWS-Konto erstellt.

UiPath.AmazonWebServices.Activities.CreateUser

Beschreibung

Erstellt einen neuen IAM-Benutzer für das aktuelle AWS-Konto.

Projektkompatibilität

Windows – Legacy | Windows | Plattformübergreifend

Konfiguration

Eingabe

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

Anmeldeprofil

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

    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.

Zugriffsschlüssel

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

Ausgabe

  • User - The details about the newly created IAM user.
  • AwsAccessKeyId - The AWS access key ID.
  • AwsSecretAccessKey - The AWS secret access key.
  • Beschreibung
  • Projektkompatibilität
  • Konfiguration
  • Eingabe
  • Anmeldeprofil
  • Zugriffsschlüssel
  • Ausgabe

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben