RunAsUser

Reference to a user account whose device will run the bot

Properties

Name Type Description
id integer Numeric user ID of the run-as user
View JSON Schema on GitHub

JSON Schema

automation-anywhere-runasuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RunAsUser",
  "title": "RunAsUser",
  "type": "object",
  "description": "Reference to a user account whose device will run the bot",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Numeric user ID of the run-as user"
    }
  }
}