Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to Dataplex Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
Sets the access control policy for a resource. Replaces any existing policy. Supported resources are: - Tag templates. - Entries. - Entry groups. Note, this method cannot be used to manage policies for BigQuery, Pub/Sub and any external Google Cloud Platform resources synced to Data Catalog.
Callers must have following Google IAM permission - datacatalog.tagTemplates.setIamPolicy to set policies on tag templates. - datacatalog.entries.setIamPolicy to set policies on entries. - datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
HTTP request
POST https://datacatalog.googleapis.com/v1beta1/{resource}:setIamPolicy
Path parameters
Parameters
resource
string
REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. It takes the form projects/{project}/locations/{location}/entryGroups/{entrygroup}.
Request body
The request body contains data with the following structure:
REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.
OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:
paths: "bindings, etag"
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Response body
If successful, the response body contains an instance of Policy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This page details how to set the access control policy for resources like tag templates, entries, and entry groups in Data Catalog, which is being replaced by Dataplex Catalog."],["The HTTP request uses a POST method with a specific URL structure: `https://datacatalog.googleapis.com/v1beta1/{resource}:setIamPolicy`, requiring a resource path parameter."],["The request body, which is in JSON format, contains a policy object to define access control and an optional update mask to specify which parts of the policy to modify."],["Successful requests will return a response body containing an instance of the updated Policy, and the caller must have specific Google IAM permissions like `datacatalog.tagTemplates.setIamPolicy` or `datacatalog.entries.setIamPolicy`."],["The necessary authorization scope for this request is `https://www.googleapis.com/auth/cloud-platform`."]]],[]]