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 getIncidentForensics
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 getIncidentForensics(args: GetIncidentForensicsArgs, opts?: InvokeOptions): Promise<GetIncidentForensicsResult>
function getIncidentForensicsOutput(args: GetIncidentForensicsOutputArgs, opts?: InvokeOptions): Output<GetIncidentForensicsResult>def get_incident_forensics(incident_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIncidentForensicsResult
def get_incident_forensics_output(incident_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIncidentForensicsResult]func GetIncidentForensics(ctx *Context, args *GetIncidentForensicsArgs, opts ...InvokeOption) (*GetIncidentForensicsResult, error)
func GetIncidentForensicsOutput(ctx *Context, args *GetIncidentForensicsOutputArgs, opts ...InvokeOption) GetIncidentForensicsResultOutput> Note: This function is named GetIncidentForensics in the Go SDK.
public static class GetIncidentForensics
{
public static Task<GetIncidentForensicsResult> InvokeAsync(GetIncidentForensicsArgs args, InvokeOptions? opts = null)
public static Output<GetIncidentForensicsResult> Invoke(GetIncidentForensicsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIncidentForensicsResult> getIncidentForensics(GetIncidentForensicsArgs args, InvokeOptions options)
public static Output<GetIncidentForensicsResult> getIncidentForensics(GetIncidentForensicsArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getIncidentForensics:getIncidentForensics
arguments:
# arguments dictionarydata "thoth_governance_get_incident_forensics" "name" {
# arguments
}The following arguments are supported:
- Incident
Id string
- Incident
Id string
- incident_
id string
- incident
Id String
- incident
Id string
- incident_
id str
- incident
Id String
getIncidentForensics 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.
- Incident
Id string - Incident
Source string - 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.
- Incident
Id string - Incident
Source string - 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.
- incident_
id string - incident_
source string - 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.
- incident
Id String - incident
Source String - 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.
- incident
Id string - incident
Source string - 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.
- incident_
id str - incident_
source str - 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.
- incident
Id String - incident
Source String - 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