state property

String? state
getter/setter pair

The state of the finding. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ACTIVE" : The finding requires attention and has not been addressed yet.
  • "INACTIVE" : The finding has been fixed, triaged as a non-issue or otherwise addressed and is no longer active.

Implementation

core.String? state;