Class OrganizationAlertProfileCreateRequest
[DataContract]
public class OrganizationAlertProfileCreateRequest
- Inheritance
-
OrganizationAlertProfileCreateRequest
- 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
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; }