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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content pertains to the `InclusionMode` enum within the `Google.Cloud.SecurityCenter.V1P1Beta1` namespace, specifically for Asset Discovery configuration."],["There are three inclusion modes for Asset Discovery: `Exclude`, `IncludeOnly`, and `Unspecified`, controlling which projects are included or excluded from discovery."],["`Exclude` mode means only projects outside the specified list will be discovered, while `IncludeOnly` mode means only the listed projects will be discovered."],["`Unspecified` mode disables filtering, resulting in the discovery of all projects within the organization."],["The latest version of the documentation is for version 3.0.0-beta05, but version 2.0.0-beta07 is also highlighted, which contains the information for `InclusionMode`."]]],[]]