1. Packages
  2. Akeyless Provider
  3. API Docs
  4. getItems
Viewing docs for akeyless 1.11.6
published on Wednesday, Mar 4, 2026 by akeyless-community
akeyless logo
Viewing docs for akeyless 1.11.6
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 dictionary

    The following arguments are supported:

    Path string
    The path where the items are stored.
    Id string
    The ID of this resource.
    Path string
    The path where the items are stored.
    Id string
    The ID of this resource.
    path String
    The path where the items are stored.
    id String
    The ID of this resource.
    path string
    The path where the items are stored.
    id string
    The ID of this resource.
    path str
    The path where the items are stored.
    id str
    The ID of this resource.
    path String
    The path where the items are stored.
    id String
    The ID of this resource.

    getItems Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Items List<GetItemsItem>
    List of items on a given path
    Path string
    The path where the items are stored.
    Id string
    The ID of this resource.
    Items []GetItemsItem
    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<GetItemsItem>
    List of items on a given path
    path String
    The path where the items are stored.
    id string
    The ID of this resource.
    items GetItemsItem[]
    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[GetItemsItem]
    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

    DisplayId string
    Id double
    IsEnabled bool
    LastVersion double
    Name string
    Type string
    DisplayId string
    Id float64
    IsEnabled bool
    LastVersion float64
    Name string
    Type string
    displayId String
    id Double
    isEnabled Boolean
    lastVersion Double
    name String
    type String
    displayId string
    id number
    isEnabled boolean
    lastVersion number
    name string
    type string
    display_id str
    id float
    is_enabled bool
    last_version float
    name str
    type str
    displayId String
    id Number
    isEnabled Boolean
    lastVersion Number
    name String
    type String

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    akeyless logo
    Viewing docs for akeyless 1.11.6
    published on Wednesday, Mar 4, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.