Search Results for

    Show / Hide Table of Contents

    Class AlertConfigResponse

    Inheritance
    object
    AlertConfigResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class AlertConfigResponse

    Properties

    AccountId

    Declaration
    [JsonPropertyName("account_id")]
    public string AccountId { get; set; }
    Property Value
    Type Description
    string

    AgentId

    Declaration
    [JsonPropertyName("agent_id")]
    public string? AgentId { get; set; }
    Property Value
    Type Description
    string

    AlertType

    Declaration
    [JsonPropertyName("alert_type")]
    public string AlertType { get; set; }
    Property Value
    Type Description
    string

    CooldownMinutes

    Declaration
    [JsonPropertyName("cooldown_minutes")]
    public int CooldownMinutes { get; set; }
    Property Value
    Type Description
    int

    CreatedAt

    Declaration
    [JsonPropertyName("created_at")]
    public string? CreatedAt { get; set; }
    Property Value
    Type Description
    string

    DistributionType

    Declaration
    [JsonPropertyName("distribution_type")]
    public string DistributionType { get; set; }
    Property Value
    Type Description
    string

    Enabled

    Declaration
    [JsonPropertyName("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool

    Id

    Declaration
    [JsonPropertyName("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    LastAlertedAt

    Declaration
    [JsonPropertyName("last_alerted_at")]
    public string? LastAlertedAt { get; set; }
    Property Value
    Type Description
    string

    RecipientUserIds

    Declaration
    [JsonPropertyName("recipient_user_ids")]
    public List<string> RecipientUserIds { get; set; }
    Property Value
    Type Description
    List<string>

    SourceConnectionId

    Declaration
    [JsonPropertyName("source_connection_id")]
    public string? SourceConnectionId { get; set; }
    Property Value
    Type Description
    string

    Threshold

    Declaration
    [JsonPropertyName("threshold")]
    public Dictionary<string, JsonElement>? Threshold { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>

    UpdatedAt

    Declaration
    [JsonPropertyName("updated_at")]
    public string? UpdatedAt { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX