QueueJobRunAsUser

data class QueueJobRunAsUser(val posix: QueuePosixUser? = null, val runAs: QueueRunAs, val windows: QueueWindowsUser? = null)

Constructors

Link copied to clipboard
constructor(posix: QueuePosixUser? = null, runAs: QueueRunAs, windows: QueueWindowsUser? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val posix: QueuePosixUser? = null

The user and group that the jobs in the queue run as.

Link copied to clipboard

Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.

Link copied to clipboard

Identifies a Microsoft Windows user.