1. Packages
  2. Databricks Provider
  3. API Docs
  4. getEntityTagAssignments
Databricks v1.75.0 published on Thursday, Sep 11, 2025 by Pulumi

databricks.getEntityTagAssignments

Explore with Pulumi AI

databricks logo
Databricks v1.75.0 published on Thursday, Sep 11, 2025 by Pulumi

    Using getEntityTagAssignments

    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 getEntityTagAssignments(args: GetEntityTagAssignmentsArgs, opts?: InvokeOptions): Promise<GetEntityTagAssignmentsResult>
    function getEntityTagAssignmentsOutput(args: GetEntityTagAssignmentsOutputArgs, opts?: InvokeOptions): Output<GetEntityTagAssignmentsResult>
    def get_entity_tag_assignments(entity_name: Optional[str] = None,
                                   entity_type: Optional[str] = None,
                                   workspace_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetEntityTagAssignmentsResult
    def get_entity_tag_assignments_output(entity_name: Optional[pulumi.Input[str]] = None,
                                   entity_type: Optional[pulumi.Input[str]] = None,
                                   workspace_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetEntityTagAssignmentsResult]
    func GetEntityTagAssignments(ctx *Context, args *GetEntityTagAssignmentsArgs, opts ...InvokeOption) (*GetEntityTagAssignmentsResult, error)
    func GetEntityTagAssignmentsOutput(ctx *Context, args *GetEntityTagAssignmentsOutputArgs, opts ...InvokeOption) GetEntityTagAssignmentsResultOutput

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

    public static class GetEntityTagAssignments 
    {
        public static Task<GetEntityTagAssignmentsResult> InvokeAsync(GetEntityTagAssignmentsArgs args, InvokeOptions? opts = null)
        public static Output<GetEntityTagAssignmentsResult> Invoke(GetEntityTagAssignmentsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEntityTagAssignmentsResult> getEntityTagAssignments(GetEntityTagAssignmentsArgs args, InvokeOptions options)
    public static Output<GetEntityTagAssignmentsResult> getEntityTagAssignments(GetEntityTagAssignmentsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getEntityTagAssignments:getEntityTagAssignments
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EntityName string
    The fully qualified name of the entity to which the tag is assigned
    EntityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    WorkspaceId string
    Workspace ID of the resource
    EntityName string
    The fully qualified name of the entity to which the tag is assigned
    EntityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    WorkspaceId string
    Workspace ID of the resource
    entityName String
    The fully qualified name of the entity to which the tag is assigned
    entityType String
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    workspaceId String
    Workspace ID of the resource
    entityName string
    The fully qualified name of the entity to which the tag is assigned
    entityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    workspaceId string
    Workspace ID of the resource
    entity_name str
    The fully qualified name of the entity to which the tag is assigned
    entity_type str
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    workspace_id str
    Workspace ID of the resource
    entityName String
    The fully qualified name of the entity to which the tag is assigned
    entityType String
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    workspaceId String
    Workspace ID of the resource

    getEntityTagAssignments Result

    The following output properties are available:

    EntityName string
    (string) - The fully qualified name of the entity to which the tag is assigned
    EntityType string
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    Id string
    The provider-assigned unique ID for this managed resource.
    TagAssignments List<GetEntityTagAssignmentsTagAssignment>
    WorkspaceId string
    EntityName string
    (string) - The fully qualified name of the entity to which the tag is assigned
    EntityType string
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    Id string
    The provider-assigned unique ID for this managed resource.
    TagAssignments []GetEntityTagAssignmentsTagAssignment
    WorkspaceId string
    entityName String
    (string) - The fully qualified name of the entity to which the tag is assigned
    entityType String
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id String
    The provider-assigned unique ID for this managed resource.
    tagAssignments List<GetEntityTagAssignmentsTagAssignment>
    workspaceId String
    entityName string
    (string) - The fully qualified name of the entity to which the tag is assigned
    entityType string
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id string
    The provider-assigned unique ID for this managed resource.
    tagAssignments GetEntityTagAssignmentsTagAssignment[]
    workspaceId string
    entity_name str
    (string) - The fully qualified name of the entity to which the tag is assigned
    entity_type str
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id str
    The provider-assigned unique ID for this managed resource.
    tag_assignments Sequence[GetEntityTagAssignmentsTagAssignment]
    workspace_id str
    entityName String
    (string) - The fully qualified name of the entity to which the tag is assigned
    entityType String
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id String
    The provider-assigned unique ID for this managed resource.
    tagAssignments List<Property Map>
    workspaceId String

    Supporting Types

    GetEntityTagAssignmentsTagAssignment

    EntityName string
    The fully qualified name of the entity to which the tag is assigned
    EntityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    TagKey string
    (string) - The key of the tag
    TagValue string
    (string) - The value of the tag
    EntityName string
    The fully qualified name of the entity to which the tag is assigned
    EntityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    TagKey string
    (string) - The key of the tag
    TagValue string
    (string) - The value of the tag
    entityName String
    The fully qualified name of the entity to which the tag is assigned
    entityType String
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tagKey String
    (string) - The key of the tag
    tagValue String
    (string) - The value of the tag
    entityName string
    The fully qualified name of the entity to which the tag is assigned
    entityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tagKey string
    (string) - The key of the tag
    tagValue string
    (string) - The value of the tag
    entity_name str
    The fully qualified name of the entity to which the tag is assigned
    entity_type str
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tag_key str
    (string) - The key of the tag
    tag_value str
    (string) - The value of the tag
    entityName String
    The fully qualified name of the entity to which the tag is assigned
    entityType String
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tagKey String
    (string) - The key of the tag
    tagValue String
    (string) - The value of the tag

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.75.0 published on Thursday, Sep 11, 2025 by Pulumi