GoogleApi.SecurityCenter.V1.Model.DataAccessEvent (google_api_security_center v0.39.0)
View SourceDetails about a data access attempt made by a principal not authorized under applicable data security policy.
Attributes
-
eventId(type:String.t, default:nil) - Unique identifier for data access event. -
eventTime(type:DateTime.t, default:nil) - Timestamp of data access event. -
operation(type:String.t, default:nil) - The operation performed by the principal to access the data. -
principalEmail(type:String.t, default:nil) - The email address of the principal that accessed the data. The principal could be a user account, service account, Google group, or other.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.DataAccessEvent{ eventId: String.t() | nil, eventTime: DateTime.t() | nil, operation: String.t() | nil, principalEmail: String.t() | nil }