AzureDevOpsPermissionProfileArgs

data class AzureDevOpsPermissionProfileArgs(val groups: Output<List<String>>? = null, val kind: Output<Either<String, AzureDevOpsPermissionType>>, val users: Output<List<String>>? = null) : ConvertibleToJava<AzureDevOpsPermissionProfileArgs>

Defines the type of Azure DevOps pool permission.

Constructors

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

Properties

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

Group email addresses

Link copied to clipboard
val kind: Output<Either<String, AzureDevOpsPermissionType>>

Determines who has admin permissions to the Azure DevOps pool.

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

User email addresses

Functions

Link copied to clipboard
open override fun toJava(): AzureDevOpsPermissionProfileArgs