Google Cloud Security Command Center v1p1beta1 API - Enum ListAssetsResponse.Types.ListAssetsResult.Types.StateChange (3.0.0-beta05)

public enum ListAssetsResponse.Types.ListAssetsResult.Types.StateChange

Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API enum ListAssetsResponse.Types.ListAssetsResult.Types.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.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.dll

Fields

Name Description
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.