Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class StateChange.
The change in state of the asset.
When querying across two points in time this describes the change between the two points: ADDED, REMOVED, or ACTIVE. If there was no compare_duration supplied in the request the state change will be: UNUSED
Protobuf type google.cloud.securitycenter.v1p1beta1.ListAssetsResponse.ListAssetsResult.StateChange
Methods
name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
UNUSED
Value: 0State change is unused, this is the canonical default for this enum.
Generated from protobuf enum UNUSED = 0;
ADDED
Value: 1Asset was added between the points in time.
Generated from protobuf enum ADDED = 1;
REMOVED
Value: 2Asset was removed between the points in time.
Generated from protobuf enum REMOVED = 2;
ACTIVE
Value: 3Asset was present at both point(s) in time.
Generated from protobuf enum ACTIVE = 3;