Security Command Center v2 API - Class DataAccessEvent (1.1.0)

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.

Inheritance

object > DataAccessEvent

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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