Google Cloud Security Command Center V1p1beta1 Client - Class State (1.14.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class State.

The state of the finding.

Protobuf type google.cloud.securitycenter.v1p1beta1.Finding.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The finding requires attention and has not been addressed yet.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

The finding has been fixed, triaged as a non-issue or otherwise addressed and is no longer active.

Generated from protobuf enum INACTIVE = 2;