Class AgentImportPreviewRequest
Dry-run import request body for POST /agents/preview-import.
Carries the same payload shape produced by AgentExportResponse.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AgentImportPreviewRequest
Properties
AgentDefinition
The agent_definition payload to validate. Same shape as GET /agents/{id}/export.
Declaration
[JsonPropertyName("agent_definition")]
public Dictionary<string, JsonElement>? AgentDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JsonElement> |