GitLabGroupConfiguration interface
GitLab Group Inventory Configuration.
Properties
auto |
AutoDiscovery states. |
project |
GitLab Project Inventory Configuration. Dictionary of GitLab fully-qualified project name to desired project configuration. If AutoDiscovery is Enabled, this field should be null or empty. |
Property Details
autoDiscovery
AutoDiscovery states.
autoDiscovery?: string
Property Value
string
projectConfigs
GitLab Project Inventory Configuration. Dictionary of GitLab fully-qualified project name to desired project configuration. If AutoDiscovery is Enabled, this field should be null or empty.
projectConfigs?: {[propertyName: string]: BaseResourceConfiguration}
Property Value
{[propertyName: string]: BaseResourceConfiguration}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript