state property

String? state
getter/setter pair

State of the violation

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "RESOLVED" : Violation is resolved.
  • "UNRESOLVED" : Violation is Unresolved
  • "EXCEPTION" : Violation is Exception

Implementation

core.String? state;