AzureDevOpsOrganizationConfiguration interface
AzureDevOps Org Inventory Configuration.
Properties
auto |
AutoDiscovery states. |
project |
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}