PoolStartTaskUserIdentity

data class PoolStartTaskUserIdentity(val autoUser: PoolStartTaskUserIdentityAutoUser? = null, val userName: String? = null)

Constructors

Link copied to clipboard
constructor(autoUser: PoolStartTaskUserIdentityAutoUser? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A auto_user block that describes the user identity under which the start task runs as defined below.

Link copied to clipboard
val userName: String? = null

The username to be used by the Batch pool start task.