GoogleCloudSecuritycenterV1MuteConfig class
A mute config is a Cloud SCC resource that contains the configuration to mute create/update events of findings.
Constructors
- GoogleCloudSecuritycenterV1MuteConfig({String? createTime, String? description, String? displayName, String? filter, String? mostRecentEditor, String? name, String? updateTime})
- GoogleCloudSecuritycenterV1MuteConfig.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time at which the mute config was created.
getter/setter pair
- description ↔ String?
-
A description of the mute config.
getter/setter pair
- displayName ↔ String?
-
The human readable name to be displayed for the mute config.
getter/setter pair
- filter ↔ String?
-
An expression that defines the filter to apply across create/update events
of findings.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mostRecentEditor ↔ String?
-
Email address of the user who last edited the mute config.
getter/setter pair
- name ↔ String?
-
This field will be ignored if provided on config creation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The most recent time at which the mute config was updated.
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