inclusionMode property
The mode to use for filtering asset discovery. Possible string values are:
- "INCLUSION_MODE_UNSPECIFIED" : Unspecified. Setting the mode with this value will disable inclusion/exclusion filtering for Asset Discovery.
- "INCLUDE_ONLY" : Asset Discovery will capture only the resources within the projects specified. All other resources will be ignored.
- "EXCLUDE" : Asset Discovery will ignore all resources under the projects specified. All other resources will be retrieved.
Implementation
core.String? inclusionMode;