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

    Create DecisionFieldBackfill Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DecisionFieldBackfill(name: string, args?: DecisionFieldBackfillArgs, opts?: CustomResourceOptions);
    @overload
    def DecisionFieldBackfill(resource_name: str,
                              args: Optional[DecisionFieldBackfillArgs] = None,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def DecisionFieldBackfill(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              dry_run: Optional[bool] = None,
                              include_blocked_events: Optional[bool] = None,
                              limit: Optional[int] = None,
                              trigger: Optional[str] = None,
                              window_hours: Optional[int] = None)
    func NewDecisionFieldBackfill(ctx *Context, name string, args *DecisionFieldBackfillArgs, opts ...ResourceOption) (*DecisionFieldBackfill, error)
    public DecisionFieldBackfill(string name, DecisionFieldBackfillArgs? args = null, CustomResourceOptions? opts = null)
    public DecisionFieldBackfill(String name, DecisionFieldBackfillArgs args)
    public DecisionFieldBackfill(String name, DecisionFieldBackfillArgs args, CustomResourceOptions options)
    
    type: thoth:governance:DecisionFieldBackfill
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "thoth_governance_decision_field_backfill" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DecisionFieldBackfillArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DecisionFieldBackfillArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DecisionFieldBackfillArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DecisionFieldBackfillArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DecisionFieldBackfillArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var decisionFieldBackfillResource = new Thoth.Governance.DecisionFieldBackfill("decisionFieldBackfillResource", new()
    {
        DryRun = false,
        IncludeBlockedEvents = false,
        Limit = 0,
        Trigger = "string",
        WindowHours = 0,
    });
    
    example, err := governance.NewDecisionFieldBackfill(ctx, "decisionFieldBackfillResource", &governance.DecisionFieldBackfillArgs{
    	DryRun:               pulumi.Bool(false),
    	IncludeBlockedEvents: pulumi.Bool(false),
    	Limit:                pulumi.Int(0),
    	Trigger:              pulumi.String("string"),
    	WindowHours:          pulumi.Int(0),
    })
    
    resource "thoth_governance_decision_field_backfill" "decisionFieldBackfillResource" {
      lifecycle {
        create_before_destroy = true
      }
      dry_run                = false
      include_blocked_events = false
      limit                  = 0
      trigger                = "string"
      window_hours           = 0
    }
    
    var decisionFieldBackfillResource = new DecisionFieldBackfill("decisionFieldBackfillResource", DecisionFieldBackfillArgs.builder()
        .dryRun(false)
        .includeBlockedEvents(false)
        .limit(0)
        .trigger("string")
        .windowHours(0)
        .build());
    
    decision_field_backfill_resource = thoth.governance.DecisionFieldBackfill("decisionFieldBackfillResource",
        dry_run=False,
        include_blocked_events=False,
        limit=0,
        trigger="string",
        window_hours=0)
    
    const decisionFieldBackfillResource = new thoth.governance.DecisionFieldBackfill("decisionFieldBackfillResource", {
        dryRun: false,
        includeBlockedEvents: false,
        limit: 0,
        trigger: "string",
        windowHours: 0,
    });
    
    type: thoth:governance:DecisionFieldBackfill
    properties:
        dryRun: false
        includeBlockedEvents: false
        limit: 0
        trigger: string
        windowHours: 0
    

    DecisionFieldBackfill Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DecisionFieldBackfill resource accepts the following input properties:

    DryRun bool
    Preview candidate patches without persisting updates.
    IncludeBlockedEvents bool
    Include blocked events in candidate selection.
    Limit int
    Maximum number of candidate rows to evaluate (1-5000).
    Trigger string
    Change this value to force a re-run.
    WindowHours int
    Trailing lookback window in hours (1-2880).
    DryRun bool
    Preview candidate patches without persisting updates.
    IncludeBlockedEvents bool
    Include blocked events in candidate selection.
    Limit int
    Maximum number of candidate rows to evaluate (1-5000).
    Trigger string
    Change this value to force a re-run.
    WindowHours int
    Trailing lookback window in hours (1-2880).
    dry_run bool
    Preview candidate patches without persisting updates.
    include_blocked_events bool
    Include blocked events in candidate selection.
    limit number
    Maximum number of candidate rows to evaluate (1-5000).
    trigger string
    Change this value to force a re-run.
    window_hours number
    Trailing lookback window in hours (1-2880).
    dryRun Boolean
    Preview candidate patches without persisting updates.
    includeBlockedEvents Boolean
    Include blocked events in candidate selection.
    limit Integer
    Maximum number of candidate rows to evaluate (1-5000).
    trigger String
    Change this value to force a re-run.
    windowHours Integer
    Trailing lookback window in hours (1-2880).
    dryRun boolean
    Preview candidate patches without persisting updates.
    includeBlockedEvents boolean
    Include blocked events in candidate selection.
    limit number
    Maximum number of candidate rows to evaluate (1-5000).
    trigger string
    Change this value to force a re-run.
    windowHours number
    Trailing lookback window in hours (1-2880).
    dry_run bool
    Preview candidate patches without persisting updates.
    include_blocked_events bool
    Include blocked events in candidate selection.
    limit int
    Maximum number of candidate rows to evaluate (1-5000).
    trigger str
    Change this value to force a re-run.
    window_hours int
    Trailing lookback window in hours (1-2880).
    dryRun Boolean
    Preview candidate patches without persisting updates.
    includeBlockedEvents Boolean
    Include blocked events in candidate selection.
    limit Number
    Maximum number of candidate rows to evaluate (1-5000).
    trigger String
    Change this value to force a re-run.
    windowHours Number
    Trailing lookback window in hours (1-2880).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DecisionFieldBackfill resource produces the following output properties:

    Candidates int
    Rows eligible for decision-field patching.
    Examined int
    Rows scanned by the backfill operation.
    ExecutedAt string
    Timestamp when backfill execution completed.
    Id string
    The provider-assigned unique ID for this managed resource.
    PatchedAuthorizationDecision int
    Rows where authorizationDecision was patched.
    PatchedDecisionEvidence int
    Rows where decisionEvidence was patched.
    PatchedDecisionReasonCode int
    Rows where decisionReasonCode was patched.
    PatchedDeepllmEnrichment int
    Rows where deepllmEnrichment was patched.
    PatchedEnforcementTraceId int
    Rows where enforcementTraceId was patched.
    PatchedViolationId int
    Rows where violationId was patched.
    RowIdsJson string
    Candidate row IDs as a JSON array.
    SkippedNoChange int
    Eligible rows skipped because no field changes were required.
    TenantId string
    Tenant ID from provider configuration.
    Updated int
    Rows updated when dry_run=false.
    WouldUpdate int
    Rows that would be updated when dry_run=true.
    Candidates int
    Rows eligible for decision-field patching.
    Examined int
    Rows scanned by the backfill operation.
    ExecutedAt string
    Timestamp when backfill execution completed.
    Id string
    The provider-assigned unique ID for this managed resource.
    PatchedAuthorizationDecision int
    Rows where authorizationDecision was patched.
    PatchedDecisionEvidence int
    Rows where decisionEvidence was patched.
    PatchedDecisionReasonCode int
    Rows where decisionReasonCode was patched.
    PatchedDeepllmEnrichment int
    Rows where deepllmEnrichment was patched.
    PatchedEnforcementTraceId int
    Rows where enforcementTraceId was patched.
    PatchedViolationId int
    Rows where violationId was patched.
    RowIdsJson string
    Candidate row IDs as a JSON array.
    SkippedNoChange int
    Eligible rows skipped because no field changes were required.
    TenantId string
    Tenant ID from provider configuration.
    Updated int
    Rows updated when dry_run=false.
    WouldUpdate int
    Rows that would be updated when dry_run=true.
    candidates number
    Rows eligible for decision-field patching.
    examined number
    Rows scanned by the backfill operation.
    executed_at string
    Timestamp when backfill execution completed.
    id string
    The provider-assigned unique ID for this managed resource.
    patched_authorization_decision number
    Rows where authorizationDecision was patched.
    patched_decision_evidence number
    Rows where decisionEvidence was patched.
    patched_decision_reason_code number
    Rows where decisionReasonCode was patched.
    patched_deepllm_enrichment number
    Rows where deepllmEnrichment was patched.
    patched_enforcement_trace_id number
    Rows where enforcementTraceId was patched.
    patched_violation_id number
    Rows where violationId was patched.
    row_ids_json string
    Candidate row IDs as a JSON array.
    skipped_no_change number
    Eligible rows skipped because no field changes were required.
    tenant_id string
    Tenant ID from provider configuration.
    updated number
    Rows updated when dry_run=false.
    would_update number
    Rows that would be updated when dry_run=true.
    candidates Integer
    Rows eligible for decision-field patching.
    examined Integer
    Rows scanned by the backfill operation.
    executedAt String
    Timestamp when backfill execution completed.
    id String
    The provider-assigned unique ID for this managed resource.
    patchedAuthorizationDecision Integer
    Rows where authorizationDecision was patched.
    patchedDecisionEvidence Integer
    Rows where decisionEvidence was patched.
    patchedDecisionReasonCode Integer
    Rows where decisionReasonCode was patched.
    patchedDeepllmEnrichment Integer
    Rows where deepllmEnrichment was patched.
    patchedEnforcementTraceId Integer
    Rows where enforcementTraceId was patched.
    patchedViolationId Integer
    Rows where violationId was patched.
    rowIdsJson String
    Candidate row IDs as a JSON array.
    skippedNoChange Integer
    Eligible rows skipped because no field changes were required.
    tenantId String
    Tenant ID from provider configuration.
    updated Integer
    Rows updated when dry_run=false.
    wouldUpdate Integer
    Rows that would be updated when dry_run=true.
    candidates number
    Rows eligible for decision-field patching.
    examined number
    Rows scanned by the backfill operation.
    executedAt string
    Timestamp when backfill execution completed.
    id string
    The provider-assigned unique ID for this managed resource.
    patchedAuthorizationDecision number
    Rows where authorizationDecision was patched.
    patchedDecisionEvidence number
    Rows where decisionEvidence was patched.
    patchedDecisionReasonCode number
    Rows where decisionReasonCode was patched.
    patchedDeepllmEnrichment number
    Rows where deepllmEnrichment was patched.
    patchedEnforcementTraceId number
    Rows where enforcementTraceId was patched.
    patchedViolationId number
    Rows where violationId was patched.
    rowIdsJson string
    Candidate row IDs as a JSON array.
    skippedNoChange number
    Eligible rows skipped because no field changes were required.
    tenantId string
    Tenant ID from provider configuration.
    updated number
    Rows updated when dry_run=false.
    wouldUpdate number
    Rows that would be updated when dry_run=true.
    candidates int
    Rows eligible for decision-field patching.
    examined int
    Rows scanned by the backfill operation.
    executed_at str
    Timestamp when backfill execution completed.
    id str
    The provider-assigned unique ID for this managed resource.
    patched_authorization_decision int
    Rows where authorizationDecision was patched.
    patched_decision_evidence int
    Rows where decisionEvidence was patched.
    patched_decision_reason_code int
    Rows where decisionReasonCode was patched.
    patched_deepllm_enrichment int
    Rows where deepllmEnrichment was patched.
    patched_enforcement_trace_id int
    Rows where enforcementTraceId was patched.
    patched_violation_id int
    Rows where violationId was patched.
    row_ids_json str
    Candidate row IDs as a JSON array.
    skipped_no_change int
    Eligible rows skipped because no field changes were required.
    tenant_id str
    Tenant ID from provider configuration.
    updated int
    Rows updated when dry_run=false.
    would_update int
    Rows that would be updated when dry_run=true.
    candidates Number
    Rows eligible for decision-field patching.
    examined Number
    Rows scanned by the backfill operation.
    executedAt String
    Timestamp when backfill execution completed.
    id String
    The provider-assigned unique ID for this managed resource.
    patchedAuthorizationDecision Number
    Rows where authorizationDecision was patched.
    patchedDecisionEvidence Number
    Rows where decisionEvidence was patched.
    patchedDecisionReasonCode Number
    Rows where decisionReasonCode was patched.
    patchedDeepllmEnrichment Number
    Rows where deepllmEnrichment was patched.
    patchedEnforcementTraceId Number
    Rows where enforcementTraceId was patched.
    patchedViolationId Number
    Rows where violationId was patched.
    rowIdsJson String
    Candidate row IDs as a JSON array.
    skippedNoChange Number
    Eligible rows skipped because no field changes were required.
    tenantId String
    Tenant ID from provider configuration.
    updated Number
    Rows updated when dry_run=false.
    wouldUpdate Number
    Rows that would be updated when dry_run=true.

    Look up Existing DecisionFieldBackfill Resource

    Get an existing DecisionFieldBackfill resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: DecisionFieldBackfillState, opts?: CustomResourceOptions): DecisionFieldBackfill
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            candidates: Optional[int] = None,
            dry_run: Optional[bool] = None,
            examined: Optional[int] = None,
            executed_at: Optional[str] = None,
            include_blocked_events: Optional[bool] = None,
            limit: Optional[int] = None,
            patched_authorization_decision: Optional[int] = None,
            patched_decision_evidence: Optional[int] = None,
            patched_decision_reason_code: Optional[int] = None,
            patched_deepllm_enrichment: Optional[int] = None,
            patched_enforcement_trace_id: Optional[int] = None,
            patched_violation_id: Optional[int] = None,
            row_ids_json: Optional[str] = None,
            skipped_no_change: Optional[int] = None,
            tenant_id: Optional[str] = None,
            trigger: Optional[str] = None,
            updated: Optional[int] = None,
            window_hours: Optional[int] = None,
            would_update: Optional[int] = None) -> DecisionFieldBackfill
    func GetDecisionFieldBackfill(ctx *Context, name string, id IDInput, state *DecisionFieldBackfillState, opts ...ResourceOption) (*DecisionFieldBackfill, error)
    public static DecisionFieldBackfill Get(string name, Input<string> id, DecisionFieldBackfillState? state, CustomResourceOptions? opts = null)
    public static DecisionFieldBackfill get(String name, Output<String> id, DecisionFieldBackfillState state, CustomResourceOptions options)
    resources:  _:    type: thoth:governance:DecisionFieldBackfill    get:      id: ${id}
    import {
      to = thoth_governance_decision_field_backfill.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Candidates int
    Rows eligible for decision-field patching.
    DryRun bool
    Preview candidate patches without persisting updates.
    Examined int
    Rows scanned by the backfill operation.
    ExecutedAt string
    Timestamp when backfill execution completed.
    IncludeBlockedEvents bool
    Include blocked events in candidate selection.
    Limit int
    Maximum number of candidate rows to evaluate (1-5000).
    PatchedAuthorizationDecision int
    Rows where authorizationDecision was patched.
    PatchedDecisionEvidence int
    Rows where decisionEvidence was patched.
    PatchedDecisionReasonCode int
    Rows where decisionReasonCode was patched.
    PatchedDeepllmEnrichment int
    Rows where deepllmEnrichment was patched.
    PatchedEnforcementTraceId int
    Rows where enforcementTraceId was patched.
    PatchedViolationId int
    Rows where violationId was patched.
    RowIdsJson string
    Candidate row IDs as a JSON array.
    SkippedNoChange int
    Eligible rows skipped because no field changes were required.
    TenantId string
    Tenant ID from provider configuration.
    Trigger string
    Change this value to force a re-run.
    Updated int
    Rows updated when dry_run=false.
    WindowHours int
    Trailing lookback window in hours (1-2880).
    WouldUpdate int
    Rows that would be updated when dry_run=true.
    Candidates int
    Rows eligible for decision-field patching.
    DryRun bool
    Preview candidate patches without persisting updates.
    Examined int
    Rows scanned by the backfill operation.
    ExecutedAt string
    Timestamp when backfill execution completed.
    IncludeBlockedEvents bool
    Include blocked events in candidate selection.
    Limit int
    Maximum number of candidate rows to evaluate (1-5000).
    PatchedAuthorizationDecision int
    Rows where authorizationDecision was patched.
    PatchedDecisionEvidence int
    Rows where decisionEvidence was patched.
    PatchedDecisionReasonCode int
    Rows where decisionReasonCode was patched.
    PatchedDeepllmEnrichment int
    Rows where deepllmEnrichment was patched.
    PatchedEnforcementTraceId int
    Rows where enforcementTraceId was patched.
    PatchedViolationId int
    Rows where violationId was patched.
    RowIdsJson string
    Candidate row IDs as a JSON array.
    SkippedNoChange int
    Eligible rows skipped because no field changes were required.
    TenantId string
    Tenant ID from provider configuration.
    Trigger string
    Change this value to force a re-run.
    Updated int
    Rows updated when dry_run=false.
    WindowHours int
    Trailing lookback window in hours (1-2880).
    WouldUpdate int
    Rows that would be updated when dry_run=true.
    candidates number
    Rows eligible for decision-field patching.
    dry_run bool
    Preview candidate patches without persisting updates.
    examined number
    Rows scanned by the backfill operation.
    executed_at string
    Timestamp when backfill execution completed.
    include_blocked_events bool
    Include blocked events in candidate selection.
    limit number
    Maximum number of candidate rows to evaluate (1-5000).
    patched_authorization_decision number
    Rows where authorizationDecision was patched.
    patched_decision_evidence number
    Rows where decisionEvidence was patched.
    patched_decision_reason_code number
    Rows where decisionReasonCode was patched.
    patched_deepllm_enrichment number
    Rows where deepllmEnrichment was patched.
    patched_enforcement_trace_id number
    Rows where enforcementTraceId was patched.
    patched_violation_id number
    Rows where violationId was patched.
    row_ids_json string
    Candidate row IDs as a JSON array.
    skipped_no_change number
    Eligible rows skipped because no field changes were required.
    tenant_id string
    Tenant ID from provider configuration.
    trigger string
    Change this value to force a re-run.
    updated number
    Rows updated when dry_run=false.
    window_hours number
    Trailing lookback window in hours (1-2880).
    would_update number
    Rows that would be updated when dry_run=true.
    candidates Integer
    Rows eligible for decision-field patching.
    dryRun Boolean
    Preview candidate patches without persisting updates.
    examined Integer
    Rows scanned by the backfill operation.
    executedAt String
    Timestamp when backfill execution completed.
    includeBlockedEvents Boolean
    Include blocked events in candidate selection.
    limit Integer
    Maximum number of candidate rows to evaluate (1-5000).
    patchedAuthorizationDecision Integer
    Rows where authorizationDecision was patched.
    patchedDecisionEvidence Integer
    Rows where decisionEvidence was patched.
    patchedDecisionReasonCode Integer
    Rows where decisionReasonCode was patched.
    patchedDeepllmEnrichment Integer
    Rows where deepllmEnrichment was patched.
    patchedEnforcementTraceId Integer
    Rows where enforcementTraceId was patched.
    patchedViolationId Integer
    Rows where violationId was patched.
    rowIdsJson String
    Candidate row IDs as a JSON array.
    skippedNoChange Integer
    Eligible rows skipped because no field changes were required.
    tenantId String
    Tenant ID from provider configuration.
    trigger String
    Change this value to force a re-run.
    updated Integer
    Rows updated when dry_run=false.
    windowHours Integer
    Trailing lookback window in hours (1-2880).
    wouldUpdate Integer
    Rows that would be updated when dry_run=true.
    candidates number
    Rows eligible for decision-field patching.
    dryRun boolean
    Preview candidate patches without persisting updates.
    examined number
    Rows scanned by the backfill operation.
    executedAt string
    Timestamp when backfill execution completed.
    includeBlockedEvents boolean
    Include blocked events in candidate selection.
    limit number
    Maximum number of candidate rows to evaluate (1-5000).
    patchedAuthorizationDecision number
    Rows where authorizationDecision was patched.
    patchedDecisionEvidence number
    Rows where decisionEvidence was patched.
    patchedDecisionReasonCode number
    Rows where decisionReasonCode was patched.
    patchedDeepllmEnrichment number
    Rows where deepllmEnrichment was patched.
    patchedEnforcementTraceId number
    Rows where enforcementTraceId was patched.
    patchedViolationId number
    Rows where violationId was patched.
    rowIdsJson string
    Candidate row IDs as a JSON array.
    skippedNoChange number
    Eligible rows skipped because no field changes were required.
    tenantId string
    Tenant ID from provider configuration.
    trigger string
    Change this value to force a re-run.
    updated number
    Rows updated when dry_run=false.
    windowHours number
    Trailing lookback window in hours (1-2880).
    wouldUpdate number
    Rows that would be updated when dry_run=true.
    candidates int
    Rows eligible for decision-field patching.
    dry_run bool
    Preview candidate patches without persisting updates.
    examined int
    Rows scanned by the backfill operation.
    executed_at str
    Timestamp when backfill execution completed.
    include_blocked_events bool
    Include blocked events in candidate selection.
    limit int
    Maximum number of candidate rows to evaluate (1-5000).
    patched_authorization_decision int
    Rows where authorizationDecision was patched.
    patched_decision_evidence int
    Rows where decisionEvidence was patched.
    patched_decision_reason_code int
    Rows where decisionReasonCode was patched.
    patched_deepllm_enrichment int
    Rows where deepllmEnrichment was patched.
    patched_enforcement_trace_id int
    Rows where enforcementTraceId was patched.
    patched_violation_id int
    Rows where violationId was patched.
    row_ids_json str
    Candidate row IDs as a JSON array.
    skipped_no_change int
    Eligible rows skipped because no field changes were required.
    tenant_id str
    Tenant ID from provider configuration.
    trigger str
    Change this value to force a re-run.
    updated int
    Rows updated when dry_run=false.
    window_hours int
    Trailing lookback window in hours (1-2880).
    would_update int
    Rows that would be updated when dry_run=true.
    candidates Number
    Rows eligible for decision-field patching.
    dryRun Boolean
    Preview candidate patches without persisting updates.
    examined Number
    Rows scanned by the backfill operation.
    executedAt String
    Timestamp when backfill execution completed.
    includeBlockedEvents Boolean
    Include blocked events in candidate selection.
    limit Number
    Maximum number of candidate rows to evaluate (1-5000).
    patchedAuthorizationDecision Number
    Rows where authorizationDecision was patched.
    patchedDecisionEvidence Number
    Rows where decisionEvidence was patched.
    patchedDecisionReasonCode Number
    Rows where decisionReasonCode was patched.
    patchedDeepllmEnrichment Number
    Rows where deepllmEnrichment was patched.
    patchedEnforcementTraceId Number
    Rows where enforcementTraceId was patched.
    patchedViolationId Number
    Rows where violationId was patched.
    rowIdsJson String
    Candidate row IDs as a JSON array.
    skippedNoChange Number
    Eligible rows skipped because no field changes were required.
    tenantId String
    Tenant ID from provider configuration.
    trigger String
    Change this value to force a re-run.
    updated Number
    Rows updated when dry_run=false.
    windowHours Number
    Trailing lookback window in hours (1-2880).
    wouldUpdate Number
    Rows that would be updated when dry_run=true.

    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