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

    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 getPolicyChangeArtifacts(args: GetPolicyChangeArtifactsArgs, opts?: InvokeOptions): Promise<GetPolicyChangeArtifactsResult>
    function getPolicyChangeArtifactsOutput(args: GetPolicyChangeArtifactsOutputArgs, opts?: InvokeOptions): Output<GetPolicyChangeArtifactsResult>
    def get_policy_change_artifacts(limit: Optional[int] = None,
                                    offset: Optional[int] = None,
                                    target_environment: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetPolicyChangeArtifactsResult
    def get_policy_change_artifacts_output(limit: pulumi.Input[Optional[int]] = None,
                                    offset: pulumi.Input[Optional[int]] = None,
                                    target_environment: pulumi.Input[Optional[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetPolicyChangeArtifactsResult]
    func GetPolicyChangeArtifacts(ctx *Context, args *GetPolicyChangeArtifactsArgs, opts ...InvokeOption) (*GetPolicyChangeArtifactsResult, error)
    func GetPolicyChangeArtifactsOutput(ctx *Context, args *GetPolicyChangeArtifactsOutputArgs, opts ...InvokeOption) GetPolicyChangeArtifactsResultOutput

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

    public static class GetPolicyChangeArtifacts 
    {
        public static Task<GetPolicyChangeArtifactsResult> InvokeAsync(GetPolicyChangeArtifactsArgs args, InvokeOptions? opts = null)
        public static Output<GetPolicyChangeArtifactsResult> Invoke(GetPolicyChangeArtifactsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPolicyChangeArtifactsResult> getPolicyChangeArtifacts(GetPolicyChangeArtifactsArgs args, InvokeOptions options)
    public static Output<GetPolicyChangeArtifactsResult> getPolicyChangeArtifacts(GetPolicyChangeArtifactsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getPolicyChangeArtifacts:getPolicyChangeArtifacts
      arguments:
        # arguments dictionary
    data "thoth_governance_get_policy_change_artifacts" "name" {
        # arguments
    }

    The following arguments are supported:

    limit number
    offset number
    target_environment string
    limit Integer
    offset Integer
    targetEnvironment String
    limit number
    offset number
    targetEnvironment string
    limit Number
    offset Number
    targetEnvironment String

    getPolicyChangeArtifacts Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    Limit int
    Offset int
    TargetEnvironment string
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    Total int
    Limit int
    Offset int
    TargetEnvironment string
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    limit number
    offset number
    target_environment string
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Integer
    limit Integer
    offset Integer
    targetEnvironment String
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    total number
    limit number
    offset number
    targetEnvironment string
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    total int
    limit int
    offset int
    target_environment str
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    total Number
    limit Number
    offset Number
    targetEnvironment 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