public sealed class UpdateAutokeyConfigRequest : IMessage<UpdateAutokeyConfigRequest>, IEquatable<UpdateAutokeyConfigRequest>, IDeepCloneable<UpdateAutokeyConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateAutokeyConfigRequest.
Request message for
[UpdateAutokeyConfig][google.cloud.kms.v1.AutokeyAdmin.UpdateAutokeyConfig].
[[["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 2025-03-21 UTC."],[[["This page provides documentation for the `UpdateAutokeyConfigRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for the .NET library."],["The `UpdateAutokeyConfigRequest` class is used to send requests for updating an Autokey configuration, as part of the `AutokeyAdmin.UpdateAutokeyConfig` process."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and enabling diverse functionality within the .NET environment."],["Key properties of the class include `AutokeyConfig`, which contains the values to be updated, and `UpdateMask`, which specifies which fields of the Autokey configuration should be changed."],["This document contains the public documentation for the class `UpdateAutokeyConfigRequest`, with links to the documentation of previous versions of this class, and a link to the latest version of the documentation."]]],[]]