@Generated public interface EntityTagAssignmentsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
EntityTagAssignment |
create(CreateEntityTagAssignmentRequest createEntityTagAssignmentRequest)
Creates a tag assignment for an Unity Catalog entity.
|
void |
delete(DeleteEntityTagAssignmentRequest deleteEntityTagAssignmentRequest)
Deletes a tag assignment for an Unity Catalog entity by its key.
|
EntityTagAssignment |
get(GetEntityTagAssignmentRequest getEntityTagAssignmentRequest)
Gets a tag assignment for an Unity Catalog entity by tag key.
|
ListEntityTagAssignmentsResponse |
list(ListEntityTagAssignmentsRequest listEntityTagAssignmentsRequest)
List tag assignments for an Unity Catalog entity
|
EntityTagAssignment |
update(UpdateEntityTagAssignmentRequest updateEntityTagAssignmentRequest)
Updates an existing tag assignment for an Unity Catalog entity.
|
EntityTagAssignment create(CreateEntityTagAssignmentRequest createEntityTagAssignmentRequest)
To add tags to Unity Catalog entities, you must own the entity or have the following privileges: - **APPLY TAG** on the entity - **USE SCHEMA** on the entity's parent schema - **USE CATALOG** on the entity's parent catalog
To add a governed tag to Unity Catalog entities, you must also have the **ASSIGN** or **MANAGE** permission on the tag policy. See [Manage tag policy permissions].
[Manage tag policy permissions]: https://docs.databricks.com/aws/en/admin/tag-policies/manage-permissions
void delete(DeleteEntityTagAssignmentRequest deleteEntityTagAssignmentRequest)
To delete tags from Unity Catalog entities, you must own the entity or have the following privileges: - **APPLY TAG** on the entity - **USE_SCHEMA** on the entity's parent schema - **USE_CATALOG** on the entity's parent catalog
To delete a governed tag from Unity Catalog entities, you must also have the **ASSIGN** or **MANAGE** permission on the tag policy. See [Manage tag policy permissions].
[Manage tag policy permissions]: https://docs.databricks.com/aws/en/admin/tag-policies/manage-permissions
EntityTagAssignment get(GetEntityTagAssignmentRequest getEntityTagAssignmentRequest)
ListEntityTagAssignmentsResponse list(ListEntityTagAssignmentsRequest listEntityTagAssignmentsRequest)
EntityTagAssignment update(UpdateEntityTagAssignmentRequest updateEntityTagAssignmentRequest)
To update tags to Unity Catalog entities, you must own the entity or have the following privileges: - **APPLY TAG** on the entity - **USE SCHEMA** on the entity's parent schema - **USE CATALOG** on the entity's parent catalog
To update a governed tag to Unity Catalog entities, you must also have the **ASSIGN** or **MANAGE** permission on the tag policy. See [Manage tag policy permissions].
[Manage tag policy permissions]: https://docs.databricks.com/aws/en/admin/tag-policies/manage-permissions
Copyright © 2025. All rights reserved.