userAccount property

AgentTaskUserAccount? userAccount
getter/setter pair

User account on the VM to run the runnables in the agentTaskSpec.

If not set, the runnable will be run under root user.

Implementation

AgentTaskUserAccount? userAccount;