NotificationConfig class
Cloud Security Command Center (Cloud SCC) notification configs.
A notification config is a Cloud SCC resource that contains the configuration to send notifications for create/update events of findings, assets and etc.
Constructors
- NotificationConfig({String? description, String? name, String? pubsubTopic, String? serviceAccount, StreamingConfig? streamingConfig})
- NotificationConfig.fromJson(Map json_)
Properties
- description ↔ String?
- 
  The description of the notification config (max of 1024 characters).
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name ↔ String?
- 
  The relative resource name of this notification config.
  getter/setter pair
- pubsubTopic ↔ String?
- 
  The Pub/Sub topic to send notifications to.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- serviceAccount ↔ String?
- 
  The service account that needs "pubsub.topics.publish" permission to
publish to the Pub/Sub topic.
  getter/setter pair
- streamingConfig ↔ StreamingConfig?
- 
  The config for triggering streaming-based notifications.
  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