public sealed class UpdateEkmConfigRequest : IMessage<UpdateEkmConfigRequest>, IEquatable<UpdateEkmConfigRequest>, IDeepCloneable<UpdateEkmConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateEkmConfigRequest.
Request message for
[EkmService.UpdateEkmConfig][google.cloud.kms.v1.EkmService.UpdateEkmConfig].
[[["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 webpage provides reference documentation for the `UpdateEkmConfigRequest` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for .NET."],["The `UpdateEkmConfigRequest` class is used to update the External Key Manager (EKM) configuration using the `EkmService.UpdateEkmConfig` method."],["The latest version available for the `UpdateEkmConfigRequest` class is 3.16.0, with a detailed history of versions going back to 2.2.0, as seen by the links."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateEkmConfigRequest` class include `EkmConfig` (the configuration to be updated) and `UpdateMask` (specifying which fields to update)."]]],[]]