Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::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.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event_id
def event_id() -> ::String
Returns
- (::String) — Unique identifier for data flow event.
#event_id=
def event_id=(value) -> ::String
Parameter
- value (::String) — Unique identifier for data flow event.
Returns
- (::String) — Unique identifier for data flow event.
#event_time
def event_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp of data flow event.
#event_time=
def event_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp of data flow event.
Returns
- (::Google::Protobuf::Timestamp) — Timestamp of data flow event.
#operation
def operation() -> ::Google::Cloud::SecurityCenter::V2::DataFlowEvent::Operation
Returns
- (::Google::Cloud::SecurityCenter::V2::DataFlowEvent::Operation) — The operation performed by the principal for the data flow event.
#operation=
def operation=(value) -> ::Google::Cloud::SecurityCenter::V2::DataFlowEvent::Operation
Parameter
- value (::Google::Cloud::SecurityCenter::V2::DataFlowEvent::Operation) — The operation performed by the principal for the data flow event.
Returns
- (::Google::Cloud::SecurityCenter::V2::DataFlowEvent::Operation) — The operation performed by the principal for the data flow event.
#principal_email
def principal_email() -> ::String
Returns
- (::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.
#principal_email=
def principal_email=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#violated_location
def violated_location() -> ::String
Returns
- (::String) — Non-compliant location of the principal or the data destination.
#violated_location=
def violated_location=(value) -> ::String
Parameter
- value (::String) — Non-compliant location of the principal or the data destination.
Returns
- (::String) — Non-compliant location of the principal or the data destination.