Google Cloud Security Command Center v1p1beta1 API - Class GetNotificationConfigRequest (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class GetNotificationConfigRequest.

Request message for getting a notification config.

Inheritance

object > GetNotificationConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.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. Its format is "organizations/[organization_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