Viewing docs for akeyless 1.11.6
published on Wednesday, Mar 4, 2026 by akeyless-community
published on Wednesday, Mar 4, 2026 by akeyless-community
Viewing docs for akeyless 1.11.6
published on Wednesday, Mar 4, 2026 by akeyless-community
published on Wednesday, Mar 4, 2026 by akeyless-community
Get items data source
Using getItems
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 getItems(args: GetItemsArgs, opts?: InvokeOptions): Promise<GetItemsResult>
function getItemsOutput(args: GetItemsOutputArgs, opts?: InvokeOptions): Output<GetItemsResult>def get_items(id: Optional[str] = None,
path: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetItemsResult
def get_items_output(id: Optional[pulumi.Input[str]] = None,
path: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetItemsResult]func GetItems(ctx *Context, args *GetItemsArgs, opts ...InvokeOption) (*GetItemsResult, error)
func GetItemsOutput(ctx *Context, args *GetItemsOutputArgs, opts ...InvokeOption) GetItemsResultOutput> Note: This function is named GetItems in the Go SDK.
public static class GetItems
{
public static Task<GetItemsResult> InvokeAsync(GetItemsArgs args, InvokeOptions? opts = null)
public static Output<GetItemsResult> Invoke(GetItemsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetItemsResult> getItems(GetItemsArgs args, InvokeOptions options)
public static Output<GetItemsResult> getItems(GetItemsArgs args, InvokeOptions options)
fn::invoke:
function: akeyless:index/getItems:getItems
arguments:
# arguments dictionaryThe following arguments are supported:
getItems Result
The following output properties are available:
- Id string
- The ID of this resource.
- Items
List<Get
Items Item> - List of items on a given path
- Path string
- The path where the items are stored.
- Id string
- The ID of this resource.
- Items
[]Get
Items Item - List of items on a given path
- Path string
- The path where the items are stored.
- id String
- The ID of this resource.
- items
List<Get
Items Item> - List of items on a given path
- path String
- The path where the items are stored.
- id string
- The ID of this resource.
- items
Get
Items Item[] - List of items on a given path
- path string
- The path where the items are stored.
- id str
- The ID of this resource.
- items
Sequence[Get
Items Item] - List of items on a given path
- path str
- The path where the items are stored.
- id String
- The ID of this resource.
- items List<Property Map>
- List of items on a given path
- path String
- The path where the items are stored.
Supporting Types
GetItemsItem
- display_
id str - id float
- is_
enabled bool - last_
version float - name str
- type str
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
Viewing docs for akeyless 1.11.6
published on Wednesday, Mar 4, 2026 by akeyless-community
published on Wednesday, Mar 4, 2026 by akeyless-community
