GetPoolStartTaskUserIdentityAutoUser

data class GetPoolStartTaskUserIdentityAutoUser(val elevationLevel: String, val scope: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The elevation level of the user account. "NonAdmin" - The auto user is a standard user without elevated access. "Admin" - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.

Link copied to clipboard

The scope of the user identity under which the start task runs.