Search Results for

    Show / Hide Table of Contents

    Class AgentExportResponse

    Portable JSON snapshot of an agent definition.

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

    Properties

    Agent

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

    AlertConfigs

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

    Dependencies

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

    EvaluationCriteria

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

    ExportVersion

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

    ExportedAt

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

    GovernancePolicies

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

    SoftwareVersion

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

    Trigger

    Declaration
    [JsonPropertyName("trigger")]
    public Dictionary<string, JsonElement>? Trigger { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    In this article
    Back to top Generated by DocFX