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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DataAccessEvent` class in the Security Command Center v2 API represents details about a data access attempt made by an unauthorized principal."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The class contains properties like `EventId`, `EventTime`, `Operation`, and `PrincipalEmail`, which detail the unique identifier, timestamp, performed operation, and email of the principal, respectively."],["There are two constructors for the `DataAccessEvent` class, one that is parameterless, and one that takes in another `DataAccessEvent` as a parameter for duplication."],["The latest version of the DataAccessEvent class is version 1.1.0, with version 1.0.0 being the previous version."]]],[]]