public sealed class GetNotificationConfigRequest : IMessage<GetNotificationConfigRequest>, IEquatable<GetNotificationConfigRequest>, IDeepCloneable<GetNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetNotificationConfigRequest.
Request message for getting a notification config.
Required. Name of the notification config to get. Its format is
"organizations/[organization_id]/notificationConfigs/[config_id]",
"folders/[folder_id]/notificationConfigs/[config_id]",
or "projects/[project_id]/notificationConfigs/[config_id]".
[[["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."],[[["The latest version of the `GetNotificationConfigRequest` API is 3.24.0, but there are many versions available, including all the way down to 2.2.0."],["`GetNotificationConfigRequest` is a class within the Google Cloud Security Command Center v1 API, used for retrieving a notification config, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes properties like `Name`, which represents the resource name of the notification config, and `NotificationConfigName`, which is a typed view over the `Name` property."],["There are two constructor overloads available for instantiating the `GetNotificationConfigRequest` class, a default constructor, and one that takes another `GetNotificationConfigRequest` object as a parameter."],["The `GetNotificationConfigRequest` is in the `Google.Cloud.SecurityCenter.V1` namespace, and part of the `Google.Cloud.SecurityCenter.V1.dll` assembly."]]],[]]