public sealed class DataAccessEvent : IMessage<DataAccessEvent>, IEquatable<DataAccessEvent>, IDeepCloneable<DataAccessEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class DataAccessEvent.
Details about a data access attempt made by a principal not authorized under applicable data security policy.
Implements
IMessageDataAccessEvent, IEquatableDataAccessEvent, IDeepCloneableDataAccessEvent, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
DataAccessEvent()
public DataAccessEvent()
DataAccessEvent(DataAccessEvent)
public DataAccessEvent(DataAccessEvent other)
Parameter | |
---|---|
Name | Description |
other |
DataAccessEvent |
Properties
EventId
public string EventId { get; set; }
Unique identifier for data access event.
Property Value | |
---|---|
Type | Description |
string |
EventTime
public Timestamp EventTime { get; set; }
Timestamp of data access event.
Property Value | |
---|---|
Type | Description |
Timestamp |
Operation
public DataAccessEvent.Types.Operation Operation { get; set; }
The operation performed by the principal to access the data.
Property Value | |
---|---|
Type | Description |
DataAccessEventTypesOperation |
PrincipalEmail
public string PrincipalEmail { get; set; }
The email address of the principal that accessed the data. The principal could be a user account, service account, Google group, or other.
Property Value | |
---|---|
Type | Description |
string |