Reference documentation and code samples for the Google Cloud Security Command Center V1 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.v1.ListAssetsResponse.ListAssetsResult.StateChange
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ ListAssetsResponse \ ListAssetsResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNUSED
Value: 0
State change is unused, this is the canonical default for this enum.
Generated from protobuf enum UNUSED = 0;
ADDED
Value: 1
Asset was added between the points in time.
Generated from protobuf enum ADDED = 1;
REMOVED
Value: 2
Asset was removed between the points in time.
Generated from protobuf enum REMOVED = 2;
ACTIVE
Value: 3
Asset was present at both point(s) in time.
Generated from protobuf enum ACTIVE = 3;