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."],[[["This webpage provides documentation for the `GetNotificationConfigRequest` class within the Google Cloud Security Center v1 API, specifically for .NET development."],["The `GetNotificationConfigRequest` class is used to retrieve a specific notification configuration, and is implemented using the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The latest version available for this API is 3.24.0, and documentation for previous versions, spanning from 2.2.0 to 3.23.0, are also available."],["The `GetNotificationConfigRequest` class includes properties such as `Name` and `NotificationConfigName` to identify the requested configuration."],["This class inherits from 'object' and defines constructors, and the usage of this class is through the `Google.Cloud.SecurityCenter.V1` namespace, contained within the `Google.Cloud.SecurityCenter.V1.dll` assembly."]]],[]]