public sealed class CreateNotificationConfigRequest : IMessage<CreateNotificationConfigRequest>, IEquatable<CreateNotificationConfigRequest>, IDeepCloneable<CreateNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class CreateNotificationConfigRequest.
Request message for creating a notification config.
Implements
IMessageCreateNotificationConfigRequest, IEquatableCreateNotificationConfigRequest, IDeepCloneableCreateNotificationConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1P1Beta1Assembly
Google.Cloud.SecurityCenter.V1P1Beta1.dll
Constructors
CreateNotificationConfigRequest()
public CreateNotificationConfigRequest()
CreateNotificationConfigRequest(CreateNotificationConfigRequest)
public CreateNotificationConfigRequest(CreateNotificationConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateNotificationConfigRequest |
Properties
ConfigId
public string ConfigId { get; set; }
Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters, and contains alphanumeric characters, underscores or hyphens only.
Property Value | |
---|---|
Type | Description |
string |
NotificationConfig
public NotificationConfig NotificationConfig { get; set; }
Required. The notification config being created. The name and the service account will be ignored as they are both output only fields on this resource.
Property Value | |
---|---|
Type | Description |
NotificationConfig |
Parent
public string Parent { get; set; }
Required. Resource name of the new notification config's parent. Its format is "organizations/[organization_id]".
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |