Atualiza as configurações associadas a um projeto, uma pasta ou uma organização. As configurações a serem atualizadas são determinadas pelo valor do field_mask.
A máscara de atualização se aplica às configurações. Somente os campos de nível superior de AccessApprovalSettings (notificationEmails e RegisterServices) são compatíveis. Para cada campo, se ele for incluído, o valor armazenado atualmente será totalmente substituído pelo valor do campo transmitido nessa solicitação.
[[["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-16 UTC."],[[["\u003cp\u003eThis endpoint updates the settings for a project, folder, or organization, as determined by the \u003ccode\u003efield_mask\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using a \u003ccode\u003ePATCH\u003c/code\u003e HTTP method to a specific URL with a resource name, following gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esettings.name\u003c/code\u003e path parameter specifies the resource to be updated, with options for projects, folders, or organizations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter specifies which top-level fields of \u003ccode\u003eAccessApprovalSettings\u003c/code\u003e will be updated and will overwrite existing values.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return an instance of \u003ccode\u003eAccessApprovalSettings\u003c/code\u003e in the response body.\u003c/p\u003e\n"]]],[],null,["# Method: folders.updateAccessApprovalSettings\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nUpdates the settings associated with a project, folder, or organization. Settings to update are determined by the value of field_mask.\n\n### HTTP request\n\n`PATCH https://accessapproval.googleapis.com/v1/{settings.name=folders/*/accessApprovalSettings}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [AccessApprovalSettings](/assured-workloads/access-approval/docs/reference/rest/v1/AccessApprovalSettings).\n\n### Response body\n\nIf successful, the response body contains an instance of [AccessApprovalSettings](/assured-workloads/access-approval/docs/reference/rest/v1/AccessApprovalSettings).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]