Class CreateAlertConfigRequest
Inheritance
CreateAlertConfigRequest
Assembly: Seclai.dll
Syntax
public sealed class CreateAlertConfigRequest
Properties
AgentId
Declaration
[JsonPropertyName("agent_id")]
public string? AgentId { get; set; }
Property Value
AlertType
Declaration
[JsonPropertyName("alert_type")]
public string? AlertType { get; set; }
Property Value
CooldownMinutes
Declaration
[JsonPropertyName("cooldown_minutes")]
public int? CooldownMinutes { get; set; }
Property Value
DistributionType
Declaration
[JsonPropertyName("distribution_type")]
public string? DistributionType { get; set; }
Property Value
Enabled
Declaration
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
RecipientUserIds
Declaration
[JsonPropertyName("recipient_user_ids")]
public List<string>? RecipientUserIds { get; set; }
Property Value
SourceConnectionId
Declaration
[JsonPropertyName("source_connection_id")]
public string? SourceConnectionId { get; set; }
Property Value
Threshold
Declaration
[JsonPropertyName("threshold")]
public Dictionary<string, JsonElement>? Threshold { get; set; }
Property Value