AutoUserSpecificationArgs

data class AutoUserSpecificationArgs(val elevationLevel: Output<ElevationLevel>? = null, val scope: Output<AutoUserScope>? = null) : ConvertibleToJava<AutoUserSpecificationArgs>

Constructors

Link copied to clipboard
fun AutoUserSpecificationArgs(elevationLevel: Output<ElevationLevel>? = null, scope: Output<AutoUserScope>? = null)

Functions

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

Properties

Link copied to clipboard
val elevationLevel: Output<ElevationLevel>? = null

The default value is nonAdmin.

Link copied to clipboard
val scope: Output<AutoUserScope>? = null

The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.