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 getEvidenceVerify
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 getEvidenceVerify(args: GetEvidenceVerifyArgs, opts?: InvokeOptions): Promise<GetEvidenceVerifyResult>
function getEvidenceVerifyOutput(args: GetEvidenceVerifyOutputArgs, opts?: InvokeOptions): Output<GetEvidenceVerifyResult>def get_evidence_verify(limit: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetEvidenceVerifyResult
def get_evidence_verify_output(limit: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEvidenceVerifyResult]func GetEvidenceVerify(ctx *Context, args *GetEvidenceVerifyArgs, opts ...InvokeOption) (*GetEvidenceVerifyResult, error)
func GetEvidenceVerifyOutput(ctx *Context, args *GetEvidenceVerifyOutputArgs, opts ...InvokeOption) GetEvidenceVerifyResultOutput> Note: This function is named GetEvidenceVerify in the Go SDK.
public static class GetEvidenceVerify
{
public static Task<GetEvidenceVerifyResult> InvokeAsync(GetEvidenceVerifyArgs args, InvokeOptions? opts = null)
public static Output<GetEvidenceVerifyResult> Invoke(GetEvidenceVerifyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEvidenceVerifyResult> getEvidenceVerify(GetEvidenceVerifyArgs args, InvokeOptions options)
public static Output<GetEvidenceVerifyResult> getEvidenceVerify(GetEvidenceVerifyArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getEvidenceVerify:getEvidenceVerify
arguments:
# arguments dictionarydata "thoth_governance_get_evidence_verify" "name" {
# arguments
}The following arguments are supported:
- Limit int
- Limit int
- limit number
- limit Integer
- limit number
- limit int
- limit Number
getEvidenceVerify Result
The following output properties are available:
- Breach
Detail string - Chain
Head int - Id string
- The provider-assigned unique ID for this managed resource.
- Records
Checked int - Response
Json string - Verified bool
- Limit int
- Breach
Detail string - Chain
Head int - Id string
- The provider-assigned unique ID for this managed resource.
- Records
Checked int - Response
Json string - Verified bool
- Limit int
- breach_
detail string - chain_
head number - id string
- The provider-assigned unique ID for this managed resource.
- records_
checked number - response_
json string - verified bool
- limit number
- breach
Detail String - chain
Head Integer - id String
- The provider-assigned unique ID for this managed resource.
- records
Checked Integer - response
Json String - verified Boolean
- limit Integer
- breach
Detail string - chain
Head number - id string
- The provider-assigned unique ID for this managed resource.
- records
Checked number - response
Json string - verified boolean
- limit number
- breach_
detail str - chain_
head int - id str
- The provider-assigned unique ID for this managed resource.
- records_
checked int - response_
json str - verified bool
- limit int
- breach
Detail String - chain
Head Number - id String
- The provider-assigned unique ID for this managed resource.
- records
Checked Number - response
Json String - verified Boolean
- limit 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