AzureDevOpsPermissionProfileResponse

data class AzureDevOpsPermissionProfileResponse(val groups: List<String>? = null, val kind: String, val users: List<String>? = null)

Defines the type of Azure DevOps pool permission.

Constructors

Link copied to clipboard
constructor(groups: List<String>? = null, kind: String, users: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Group email addresses

Link copied to clipboard

Determines who has admin permissions to the Azure DevOps pool.

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

User email addresses