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 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 dictionarydata "thoth_governance_get_board_incident_summary" "name" {
# arguments
}The following arguments are supported:
- Violation
Id string
- Violation
Id string
- violation_
id string
- violation
Id String
- violation
Id string
- violation_
id str
- violation
Id String
getBoardIncidentSummary Result
The following output properties are available:
- 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.
- Response
Json string - Violation
Id 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.
- response
Json String - violation
Id String
- id string
- The provider-assigned unique ID for this managed resource.
- response
Json string - violation
Id 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.
- response
Json String - violation
Id String
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