GitLabGroupConfiguration Class

GitLab Group Inventory Configuration.

Constructor

GitLabGroupConfiguration(*, auto_discovery: str | _models.AutoDiscovery | None = None, project_configs: Dict[str, _models.BaseResourceConfiguration] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
auto_discovery

AutoDiscovery states. Known values are: "Disabled", "Enabled", and "NotApplicable".

Default value: None
project_configs

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.

Default value: None

Variables

Name Description
auto_discovery

AutoDiscovery states. Known values are: "Disabled", "Enabled", and "NotApplicable".

project_configs

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.