DataAccessEvent class
Details about a data access attempt made by a principal not authorized under applicable data security policy.
Constructors
- DataAccessEvent.new({String? eventId, String? eventTime, String? operation, String? principalEmail})
- DataAccessEvent.fromJson(Map json_)
Properties
- eventId ↔ String?
-
Unique identifier for data access event.
getter/setter pair
- eventTime ↔ String?
-
Timestamp of data access event.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operation ↔ String?
-
The operation performed by the principal to access the data.
Possible string values are:
getter/setter pair
- principalEmail ↔ String?
-
The email address of the principal that accessed the data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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