PoolStartTaskUserIdentityAutoUser

data class PoolStartTaskUserIdentityAutoUser(val elevationLevel: String? = null, val scope: String? = null)

Constructors

Link copied to clipboard
constructor(elevationLevel: String? = null, scope: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val elevationLevel: String? = null

The elevation level of the user identity under which the start task runs. Possible values are Admin or NonAdmin. Defaults to NonAdmin.

Link copied to clipboard
val scope: String? = null

The scope of the user identity under which the start task runs. Possible values are Task or Pool. Defaults to Task.