AzureDevOpsOrganizationProfileArgs

data class AzureDevOpsOrganizationProfileArgs(val kind: Output<String>, val organizations: Output<List<OrganizationArgs>>, val permissionProfile: Output<AzureDevOpsPermissionProfileArgs>? = null) : ConvertibleToJava<AzureDevOpsOrganizationProfileArgs>

Azure DevOps organization profile

Constructors

Link copied to clipboard
constructor(kind: Output<String>, organizations: Output<List<OrganizationArgs>>, permissionProfile: Output<AzureDevOpsPermissionProfileArgs>? = null)

Properties

Link copied to clipboard
val kind: Output<String>

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.

Functions

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