Class UpdateNotificationConfigRequest (1.16.1)

UpdateNotificationConfigRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for updating a notification config.

Attributes

NameDescription
notification_config google.cloud.securitycenter_v1.types.NotificationConfig
Required. The notification config to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
The FieldMask to use when updating the notification config. If empty all mutable fields will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateNotificationConfigRequest