Updates an auth config. If credential is updated, fetch the encrypted auth config from Spanner, decrypt with Cloud KMS key, update the credential fields, re-encrypt with Cloud KMS key and update the Spanner record. For other fields, directly update the Spanner record. Returns the encrypted auth config.
[[["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 2024-12-11 UTC."],[[["This webpage details how to update an authentication configuration, including credential updates involving encryption and decryption."],["The update is performed via a `PATCH` HTTP request to a specific URL structure that follows gRPC Transcoding syntax."],["The request requires path parameters, specifically the `authConfig.name`, and an optional `updateMask` query parameter for specifying modified fields."],["Both the request and response bodies utilize the `AuthConfig` resource, with the successful response containing the updated configuration."],["Updating an authentication configuration requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `integrations.authConfigs.update`."]]],[]]