DataFlowEvent class
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.
Constructors
- DataFlowEvent.new({String? eventId, String? eventTime, String? operation, String? principalEmail, String? violatedLocation})
- DataFlowEvent.fromJson(Map json_)
Properties
- eventId ↔ String?
-
Unique identifier for data flow event.
getter/setter pair
- eventTime ↔ String?
-
Timestamp of data flow event.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation ↔ String?
-
The operation performed by the principal for the data flow event.
Possible string values are:
getter/setter pair
- principalEmail ↔ String?
-
The email address of the principal that initiated the data flow event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- violatedLocation ↔ String?
-
Non-compliant location of the principal or the data destination.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited