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 getEvidenceSlos
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 getEvidenceSlos(args: GetEvidenceSlosArgs, opts?: InvokeOptions): Promise<GetEvidenceSlosResult>
function getEvidenceSlosOutput(args: GetEvidenceSlosOutputArgs, opts?: InvokeOptions): Output<GetEvidenceSlosResult>def get_evidence_slos(scan_limit: Optional[int] = None,
window_hours: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetEvidenceSlosResult
def get_evidence_slos_output(scan_limit: pulumi.Input[Optional[int]] = None,
window_hours: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEvidenceSlosResult]func GetEvidenceSlos(ctx *Context, args *GetEvidenceSlosArgs, opts ...InvokeOption) (*GetEvidenceSlosResult, error)
func GetEvidenceSlosOutput(ctx *Context, args *GetEvidenceSlosOutputArgs, opts ...InvokeOption) GetEvidenceSlosResultOutput> Note: This function is named GetEvidenceSlos in the Go SDK.
public static class GetEvidenceSlos
{
public static Task<GetEvidenceSlosResult> InvokeAsync(GetEvidenceSlosArgs args, InvokeOptions? opts = null)
public static Output<GetEvidenceSlosResult> Invoke(GetEvidenceSlosInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEvidenceSlosResult> getEvidenceSlos(GetEvidenceSlosArgs args, InvokeOptions options)
public static Output<GetEvidenceSlosResult> getEvidenceSlos(GetEvidenceSlosArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getEvidenceSlos:getEvidenceSlos
arguments:
# arguments dictionarydata "thoth_governance_get_evidence_slos" "name" {
# arguments
}The following arguments are supported:
- Scan
Limit int - Window
Hours int
- Scan
Limit int - Window
Hours int
- scan_
limit number - window_
hours number
- scan
Limit Integer - window
Hours Integer
- scan
Limit number - window
Hours number
- scan_
limit int - window_
hours int
- scan
Limit Number - window
Hours Number
getEvidenceSlos Result
The following output properties are available:
- Decision
Reason doubleCode Coverage - Decision
To doubleApi Visibility Latency P95Seconds - Deepllm
Enrichment doubleJoin Rate - Evidence
Chain doubleVerification Success - Failures
Json string - Generated
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Metrics
Json string - Passed bool
- Policy
Reference doubleCoverage Non Allow - Rows
Scanned int - Tenant
Id string - Thresholds
Json string - Violation
Id doublePresence Rate - Violation
Relevant intRows - Scan
Limit int - Window
Hours int
- Decision
Reason float64Code Coverage - Decision
To float64Api Visibility Latency P95Seconds - Deepllm
Enrichment float64Join Rate - Evidence
Chain float64Verification Success - Failures
Json string - Generated
At string - Id string
- The provider-assigned unique ID for this managed resource.
- Metrics
Json string - Passed bool
- Policy
Reference float64Coverage Non Allow - Rows
Scanned int - Tenant
Id string - Thresholds
Json string - Violation
Id float64Presence Rate - Violation
Relevant intRows - Scan
Limit int - Window
Hours int
- decision_
reason_ numbercode_ coverage - decision_
to_ numberapi_ visibility_ latency_ p95_ seconds - deepllm_
enrichment_ numberjoin_ rate - evidence_
chain_ numberverification_ success - failures_
json string - generated_
at string - id string
- The provider-assigned unique ID for this managed resource.
- metrics_
json string - passed bool
- policy_
reference_ numbercoverage_ non_ allow - rows_
scanned number - tenant_
id string - thresholds_
json string - violation_
id_ numberpresence_ rate - violation_
relevant_ numberrows - scan_
limit number - window_
hours number
- decision
Reason DoubleCode Coverage - decision
To DoubleApi Visibility Latency P95Seconds - deepllm
Enrichment DoubleJoin Rate - evidence
Chain DoubleVerification Success - failures
Json String - generated
At String - id String
- The provider-assigned unique ID for this managed resource.
- metrics
Json String - passed Boolean
- policy
Reference DoubleCoverage Non Allow - rows
Scanned Integer - tenant
Id String - thresholds
Json String - violation
Id DoublePresence Rate - violation
Relevant IntegerRows - scan
Limit Integer - window
Hours Integer
- decision
Reason numberCode Coverage - decision
To numberApi Visibility Latency P95Seconds - deepllm
Enrichment numberJoin Rate - evidence
Chain numberVerification Success - failures
Json string - generated
At string - id string
- The provider-assigned unique ID for this managed resource.
- metrics
Json string - passed boolean
- policy
Reference numberCoverage Non Allow - rows
Scanned number - tenant
Id string - thresholds
Json string - violation
Id numberPresence Rate - violation
Relevant numberRows - scan
Limit number - window
Hours number
- decision_
reason_ floatcode_ coverage - decision_
to_ floatapi_ visibility_ latency_ p95_ seconds - deepllm_
enrichment_ floatjoin_ rate - evidence_
chain_ floatverification_ success - failures_
json str - generated_
at str - id str
- The provider-assigned unique ID for this managed resource.
- metrics_
json str - passed bool
- policy_
reference_ floatcoverage_ non_ allow - rows_
scanned int - tenant_
id str - thresholds_
json str - violation_
id_ floatpresence_ rate - violation_
relevant_ introws - scan_
limit int - window_
hours int
- decision
Reason NumberCode Coverage - decision
To NumberApi Visibility Latency P95Seconds - deepllm
Enrichment NumberJoin Rate - evidence
Chain NumberVerification Success - failures
Json String - generated
At String - id String
- The provider-assigned unique ID for this managed resource.
- metrics
Json String - passed Boolean
- policy
Reference NumberCoverage Non Allow - rows
Scanned Number - tenant
Id String - thresholds
Json String - violation
Id NumberPresence Rate - violation
Relevant NumberRows - scan
Limit Number - window
Hours Number
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