Security Command Center v2 API - Class DeleteNotificationConfigRequest (1.0.0-beta03)

public sealed class DeleteNotificationConfigRequest : IMessage<DeleteNotificationConfigRequest>, IEquatable<DeleteNotificationConfigRequest>, IDeepCloneable<DeleteNotificationConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class DeleteNotificationConfigRequest.

Request message for deleting a notification config.

Inheritance

object > DeleteNotificationConfigRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

DeleteNotificationConfigRequest()

public DeleteNotificationConfigRequest()

DeleteNotificationConfigRequest(DeleteNotificationConfigRequest)

public DeleteNotificationConfigRequest(DeleteNotificationConfigRequest other)
Parameter
Name Description
other DeleteNotificationConfigRequest

Properties

Name

public string Name { get; set; }

Required. Name of the notification config to delete. 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