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 webpage details how to set the IAM policy for a specified data policy using a `POST` request to a specific URL."],["The `resource` path parameter, which is a required string, must be provided in the URL to indicate the target of the policy."],["The request body must include a `policy` object and can optionally include an `updateMask` string to define the specific fields that should be modified."],["Successful requests will yield a response body containing a `Policy` object, and requests require specific authorization scopes and the `bigquery.dataPolicies.setIamPolicy` IAM permission."],["The request URL follows gRPC Transcoding syntax, and the size of the `policy` is limited to a few 10s of KB."]]],[]]