DataAccessEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details about a data access attempt made by a principal not authorized under applicable data security policy.
Attributes |
|
|---|---|
| Name | Description |
event_id |
str
Unique identifier for data access event. |
principal_email |
str
The email address of the principal that accessed the data. The principal could be a user account, service account, Google group, or other. |
operation |
google.cloud.securitycenter_v2.types.DataAccessEvent.Operation
The operation performed by the principal to access the data. |
event_time |
google.protobuf.timestamp_pb2.Timestamp
Timestamp of data access event. |
Classes
Operation
Operation(value)The operation of a data access event.