QueueJobRunAsUserArgs

data class QueueJobRunAsUserArgs(val posix: Output<QueuePosixUserArgs>? = null, val runAs: Output<QueueRunAs>, val windows: Output<QueueWindowsUserArgs>? = null) : ConvertibleToJava<QueueJobRunAsUserArgs>

Constructors

Link copied to clipboard
constructor(posix: Output<QueuePosixUserArgs>? = null, runAs: Output<QueueRunAs>, windows: Output<QueueWindowsUserArgs>? = null)

Properties

Link copied to clipboard
val posix: Output<QueuePosixUserArgs>? = null

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

Link copied to clipboard
val runAs: Output<QueueRunAs>

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
val windows: Output<QueueWindowsUserArgs>? = null

Identifies a Microsoft Windows user.

Functions

Link copied to clipboard
open override fun toJava(): QueueJobRunAsUserArgs