public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnectors v1 API class NotificationConfig.
NotificationConfig defines the mechanisms to notify instance agent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `NotificationConfig` class within the BeyondCorp AppConnectors v1 API, specifically version 1.1.0."],["The `NotificationConfig` class is designed to define mechanisms for notifying an instance agent and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor `NotificationConfig()` and one that copies another instance `NotificationConfig(NotificationConfig other)`."],["The class includes two properties `ConfigCase`, to set the case of the notification, and `PubsubNotification`, which handles Cloud Pub/Sub configurations for receiving notifications."]]],[]]