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