Search Results for

    Show / Hide Table of Contents

    Class AgentAttachmentRefsApiResponse

    Static attachment-reference contract for an agent — what files (if any) its templates expect on a run, so uploads can be staged before starting the run.

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

    Properties

    Agent

    Aggregated selector summary across all consumer steps. Exact names must each appear in the upload batch; indexes_max + 1 is the minimum file count; every pattern glob must match at least one upload.

    Declaration
    [JsonPropertyName("agent")]
    public AttachmentRefsSourceApiSummary? Agent { get; set; }
    Property Value
    Type Description
    AttachmentRefsSourceApiSummary

    RequiresUploads

    When false the agent's definition does NOT reference any uploaded attachments. When true the Agent block lists the specific selectors a run-time batch must satisfy.

    Declaration
    [JsonPropertyName("requires_uploads")]
    public bool RequiresUploads { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX