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 getApiKeys
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 getApiKeys(args: GetApiKeysArgs, opts?: InvokeOptions): Promise<GetApiKeysResult>
function getApiKeysOutput(args: GetApiKeysOutputArgs, opts?: InvokeOptions): Output<GetApiKeysResult>def get_api_keys(active_only: Optional[bool] = None,
scope_level: Optional[str] = None,
scope_target_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiKeysResult
def get_api_keys_output(active_only: pulumi.Input[Optional[bool]] = None,
scope_level: pulumi.Input[Optional[str]] = None,
scope_target_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApiKeysResult]func GetApiKeys(ctx *Context, args *GetApiKeysArgs, opts ...InvokeOption) (*GetApiKeysResult, error)
func GetApiKeysOutput(ctx *Context, args *GetApiKeysOutputArgs, opts ...InvokeOption) GetApiKeysResultOutput> Note: This function is named GetApiKeys in the Go SDK.
public static class GetApiKeys
{
public static Task<GetApiKeysResult> InvokeAsync(GetApiKeysArgs args, InvokeOptions? opts = null)
public static Output<GetApiKeysResult> Invoke(GetApiKeysInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApiKeysResult> getApiKeys(GetApiKeysArgs args, InvokeOptions options)
public static Output<GetApiKeysResult> getApiKeys(GetApiKeysArgs args, InvokeOptions options)
fn::invoke:
function: thoth:access/getApiKeys:getApiKeys
arguments:
# arguments dictionarydata "thoth_access_get_api_keys" "name" {
# arguments
}The following arguments are supported:
- Active
Only bool - Scope
Level string - Scope
Target stringId
- Active
Only bool - Scope
Level string - Scope
Target stringId
- active_
only bool - scope_
level string - scope_
target_ stringid
- active
Only Boolean - scope
Level String - scope
Target StringId
- active
Only boolean - scope
Level string - scope
Target stringId
- active_
only bool - scope_
level str - scope_
target_ strid
- active
Only Boolean - scope
Level String - scope
Target StringId
getApiKeys Result
The following output properties are available:
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Total int
- Active
Only bool - Scope
Level string - Scope
Target stringId
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Total int
- Active
Only bool - Scope
Level string - Scope
Target stringId
- data_
json string - id string
- The provider-assigned unique ID for this managed resource.
- total number
- active_
only bool - scope_
level string - scope_
target_ stringid
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- total Integer
- active
Only Boolean - scope
Level String - scope
Target StringId
- data
Json string - id string
- The provider-assigned unique ID for this managed resource.
- total number
- active
Only boolean - scope
Level string - scope
Target stringId
- data_
json str - id str
- The provider-assigned unique ID for this managed resource.
- total int
- active_
only bool - scope_
level str - scope_
target_ strid
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- total Number
- active
Only Boolean - scope
Level String - scope
Target StringId
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