1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getEvidenceVerify
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
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 dictionary
    data "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:

    BreachDetail string
    ChainHead int
    Id string
    The provider-assigned unique ID for this managed resource.
    RecordsChecked int
    ResponseJson string
    Verified bool
    Limit int
    BreachDetail string
    ChainHead int
    Id string
    The provider-assigned unique ID for this managed resource.
    RecordsChecked int
    ResponseJson 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
    breachDetail String
    chainHead Integer
    id String
    The provider-assigned unique ID for this managed resource.
    recordsChecked Integer
    responseJson String
    verified Boolean
    limit Integer
    breachDetail string
    chainHead number
    id string
    The provider-assigned unique ID for this managed resource.
    recordsChecked number
    responseJson 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
    breachDetail String
    chainHead Number
    id String
    The provider-assigned unique ID for this managed resource.
    recordsChecked Number
    responseJson String
    verified Boolean
    limit Number

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial