AzureDevOpsProjectConfiguration interface
AzureDevOps Project Inventory Configuration.
Properties
auto |
AutoDiscovery states. |
repository |
AzureDevOps Repository Inventory Configuration. Dictionary of AzureDevOps repository name to desired repository configuration. If AutoDiscovery is Enabled, this field should be null or empty. |
Property Details
autoDiscovery
AutoDiscovery states.
autoDiscovery?: string
Property Value
string
repositoryConfigs
AzureDevOps Repository Inventory Configuration. Dictionary of AzureDevOps repository name to desired repository configuration. If AutoDiscovery is Enabled, this field should be null or empty.
repositoryConfigs?: {[propertyName: string]: BaseResourceConfiguration}
Property Value
{[propertyName: string]: BaseResourceConfiguration}