OsProfileArgs

data class OsProfileArgs(val logonType: Output<Either<String, LogonType>>? = null, val secretsManagementSettings: Output<SecretsManagementSettingsArgs>? = null) : ConvertibleToJava<OsProfileArgs>

The OS profile of the machines in the pool.

Constructors

Link copied to clipboard
constructor(logonType: Output<Either<String, LogonType>>? = null, secretsManagementSettings: Output<SecretsManagementSettingsArgs>? = null)

Properties

Link copied to clipboard
val logonType: Output<Either<String, LogonType>>? = null

Determines how the service should be run. By default, this will be set to Service.

Link copied to clipboard

The secret management settings of the machines in the pool.

Functions

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