GoogleCloudApigeeV1SecurityActionsConfig class
SecurityActionsConfig reflects the current state of the SecurityActions feature.
This is a singleton resource: https://google.aip.dev/156
Constructors
- GoogleCloudApigeeV1SecurityActionsConfig({bool? enabled, String? name, String? updateTime})
- GoogleCloudApigeeV1SecurityActionsConfig.fromJson(Map json_)
Properties
- enabled ↔ bool?
-
The flag that controls whether this feature is enabled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
This is a singleton resource, the name will always be set by
SecurityActions and any user input will be ignored.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The update time for configuration.
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