violationNotificationsEnabled property

bool? violationNotificationsEnabled
getter/setter pair

Indicates whether the e-mail notification for a violation is enabled for a workload.

This value will be by default True, and if not present will be considered as true. This should only be updated via updateWorkload call. Any Changes to this field during the createWorkload call will not be honored. This will always be true while creating the workload.

Optional.

Implementation

core.bool? violationNotificationsEnabled;