enablementConfig property

String? enablementConfig
getter/setter pair

Config for whether this repository has vulnerability scanning disabled.

Optional. Possible string values are:

  • "ENABLEMENT_CONFIG_UNSPECIFIED" : Not set. This will be treated as INHERITED.
  • "INHERITED" : Scanning is Enabled, but dependent on API enablement.
  • "DISABLED" : No automatic vulnerability scanning will be performed for this repository.

Implementation

core.String? enablementConfig;