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

    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 getEffectivePolicyBundles(args: GetEffectivePolicyBundlesArgs, opts?: InvokeOptions): Promise<GetEffectivePolicyBundlesResult>
    function getEffectivePolicyBundlesOutput(args: GetEffectivePolicyBundlesOutputArgs, opts?: InvokeOptions): Output<GetEffectivePolicyBundlesResult>
    def get_effective_policy_bundles(agent_id: Optional[str] = None,
                                     framework: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetEffectivePolicyBundlesResult
    def get_effective_policy_bundles_output(agent_id: pulumi.Input[Optional[str]] = None,
                                     framework: pulumi.Input[Optional[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetEffectivePolicyBundlesResult]
    func GetEffectivePolicyBundles(ctx *Context, args *GetEffectivePolicyBundlesArgs, opts ...InvokeOption) (*GetEffectivePolicyBundlesResult, error)
    func GetEffectivePolicyBundlesOutput(ctx *Context, args *GetEffectivePolicyBundlesOutputArgs, opts ...InvokeOption) GetEffectivePolicyBundlesResultOutput

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

    public static class GetEffectivePolicyBundles 
    {
        public static Task<GetEffectivePolicyBundlesResult> InvokeAsync(GetEffectivePolicyBundlesArgs args, InvokeOptions? opts = null)
        public static Output<GetEffectivePolicyBundlesResult> Invoke(GetEffectivePolicyBundlesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEffectivePolicyBundlesResult> getEffectivePolicyBundles(GetEffectivePolicyBundlesArgs args, InvokeOptions options)
    public static Output<GetEffectivePolicyBundlesResult> getEffectivePolicyBundles(GetEffectivePolicyBundlesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getEffectivePolicyBundles:getEffectivePolicyBundles
      arguments:
        # arguments dictionary
    data "thoth_governance_get_effective_policy_bundles" "name" {
        # arguments
    }

    The following arguments are supported:

    AgentId string
    Framework string
    AgentId string
    Framework string
    agent_id string
    framework string
    agentId String
    framework String
    agentId string
    framework string
    agentId String
    framework String

    getEffectivePolicyBundles Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    AgentId string
    Framework string
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    AgentId string
    Framework string
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    agent_id string
    framework string
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Integer
    agentId String
    framework String
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    agentId string
    framework string
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    total int
    agent_id str
    framework str
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Number
    agentId String
    framework 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