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 getPolicyChangeArtifact
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 getPolicyChangeArtifact(args: GetPolicyChangeArtifactArgs, opts?: InvokeOptions): Promise<GetPolicyChangeArtifactResult>
function getPolicyChangeArtifactOutput(args: GetPolicyChangeArtifactOutputArgs, opts?: InvokeOptions): Output<GetPolicyChangeArtifactResult>def get_policy_change_artifact(request_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPolicyChangeArtifactResult
def get_policy_change_artifact_output(request_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPolicyChangeArtifactResult]func GetPolicyChangeArtifact(ctx *Context, args *GetPolicyChangeArtifactArgs, opts ...InvokeOption) (*GetPolicyChangeArtifactResult, error)
func GetPolicyChangeArtifactOutput(ctx *Context, args *GetPolicyChangeArtifactOutputArgs, opts ...InvokeOption) GetPolicyChangeArtifactResultOutput> Note: This function is named GetPolicyChangeArtifact in the Go SDK.
public static class GetPolicyChangeArtifact
{
public static Task<GetPolicyChangeArtifactResult> InvokeAsync(GetPolicyChangeArtifactArgs args, InvokeOptions? opts = null)
public static Output<GetPolicyChangeArtifactResult> Invoke(GetPolicyChangeArtifactInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPolicyChangeArtifactResult> getPolicyChangeArtifact(GetPolicyChangeArtifactArgs args, InvokeOptions options)
public static Output<GetPolicyChangeArtifactResult> getPolicyChangeArtifact(GetPolicyChangeArtifactArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getPolicyChangeArtifact:getPolicyChangeArtifact
arguments:
# arguments dictionarydata "thoth_governance_get_policy_change_artifact" "name" {
# arguments
}The following arguments are supported:
- Request
Id string
- Request
Id string
- request_
id string
- request
Id String
- request
Id string
- request_
id str
- request
Id String
getPolicyChangeArtifact Result
The following output properties are available:
- Artifact
Id string - Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Request
Id string - Target
Environment string - Updated
At string
- Artifact
Id string - Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Request
Id string - Target
Environment string - Updated
At string
- artifact_
id string - data_
json string - id string
- The provider-assigned unique ID for this managed resource.
- request_
id string - target_
environment string - updated_
at string
- artifact
Id String - data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- request
Id String - target
Environment String - updated
At String
- artifact
Id string - data
Json string - id string
- The provider-assigned unique ID for this managed resource.
- request
Id string - target
Environment string - updated
At string
- artifact_
id str - data_
json str - id str
- The provider-assigned unique ID for this managed resource.
- request_
id str - target_
environment str - updated_
at str
- artifact
Id String - data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- request
Id String - target
Environment String - updated
At 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