Class AlertConfigResponse
Inheritance
AlertConfigResponse
Assembly: Seclai.dll
Syntax
public sealed class AlertConfigResponse
Properties
AccountId
Declaration
[JsonPropertyName("account_id")]
public string AccountId { get; set; }
Property Value
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
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { 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
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
LastAlertedAt
Declaration
[JsonPropertyName("last_alerted_at")]
public string? LastAlertedAt { 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
UpdatedAt
Declaration
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }
Property Value