OrganizationResponse

data class OrganizationResponse(val openAccess: Boolean? = null, val parallelism: Int? = null, val projects: List<String>? = null, val url: String)

Defines an Azure DevOps organization.

Constructors

Link copied to clipboard
constructor(openAccess: Boolean? = null, parallelism: Int? = null, projects: List<String>? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val openAccess: Boolean? = null

Determines if the pool should have open access to all projects in this organization.

Link copied to clipboard
val parallelism: Int? = null

How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.

Link copied to clipboard
val projects: List<String>? = null

Optional list of projects in which the pool should be created.

Link copied to clipboard
val url: String

The Azure DevOps organization URL in which the pool should be created.