AzureDevOpsOrganizationProfileResponse

data class AzureDevOpsOrganizationProfileResponse(val kind: String, val organizations: List<OrganizationResponse>, val permissionProfile: AzureDevOpsPermissionProfileResponse? = null)

Azure DevOps organization profile

Constructors

Link copied to clipboard
constructor(kind: String, organizations: List<OrganizationResponse>, permissionProfile: AzureDevOpsPermissionProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Discriminator property for OrganizationProfile. Expected value is 'AzureDevOps'.

Link copied to clipboard

The list of Azure DevOps organizations the pool should be present in.

Link copied to clipboard

The type of permission which determines which accounts are admins on the Azure DevOps pool.