Class OrganizationAlertProfileUpdateRequest
[DataContract]
public class OrganizationAlertProfileUpdateRequest
- Inheritance
-
OrganizationAlertProfileUpdateRequest
- Inherited Members
Properties
AlertCondition
The conditions that determine if the alert triggers
[DataMember(Name = "alertCondition")]
public OrganizationAlertCondition? AlertCondition { get; set; }
Property Value
Description
User supplied description of the alert
[DataMember(Name = "description")]
public string? Description { get; set; }
Property Value
Enabled
Enabled
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
NetworkTags
Networks with these tags will be monitored for the alert
[DataMember(Name = "networkTags")]
public List<string>? NetworkTags { get; set; }
Property Value
Recipients
List of recipients that will recieve the alert.
[DataMember(Name = "recipients")]
public OrganizationAlertRecipients? Recipients { get; set; }
Property Value
Type
The alert type
[DataMember(Name = "type")]
public string? Type { get; set; }