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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eNotificationConfig\u003c/code\u003e class within the Google Cloud BeyondCorp AppConnectors v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNotificationConfig\u003c/code\u003e class is designed to define notification mechanisms for instance agents.\u003c/p\u003e\n"],["\u003cp\u003eThe class is available in multiple versions, with version 1.3.0 being the latest release and versions 1.2.0, 1.1.0 and 1.0.0 also being documented.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNotificationConfig\u003c/code\u003e implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eConfigCase\u003c/code\u003e to determine the type of notification and \u003ccode\u003ePubsubNotification\u003c/code\u003e for managing Cloud Pub/Sub configurations for notifications.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp AppConnectors v1 API - Class NotificationConfig (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/latest/Google.Cloud.BeyondCorp.AppConnectors.V1.NotificationConfig)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/1.2.0/Google.Cloud.BeyondCorp.AppConnectors.V1.NotificationConfig)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/1.1.0/Google.Cloud.BeyondCorp.AppConnectors.V1.NotificationConfig)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/1.0.0/Google.Cloud.BeyondCorp.AppConnectors.V1.NotificationConfig) \n\n public sealed class NotificationConfig : IMessage\u003cNotificationConfig\u003e, IEquatable\u003cNotificationConfig\u003e, IDeepCloneable\u003cNotificationConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BeyondCorp AppConnectors v1 API class NotificationConfig.\n\nNotificationConfig defines the mechanisms to notify instance agent. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e NotificationConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[NotificationConfig](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/latest/Google.Cloud.BeyondCorp.AppConnectors.V1.NotificationConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[NotificationConfig](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/latest/Google.Cloud.BeyondCorp.AppConnectors.V1.NotificationConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[NotificationConfig](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/latest/Google.Cloud.BeyondCorp.AppConnectors.V1.NotificationConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BeyondCorp.AppConnectors.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnectors.V1/latest/Google.Cloud.BeyondCorp.AppConnectors.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.AppConnectors.V1.dll\n\nConstructors\n------------\n\n### NotificationConfig()\n\n public NotificationConfig()\n\n### NotificationConfig(NotificationConfig)\n\n public NotificationConfig(NotificationConfig other)\n\nProperties\n----------\n\n### ConfigCase\n\n public NotificationConfig.ConfigOneofCase ConfigCase { get; }\n\n### PubsubNotification\n\n public NotificationConfig.Types.CloudPubSubNotificationConfig PubsubNotification { get; set; }\n\nCloud Pub/Sub Configuration to receive notifications."]]