GoogleCloudApigeeV1SecurityIncident class
Represents an SecurityIncident resource.
Constructors
-
GoogleCloudApigeeV1SecurityIncident({List<
String> ? detectionTypes, String? displayName, String? firstDetectedTime, String? lastDetectedTime, String? lastObservabilityChangeTime, String? name, String? observability, String? riskLevel, String? trafficCount}) - GoogleCloudApigeeV1SecurityIncident.fromJson(Map json_)
Properties
-
detectionTypes
↔ List<
String> ? -
Detection types which are part of the incident.
getter/setter pair
- displayName ↔ String?
-
Display name of the security incident.
getter/setter pair
- firstDetectedTime ↔ String?
-
The time when events associated with the incident were first detected.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastDetectedTime ↔ String?
-
The time when events associated with the incident were last detected.
getter/setter pair
- lastObservabilityChangeTime ↔ String?
-
The time when the incident observability was last changed.
getter/setter pair
- name ↔ String?
-
Name of the security incident resource.
getter/setter pair
- observability ↔ String?
-
Indicates if the user archived this incident.
getter/setter pair
- riskLevel ↔ String?
-
Risk level of the incident.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trafficCount ↔ String?
-
Total traffic detected as part of the incident.
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