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

    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 getDay7Report(args: GetDay7ReportArgs, opts?: InvokeOptions): Promise<GetDay7ReportResult>
    function getDay7ReportOutput(args: GetDay7ReportOutputArgs, opts?: InvokeOptions): Output<GetDay7ReportResult>
    def get_day7_report(days: Optional[int] = None,
                        opts: Optional[InvokeOptions] = None) -> GetDay7ReportResult
    def get_day7_report_output(days: pulumi.Input[Optional[int]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetDay7ReportResult]
    func GetDay7Report(ctx *Context, args *GetDay7ReportArgs, opts ...InvokeOption) (*GetDay7ReportResult, error)
    func GetDay7ReportOutput(ctx *Context, args *GetDay7ReportOutputArgs, opts ...InvokeOption) GetDay7ReportResultOutput

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

    public static class GetDay7Report 
    {
        public static Task<GetDay7ReportResult> InvokeAsync(GetDay7ReportArgs args, InvokeOptions? opts = null)
        public static Output<GetDay7ReportResult> Invoke(GetDay7ReportInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDay7ReportResult> getDay7Report(GetDay7ReportArgs args, InvokeOptions options)
    public static Output<GetDay7ReportResult> getDay7Report(GetDay7ReportArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getDay7Report:getDay7Report
      arguments:
        # arguments dictionary
    data "thoth_governance_get_day7_report" "name" {
        # arguments
    }

    The following arguments are supported:

    Days int
    Days int
    days number
    days Integer
    days number
    days int
    days Number

    getDay7Report Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Days int
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson 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.
    responseJson String
    days Integer
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson 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.
    responseJson String
    days 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