scope property

String? scope
getter/setter pair

Project or folder to scope this config to.

For example, "project/456" would apply this config only to resources in "project/456" scope will be checked with "AND" of other resources.

Implementation

core.String? scope;