state property
The desired State of the finding.
Required. 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;