1. Packages
  2. Akeyless Provider
  3. API Docs
  4. getTags
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.getTags

Explore with Pulumi AI

akeyless logo
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

    Get Auth Method details data source

    Using getTags

    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 getTags(args: GetTagsArgs, opts?: InvokeOptions): Promise<GetTagsResult>
    function getTagsOutput(args: GetTagsOutputArgs, opts?: InvokeOptions): Output<GetTagsResult>
    def get_tags(id: Optional[str] = None,
                 name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetTagsResult
    def get_tags_output(id: Optional[pulumi.Input[str]] = None,
                 name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetTagsResult]
    func GetTags(ctx *Context, args *GetTagsArgs, opts ...InvokeOption) (*GetTagsResult, error)
    func GetTagsOutput(ctx *Context, args *GetTagsOutputArgs, opts ...InvokeOption) GetTagsResultOutput

    > Note: This function is named GetTags in the Go SDK.

    public static class GetTags 
    {
        public static Task<GetTagsResult> InvokeAsync(GetTagsArgs args, InvokeOptions? opts = null)
        public static Output<GetTagsResult> Invoke(GetTagsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
    public static Output<GetTagsResult> getTags(GetTagsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: akeyless:index/getTags:getTags
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The item name
    Id string
    The ID of this resource.
    Name string
    The item name
    Id string
    The ID of this resource.
    name String
    The item name
    id String
    The ID of this resource.
    name string
    The item name
    id string
    The ID of this resource.
    name str
    The item name
    id str
    The ID of this resource.
    name String
    The item name
    id String
    The ID of this resource.

    getTags Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Name string
    The item name
    Tags List<string>
    Id string
    The ID of this resource.
    Name string
    The item name
    Tags []string
    id String
    The ID of this resource.
    name String
    The item name
    tags List<String>
    id string
    The ID of this resource.
    name string
    The item name
    tags string[]
    id str
    The ID of this resource.
    name str
    The item name
    tags Sequence[str]
    id String
    The ID of this resource.
    name String
    The item name
    tags List<String>

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    akeyless logo
    akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community