Skip to main content

Set Credential

Set credential in Automind Hub with given name

Input

  • Credential Name: The name of the credential to be retrieved
    • Type: System.String
    • Required
  • Username: Retrieved username of the credential
    • Type: System.String
    • Required
  • Password: Retrieve password of the credential
    • Type: System.String
    • Required
  • Password Again: Password again to validate
    • Type: System.String
    • Required

Misc

  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
    • Type: System.Nullable<System.Int32>