public sealed class GetNotificationConfigRequest : IMessage<GetNotificationConfigRequest>, IEquatable<GetNotificationConfigRequest>, IDeepCloneable<GetNotificationConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class GetNotificationConfigRequest.
Request message for getting a notification config.
Implements
IMessageGetNotificationConfigRequest, IEquatableGetNotificationConfigRequest, IDeepCloneableGetNotificationConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
GetNotificationConfigRequest()
public GetNotificationConfigRequest()GetNotificationConfigRequest(GetNotificationConfigRequest)
public GetNotificationConfigRequest(GetNotificationConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetNotificationConfigRequest |
Properties
Name
public string Name { get; set; }Required. Name of the notification config to get. The following list shows some examples of the format:
+
organizations/[organization_id]/locations/[location_id]/notificationConfigs/[config_id]
+
folders/[folder_id]/locations/[location_id]/notificationConfigs/[config_id]
+
projects/[project_id]/locations/[location_id]/notificationConfigs/[config_id]
| Property Value | |
|---|---|
| Type | Description |
string |
|
NotificationConfigName
public NotificationConfigName NotificationConfigName { get; set; }NotificationConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NotificationConfigName |
|