Search Results for

    Show / Hide Table of Contents

    Class AlertResponse

    Inheritance
    object
    AlertResponse
    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 AlertResponse

    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

    AgentRunId

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

    AlertConfigId

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

    AlertType

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

    CommentCount

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

    CreatedAt

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

    Description

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

    Details

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

    Id

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

    IsSubscribed

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

    McpClientId

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

    SourceConnectionId

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

    SourceConnectionPullId

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

    Status

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

    SubscriberCount

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

    Title

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

    UpdatedAt

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