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 getPackRules
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 getPackRules(args: GetPackRulesArgs, opts?: InvokeOptions): Promise<GetPackRulesResult>
function getPackRulesOutput(args: GetPackRulesOutputArgs, opts?: InvokeOptions): Output<GetPackRulesResult>def get_pack_rules(pack_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPackRulesResult
def get_pack_rules_output(pack_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPackRulesResult]func GetPackRules(ctx *Context, args *GetPackRulesArgs, opts ...InvokeOption) (*GetPackRulesResult, error)
func GetPackRulesOutput(ctx *Context, args *GetPackRulesOutputArgs, opts ...InvokeOption) GetPackRulesResultOutput> Note: This function is named GetPackRules in the Go SDK.
public static class GetPackRules
{
public static Task<GetPackRulesResult> InvokeAsync(GetPackRulesArgs args, InvokeOptions? opts = null)
public static Output<GetPackRulesResult> Invoke(GetPackRulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPackRulesResult> getPackRules(GetPackRulesArgs args, InvokeOptions options)
public static Output<GetPackRulesResult> getPackRules(GetPackRulesArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getPackRules:getPackRules
arguments:
# arguments dictionarydata "thoth_governance_get_pack_rules" "name" {
# arguments
}The following arguments are supported:
- Pack
Id string
- Pack
Id string
- pack_
id string
- pack
Id String
- pack
Id string
- pack_
id str
- pack
Id String
getPackRules Result
The following output properties are available:
- Base
Pack stringVersion - Current
Version stringJson - Display
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Pack
Id string - Regulation string
- Response
Json string - Total
Versions int
- Base
Pack stringVersion - Current
Version stringJson - Display
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Pack
Id string - Regulation string
- Response
Json string - Total
Versions int
- base_
pack_ stringversion - current_
version_ stringjson - display_
name string - id string
- The provider-assigned unique ID for this managed resource.
- pack_
id string - regulation string
- response_
json string - total_
versions number
- base
Pack StringVersion - current
Version StringJson - display
Name String - id String
- The provider-assigned unique ID for this managed resource.
- pack
Id String - regulation String
- response
Json String - total
Versions Integer
- base
Pack stringVersion - current
Version stringJson - display
Name string - id string
- The provider-assigned unique ID for this managed resource.
- pack
Id string - regulation string
- response
Json string - total
Versions number
- base_
pack_ strversion - current_
version_ strjson - display_
name str - id str
- The provider-assigned unique ID for this managed resource.
- pack_
id str - regulation str
- response_
json str - total_
versions int
- base
Pack StringVersion - current
Version StringJson - display
Name String - id String
- The provider-assigned unique ID for this managed resource.
- pack
Id String - regulation String
- response
Json String - total
Versions Number
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