Enum ListAssetsResponse.Types.ListAssetsResult.Types.StateChange (3.2.0)

public enum 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

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Fields

NameDescription
Active

Asset was present at both point(s) in time.

Added

Asset was added between the points in time.

Removed

Asset was removed between the points in time.

Unused

State change is unused, this is the canonical default for this enum.