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}