Google Cloud Security Command Center v1 API - Enum OrganizationSettings.Types.AssetDiscoveryConfig.Types.InclusionMode (3.19.0)

public enum OrganizationSettings.Types.AssetDiscoveryConfig.Types.InclusionMode

Reference documentation and code samples for the Google Cloud Security Command Center v1 API enum OrganizationSettings.Types.AssetDiscoveryConfig.Types.InclusionMode.

The mode of inclusion when running Asset Discovery. Asset discovery can be limited by explicitly identifying projects to be included or excluded. If INCLUDE_ONLY is set, then only those projects within the organization and their children are discovered during asset discovery. If EXCLUDE is set, then projects that don't match those projects are discovered during asset discovery. If neither are set, then all projects within the organization are discovered during asset discovery.

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Fields

NameDescription
Exclude

Asset Discovery will ignore all resources under the projects specified. All other resources will be retrieved.

IncludeOnly

Asset Discovery will capture only the resources within the projects specified. All other resources will be ignored.

Unspecified

Unspecified. Setting the mode with this value will disable inclusion/exclusion filtering for Asset Discovery.