AzureDevOpsOrganizationConfiguration interface

AzureDevOps Org Inventory Configuration.

Properties

autoDiscovery

AutoDiscovery states.

projectConfigs

AzureDevOps Project Inventory Configuration. Dictionary of AzureDevOps project name to desired project configuration. If AutoDiscovery is Enabled, this field should be empty or null.

Property Details

autoDiscovery

AutoDiscovery states.

autoDiscovery?: string

Property Value

string

projectConfigs

AzureDevOps Project Inventory Configuration. Dictionary of AzureDevOps project name to desired project configuration. If AutoDiscovery is Enabled, this field should be empty or null.

projectConfigs?: {[propertyName: string]: AzureDevOpsProjectConfiguration}

Property Value

{[propertyName: string]: AzureDevOpsProjectConfiguration}