JobRunAsUser

Identifies the user for a job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: JobRunAsUser.Builder.() -> Unit = {}): JobRunAsUser
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String