1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getAgentLatestForensics
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getAgentLatestForensics

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAgentLatestForensics(args: GetAgentLatestForensicsArgs, opts?: InvokeOptions): Promise<GetAgentLatestForensicsResult>
    function getAgentLatestForensicsOutput(args: GetAgentLatestForensicsOutputArgs, opts?: InvokeOptions): Output<GetAgentLatestForensicsResult>
    def get_agent_latest_forensics(agent_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetAgentLatestForensicsResult
    def get_agent_latest_forensics_output(agent_id: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetAgentLatestForensicsResult]
    func GetAgentLatestForensics(ctx *Context, args *GetAgentLatestForensicsArgs, opts ...InvokeOption) (*GetAgentLatestForensicsResult, error)
    func GetAgentLatestForensicsOutput(ctx *Context, args *GetAgentLatestForensicsOutputArgs, opts ...InvokeOption) GetAgentLatestForensicsResultOutput

    > Note: This function is named GetAgentLatestForensics in the Go SDK.

    public static class GetAgentLatestForensics 
    {
        public static Task<GetAgentLatestForensicsResult> InvokeAsync(GetAgentLatestForensicsArgs args, InvokeOptions? opts = null)
        public static Output<GetAgentLatestForensicsResult> Invoke(GetAgentLatestForensicsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAgentLatestForensicsResult> getAgentLatestForensics(GetAgentLatestForensicsArgs args, InvokeOptions options)
    public static Output<GetAgentLatestForensicsResult> getAgentLatestForensics(GetAgentLatestForensicsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getAgentLatestForensics:getAgentLatestForensics
      arguments:
        # arguments dictionary
    data "thoth_governance_get_agent_latest_forensics" "name" {
        # arguments
    }

    The following arguments are supported:

    AgentId string
    AgentId string
    agent_id string
    agentId String
    agentId string
    agentId String

    getAgentLatestForensics Result

    The following output properties are available:

    AgentId string
    AgentName string
    AttackSurfaceJson string
    EventsJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    RiskScore int
    SessionId string
    TelemetrySummaryJson string
    AgentId string
    AgentName string
    AttackSurfaceJson string
    EventsJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    RiskScore int
    SessionId string
    TelemetrySummaryJson string
    agent_id string
    agent_name string
    attack_surface_json string
    events_json string
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    risk_score number
    session_id string
    telemetry_summary_json string
    agentId String
    agentName String
    attackSurfaceJson String
    eventsJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    riskScore Integer
    sessionId String
    telemetrySummaryJson String
    agentId string
    agentName string
    attackSurfaceJson string
    eventsJson string
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    riskScore number
    sessionId string
    telemetrySummaryJson string
    agent_id str
    agent_name str
    attack_surface_json str
    events_json str
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    risk_score int
    session_id str
    telemetry_summary_json str
    agentId String
    agentName String
    attackSurfaceJson String
    eventsJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    riskScore Number
    sessionId String
    telemetrySummaryJson String

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial