Class ImportSkipResponse
One item dropped or substituted during an agent import.
Used as the element type for import_warnings on every response model that
accepts an agent_definition payload.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class ImportSkipResponse
Properties
Category
The kind of item that was skipped or substituted (e.g. schedule,
evaluation_criteria, alert_config, alert_recipient,
governance_policy, governance_kb_link, solution_link).
Declaration
[JsonPropertyName("category")]
public string? Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Details
Category-specific identifiers for the skipped item
(step_id, alert_type, kb_name, etc.).
Declaration
[JsonPropertyName("details")]
public Dictionary<string, JsonElement>? Details { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JsonElement> |
Message
Human-readable explanation of what was skipped and why.
Declaration
[JsonPropertyName("message")]
public string? Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |