Permite obtener la política de control de acceso de un recurso. Muestra una política vacía si el recurso existe y no cuenta con un conjunto de políticas.
Solicitud HTTP
GET https://clouddeploy.googleapis.com/v1/{resource=projects/*/locations/*/deliveryPipelines/*}:getIamPolicy
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-06-25 (UTC)"],[[["This API retrieves the access control policy for a specified resource, returning an empty policy if one is not set."],["The HTTP request uses a `GET` method with a URL employing gRPC Transcoding syntax to specify the resource path."],["The request requires a `resource` path parameter and optionally accepts an `options` query parameter for policy retrieval settings."],["The request body must be empty, and a successful response returns a `Policy` object containing access control information."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]