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 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 dictionarydata "thoth_governance_get_agent_latest_forensics" "name" {
# arguments
}The following arguments are supported:
- Agent
Id string
- Agent
Id string
- agent_
id string
- agent
Id String
- agent
Id string
- agent_
id str
- agent
Id String
getAgentLatestForensics 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