1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getEvidenceChain
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 getEvidenceChain

    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 getEvidenceChain(args: GetEvidenceChainArgs, opts?: InvokeOptions): Promise<GetEvidenceChainResult>
    function getEvidenceChainOutput(args: GetEvidenceChainOutputArgs, opts?: InvokeOptions): Output<GetEvidenceChainResult>
    def get_evidence_chain(from_sequence: Optional[int] = None,
                           limit: Optional[int] = None,
                           opts: Optional[InvokeOptions] = None) -> GetEvidenceChainResult
    def get_evidence_chain_output(from_sequence: pulumi.Input[Optional[int]] = None,
                           limit: pulumi.Input[Optional[int]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetEvidenceChainResult]
    func GetEvidenceChain(ctx *Context, args *GetEvidenceChainArgs, opts ...InvokeOption) (*GetEvidenceChainResult, error)
    func GetEvidenceChainOutput(ctx *Context, args *GetEvidenceChainOutputArgs, opts ...InvokeOption) GetEvidenceChainResultOutput

    > Note: This function is named GetEvidenceChain in the Go SDK.

    public static class GetEvidenceChain 
    {
        public static Task<GetEvidenceChainResult> InvokeAsync(GetEvidenceChainArgs args, InvokeOptions? opts = null)
        public static Output<GetEvidenceChainResult> Invoke(GetEvidenceChainInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEvidenceChainResult> getEvidenceChain(GetEvidenceChainArgs args, InvokeOptions options)
    public static Output<GetEvidenceChainResult> getEvidenceChain(GetEvidenceChainArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getEvidenceChain:getEvidenceChain
      arguments:
        # arguments dictionary
    data "thoth_governance_get_evidence_chain" "name" {
        # arguments
    }

    The following arguments are supported:

    from_sequence number
    limit number
    fromSequence Integer
    limit Integer
    fromSequence number
    limit number
    fromSequence Number
    limit Number

    getEvidenceChain Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Total int
    FromSequence int
    Limit int
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Total int
    FromSequence int
    Limit int
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    total number
    from_sequence number
    limit number
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    total Integer
    fromSequence Integer
    limit Integer
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    total number
    fromSequence number
    limit number
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    total int
    from_sequence int
    limit int
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    total Number
    fromSequence Number
    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