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 getReportsOverview
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 getReportsOverview(args: GetReportsOverviewArgs, opts?: InvokeOptions): Promise<GetReportsOverviewResult>
function getReportsOverviewOutput(args: GetReportsOverviewOutputArgs, opts?: InvokeOptions): Output<GetReportsOverviewResult>def get_reports_overview(days: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetReportsOverviewResult
def get_reports_overview_output(days: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReportsOverviewResult]func GetReportsOverview(ctx *Context, args *GetReportsOverviewArgs, opts ...InvokeOption) (*GetReportsOverviewResult, error)
func GetReportsOverviewOutput(ctx *Context, args *GetReportsOverviewOutputArgs, opts ...InvokeOption) GetReportsOverviewResultOutput> Note: This function is named GetReportsOverview in the Go SDK.
public static class GetReportsOverview
{
public static Task<GetReportsOverviewResult> InvokeAsync(GetReportsOverviewArgs args, InvokeOptions? opts = null)
public static Output<GetReportsOverviewResult> Invoke(GetReportsOverviewInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReportsOverviewResult> getReportsOverview(GetReportsOverviewArgs args, InvokeOptions options)
public static Output<GetReportsOverviewResult> getReportsOverview(GetReportsOverviewArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getReportsOverview:getReportsOverview
arguments:
# arguments dictionarydata "thoth_governance_get_reports_overview" "name" {
# arguments
}The following arguments are supported:
- Days int
- Days int
- days number
- days Integer
- days number
- days int
- days Number
getReportsOverview Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Days int
- Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Days int
- id string
- The provider-assigned unique ID for this managed resource.
- response_
json string - days number
- id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - days Integer
- id string
- The provider-assigned unique ID for this managed resource.
- response
Json string - days number
- id str
- The provider-assigned unique ID for this managed resource.
- response_
json str - days int
- id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - days 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