Reference documentation and code samples for the Google Cloud Binary Authorization V1beta1 Client class ContinuousValidationEvent.
Represents an auditing event from Continuous Validation.
Generated from protobuf message google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent
Namespace
Google \ Cloud \ BinaryAuthorization \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pod_event |
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent
Pod event. |
↳ unsupported_policy_event |
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\UnsupportedPolicyEvent
Unsupported policy event. |
getPodEvent
Pod event.
Returns | |
---|---|
Type | Description |
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent|null |
hasPodEvent
setPodEvent
Pod event.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent
|
Returns | |
---|---|
Type | Description |
$this |
getUnsupportedPolicyEvent
Unsupported policy event.
Returns | |
---|---|
Type | Description |
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\UnsupportedPolicyEvent|null |
hasUnsupportedPolicyEvent
setUnsupportedPolicyEvent
Unsupported policy event.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\UnsupportedPolicyEvent
|
Returns | |
---|---|
Type | Description |
$this |
getEventType
Returns | |
---|---|
Type | Description |
string |