Os Profile Args
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)