OsProfileResponse

data class OsProfileResponse(val logonType: String? = null, val secretsManagementSettings: SecretsManagementSettingsResponse? = null)

The OS profile of the machines in the pool.

Constructors

Link copied to clipboard
constructor(logonType: String? = null, secretsManagementSettings: SecretsManagementSettingsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logonType: String? = 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.