Security Command Center V2 API - Class Google::Cloud::SecurityCenter::V2::DataAccessEvent (v1.1.0)

Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::DataAccessEvent.

Details about a data access attempt made by a principal not authorized under 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 access event.

#event_id=

def event_id=(value) -> ::String
Parameter
  • value (::String) — Unique identifier for data access event.
Returns
  • (::String) — Unique identifier for data access event.

#event_time

def event_time() -> ::Google::Protobuf::Timestamp
Returns

#event_time=

def event_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#operation

def operation() -> ::Google::Cloud::SecurityCenter::V2::DataAccessEvent::Operation
Returns

#operation=

def operation=(value) -> ::Google::Cloud::SecurityCenter::V2::DataAccessEvent::Operation
Parameter
Returns

#principal_email

def principal_email() -> ::String
Returns
  • (::String) — The email address of the principal that accessed the data. 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 accessed the data. The principal could be a user account, service account, Google group, or other.
Returns
  • (::String) — The email address of the principal that accessed the data. The principal could be a user account, service account, Google group, or other.