public sealed class DataFlowEvent : IMessage<DataFlowEvent>, IEquatable<DataFlowEvent>, IDeepCloneable<DataFlowEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class DataFlowEvent.
Details about a data flow event, in which either the data is moved to or is
accessed from a non-compliant geo-location, as defined in the applicable data
security policy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDataFlowEvent\u003c/code\u003e class in the Security Command Center v2 API provides details about data flow events involving non-compliant geo-locations.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eDataFlowEvent\u003c/code\u003e, implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDataFlowEvent\u003c/code\u003e has properties such as \u003ccode\u003eEventId\u003c/code\u003e, \u003ccode\u003eEventTime\u003c/code\u003e, \u003ccode\u003eOperation\u003c/code\u003e, \u003ccode\u003ePrincipalEmail\u003c/code\u003e, and \u003ccode\u003eViolatedLocation\u003c/code\u003e to describe different aspects of a data flow event.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataFlowEvent\u003c/code\u003e class includes constructors for creating new instances, either empty or based on another \u003ccode\u003eDataFlowEvent\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eDataFlowEvent is found in the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2\u003c/code\u003e namespace and uses the assembly \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class DataFlowEvent (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.DataFlowEvent)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.DataFlowEvent)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.DataFlowEvent) \n\n public sealed class DataFlowEvent : IMessage\u003cDataFlowEvent\u003e, IEquatable\u003cDataFlowEvent\u003e, IDeepCloneable\u003cDataFlowEvent\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class DataFlowEvent.\n\nDetails about a data flow event, in which either the data is moved to or is\naccessed from a non-compliant geo-location, as defined in the applicable data\nsecurity policy. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DataFlowEvent \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DataFlowEvent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.DataFlowEvent), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DataFlowEvent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.DataFlowEvent), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DataFlowEvent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.DataFlowEvent), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### DataFlowEvent()\n\n public DataFlowEvent()\n\n### DataFlowEvent(DataFlowEvent)\n\n public DataFlowEvent(DataFlowEvent other)\n\nProperties\n----------\n\n### EventId\n\n public string EventId { get; set; }\n\nUnique identifier for data flow event.\n\n### EventTime\n\n public Timestamp EventTime { get; set; }\n\nTimestamp of data flow event.\n\n### Operation\n\n public DataFlowEvent.Types.Operation Operation { get; set; }\n\nThe operation performed by the principal for the data flow event.\n\n### PrincipalEmail\n\n public string PrincipalEmail { get; set; }\n\nThe email address of the principal that initiated the data flow event. The\nprincipal could be a user account, service account, Google group, or other.\n\n### ViolatedLocation\n\n public string ViolatedLocation { get; set; }\n\nNon-compliant location of the principal or the data destination."]]