AzureDevOpsOrganizationProfileArgs

data class AzureDevOpsOrganizationProfileArgs(val kind: Output<String>, val organizations: Output<List<OrganizationArgs>>) : ConvertibleToJava<AzureDevOpsOrganizationProfileArgs>

Azure DevOps organization profile

Constructors

Link copied to clipboard
fun AzureDevOpsOrganizationProfileArgs(kind: Output<String>, organizations: Output<List<OrganizationArgs>>)

Functions

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

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.