Class AttachmentRefsSourceApiSummary
Per-source attachment-reference summary within an AgentAttachmentRefsApiResponse.
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AttachmentRefsSourceApiSummary
Properties
ExactNames
Filenames that must each appear in the upload batch.
Declaration
[JsonPropertyName("exact_names")]
public List<string>? ExactNames { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
IndexesMax
Highest referenced upload index; the batch must contain at least this many + 1 files.
Declaration
[JsonPropertyName("indexes_max")]
public int? IndexesMax { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Kinds
Attachment kinds referenced by the agent's templates.
Declaration
[JsonPropertyName("kinds")]
public List<string>? Kinds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Patterns
fnmatch glob patterns that must each match at least one uploaded filename.
Declaration
[JsonPropertyName("patterns")]
public List<string>? Patterns { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |