1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getSessionForensics
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 getSessionForensics

    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 getSessionForensics(args: GetSessionForensicsArgs, opts?: InvokeOptions): Promise<GetSessionForensicsResult>
    function getSessionForensicsOutput(args: GetSessionForensicsOutputArgs, opts?: InvokeOptions): Output<GetSessionForensicsResult>
    def get_session_forensics(session_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetSessionForensicsResult
    def get_session_forensics_output(session_id: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetSessionForensicsResult]
    func GetSessionForensics(ctx *Context, args *GetSessionForensicsArgs, opts ...InvokeOption) (*GetSessionForensicsResult, error)
    func GetSessionForensicsOutput(ctx *Context, args *GetSessionForensicsOutputArgs, opts ...InvokeOption) GetSessionForensicsResultOutput

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

    public static class GetSessionForensics 
    {
        public static Task<GetSessionForensicsResult> InvokeAsync(GetSessionForensicsArgs args, InvokeOptions? opts = null)
        public static Output<GetSessionForensicsResult> Invoke(GetSessionForensicsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSessionForensicsResult> getSessionForensics(GetSessionForensicsArgs args, InvokeOptions options)
    public static Output<GetSessionForensicsResult> getSessionForensics(GetSessionForensicsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getSessionForensics:getSessionForensics
      arguments:
        # arguments dictionary
    data "thoth_governance_get_session_forensics" "name" {
        # arguments
    }

    The following arguments are supported:

    SessionId string
    SessionId string
    session_id string
    sessionId String
    sessionId string
    sessionId String

    getSessionForensics 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