ActivityRule class

Alerts from Google Workspace Security Center rules service configured by an admin.

Constructors

ActivityRule({List<String>? actionNames, String? createTime, String? description, String? displayName, String? name, String? query, List<String>? supersededAlerts, String? supersedingAlert, String? threshold, String? triggerSource, String? updateTime, String? windowSize})
ActivityRule.fromJson(Map _json)

Properties

actionNames List<String>?
List of action names associated with the rule threshold.
getter/setter pair
createTime String?
Rule create timestamp.
getter/setter pair
description String?
Description of the rule.
getter/setter pair
displayName String?
Alert display name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Rule name.
getter/setter pair
query String?
Query that is used to get the data from the associated source.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supersededAlerts List<String>?
List of alert IDs superseded by this alert.
getter/setter pair
supersedingAlert String?
Alert ID superseding this alert.
getter/setter pair
threshold String?
Alert threshold is for example “COUNT > 5”.
getter/setter pair
triggerSource String?
The trigger sources for this rule.
getter/setter pair
updateTime String?
The timestamp of the last update to the rule.
getter/setter pair
windowSize String?
Rule window size.
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