OBRIGATÓRIO: a política completa a ser aplicada ao resource. O tamanho da política é limitado a algumas dezenas de KBs. Uma política vazia é válida, mas alguns serviços do Google Cloud (como Projetos) podem rejeitá-la.
OPCIONAL: uma FieldMask especificando os campos da política a serem modificados. Somente os campos da máscara serão modificados. Se nenhuma máscara for fornecida, a seguinte máscara padrão será usada:
paths: "bindings, etag"
É uma lista separada por vírgulas de nomes de campos totalmente qualificados. Exemplo: "user.displayName,photo".
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de Policy.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-23 UTC."],[[["This document outlines the process for setting an IAM policy for a resource using a POST HTTP request to the Google Analytics Hub API."],["The request requires specifying the target resource via a URL path parameter and includes a JSON-formatted request body that contains the policy and an optional update mask."],["Successful requests will return a `Policy` object in the response body, detailing the new IAM policy that was set."],["To authorize this action, you must provide one of the specified OAuth scopes and hold at least one of the listed IAM permissions that correspond to the type of resource being modified."],["The path parameter `resource` is required and a string that specifies the target resource to have the IAM policy applied to it, as seen in the `POST` endpoint."]]],[]]