Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
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 dictionarydata "thoth_governance_get_session_forensics" "name" {
# arguments
}The following arguments are supported:
- Session
Id string
- Session
Id string
- session_
id string
- session
Id String
- session
Id string
- session_
id str
- session
Id String
getSessionForensics Result
The following output properties are available:
- Agent
Id string - Agent
Name string - Attack
Surface stringJson - Events
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Risk
Score int - Session
Id string - Telemetry
Summary stringJson
- Agent
Id string - Agent
Name string - Attack
Surface stringJson - Events
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Risk
Score int - Session
Id string - Telemetry
Summary stringJson
- agent_
id string - agent_
name string - attack_
surface_ stringjson - 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_ stringjson
- agent
Id String - agent
Name String - attack
Surface StringJson - events
Json String - id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - risk
Score Integer - session
Id String - telemetry
Summary StringJson
- agent
Id string - agent
Name string - attack
Surface stringJson - 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 stringJson
- agent_
id str - agent_
name str - attack_
surface_ strjson - 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_ strjson
- agent
Id String - agent
Name String - attack
Surface StringJson - 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 StringJson
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security