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

    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 getEvidenceBundle(args: GetEvidenceBundleArgs, opts?: InvokeOptions): Promise<GetEvidenceBundleResult>
    function getEvidenceBundleOutput(args: GetEvidenceBundleOutputArgs, opts?: InvokeOptions): Output<GetEvidenceBundleResult>
    def get_evidence_bundle(session_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetEvidenceBundleResult
    def get_evidence_bundle_output(session_id: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetEvidenceBundleResult]
    func GetEvidenceBundle(ctx *Context, args *GetEvidenceBundleArgs, opts ...InvokeOption) (*GetEvidenceBundleResult, error)
    func GetEvidenceBundleOutput(ctx *Context, args *GetEvidenceBundleOutputArgs, opts ...InvokeOption) GetEvidenceBundleResultOutput

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

    public static class GetEvidenceBundle 
    {
        public static Task<GetEvidenceBundleResult> InvokeAsync(GetEvidenceBundleArgs args, InvokeOptions? opts = null)
        public static Output<GetEvidenceBundleResult> Invoke(GetEvidenceBundleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEvidenceBundleResult> getEvidenceBundle(GetEvidenceBundleArgs args, InvokeOptions options)
    public static Output<GetEvidenceBundleResult> getEvidenceBundle(GetEvidenceBundleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getEvidenceBundle:getEvidenceBundle
      arguments:
        # arguments dictionary
    data "thoth_governance_get_evidence_bundle" "name" {
        # arguments
    }

    The following arguments are supported:

    SessionId string
    SessionId string
    session_id string
    sessionId String
    sessionId string
    sessionId String

    getEvidenceBundle Result

    The following output properties are available:

    BundleHash string
    ExportedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    SessionId string
    SummaryJson string
    BundleHash string
    ExportedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    SessionId string
    SummaryJson string
    bundle_hash string
    exported_at string
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    session_id string
    summary_json string
    bundleHash String
    exportedAt String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    sessionId String
    summaryJson String
    bundleHash string
    exportedAt string
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    sessionId string
    summaryJson string
    bundle_hash str
    exported_at str
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    session_id str
    summary_json str
    bundleHash String
    exportedAt String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    sessionId String
    summaryJson String

    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