confidentialityImpact property

String? confidentialityImpact
getter/setter pair

This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability. Possible string values are:

  • "IMPACT_UNSPECIFIED" : Invalid value.
  • "IMPACT_HIGH" : High impact.
  • "IMPACT_LOW" : Low impact.
  • "IMPACT_NONE" : No impact.

Implementation

core.String? confidentialityImpact;