Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class State.
Violation State Values
Protobuf type google.cloud.cloudcontrolspartner.v1beta.Violation.State
Namespace
Google \ Cloud \ CloudControlsPartner \ V1beta \ ViolationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RESOLVED
Value: 1Violation is resolved.
Generated from protobuf enum RESOLVED = 1;
UNRESOLVED
Value: 2Violation is Unresolved
Generated from protobuf enum UNRESOLVED = 2;
EXCEPTION
Value: 3Violation is Exception
Generated from protobuf enum EXCEPTION = 3;