Gets the access control policy for a contentitem resource. A NOT_FOUND error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it.
Caller must have Google IAM dataplex.content.getIamPolicy permission on the resource.
HTTP request
GET https://dataplex.googleapis.com/v1/{resource=projects/*/locations/*/lakes/*/content/**}:getIamPolicy
[[["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-01-28 UTC."],[[["This document describes how to retrieve the access control policy for a content item resource using the `getIamPolicy` method."],["The `GET` HTTP request is made to a specific URL that includes the resource path and follows gRPC Transcoding syntax."],["The `resource` path parameter is required, and an optional `options` query parameter allows for specifying options to customize the policy retrieval process."],["The request body must be empty, and a successful request will return a `Policy` object in the response body."],["Retrieving the access control policy requires Google IAM `dataplex.content.getIamPolicy` permission, and the request must be authorized with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]