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 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 dictionarydata "thoth_governance_get_evidence_chain" "name" {
# arguments
}The following arguments are supported:
- From
Sequence int - Limit int
- From
Sequence int - Limit int
- from_
sequence number - limit number
- from
Sequence Integer - limit Integer
- from
Sequence number - limit number
- from_
sequence int - limit int
- from
Sequence Number - limit Number
getEvidenceChain Result
The following output properties are available:
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Total int
- From
Sequence int - Limit int
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Total int
- From
Sequence 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
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - total Integer
- from
Sequence Integer - limit Integer
- data
Json string - id string
- The provider-assigned unique ID for this managed resource.
- response
Json string - total number
- from
Sequence 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
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - total Number
- from
Sequence Number - 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