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

    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 getBoardIncidentSummary(args: GetBoardIncidentSummaryArgs, opts?: InvokeOptions): Promise<GetBoardIncidentSummaryResult>
    function getBoardIncidentSummaryOutput(args: GetBoardIncidentSummaryOutputArgs, opts?: InvokeOptions): Output<GetBoardIncidentSummaryResult>
    def get_board_incident_summary(violation_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetBoardIncidentSummaryResult
    def get_board_incident_summary_output(violation_id: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetBoardIncidentSummaryResult]
    func GetBoardIncidentSummary(ctx *Context, args *GetBoardIncidentSummaryArgs, opts ...InvokeOption) (*GetBoardIncidentSummaryResult, error)
    func GetBoardIncidentSummaryOutput(ctx *Context, args *GetBoardIncidentSummaryOutputArgs, opts ...InvokeOption) GetBoardIncidentSummaryResultOutput

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

    public static class GetBoardIncidentSummary 
    {
        public static Task<GetBoardIncidentSummaryResult> InvokeAsync(GetBoardIncidentSummaryArgs args, InvokeOptions? opts = null)
        public static Output<GetBoardIncidentSummaryResult> Invoke(GetBoardIncidentSummaryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBoardIncidentSummaryResult> getBoardIncidentSummary(GetBoardIncidentSummaryArgs args, InvokeOptions options)
    public static Output<GetBoardIncidentSummaryResult> getBoardIncidentSummary(GetBoardIncidentSummaryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getBoardIncidentSummary:getBoardIncidentSummary
      arguments:
        # arguments dictionary
    data "thoth_governance_get_board_incident_summary" "name" {
        # arguments
    }

    The following arguments are supported:

    getBoardIncidentSummary Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    ViolationId string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    ViolationId string
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    violation_id string
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    violationId String
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    violationId string
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    violation_id str
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    violationId 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