Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class DataFlowEvent.
Details about a data flow event, in which either the data is moved to or is accessed from a non-compliant geo-location, as defined in the applicable data security policy.
Generated from protobuf message google.cloud.securitycenter.v2.DataFlowEvent
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ event_id
string
Unique identifier for data flow event.
↳ principal_email
string
The email address of the principal that initiated the data flow event. The principal could be a user account, service account, Google group, or other.
↳ operation
int
The operation performed by the principal for the data flow event.
↳ violated_location
string
Non-compliant location of the principal or the data destination.
↳ event_time
getEventId
Unique identifier for data flow event.
string
setEventId
Unique identifier for data flow event.
var
string
$this
getPrincipalEmail
The email address of the principal that initiated the data flow event. The principal could be a user account, service account, Google group, or other.
string
setPrincipalEmail
The email address of the principal that initiated the data flow event. The principal could be a user account, service account, Google group, or other.
var
string
$this
getOperation
The operation performed by the principal for the data flow event.
int
setOperation
The operation performed by the principal for the data flow event.
var
int
Enum of type Operation .
$this
getViolatedLocation
Non-compliant location of the principal or the data destination.
string
setViolatedLocation
Non-compliant location of the principal or the data destination.
var
string
$this
getEventTime
Timestamp of data flow event.
hasEventTime
clearEventTime
setEventTime
Timestamp of data flow event.
$this

