public sealed class VerifyKmsConfigRequest : IMessage<VerifyKmsConfigRequest>, IEquatable<VerifyKmsConfigRequest>, IDeepCloneable<VerifyKmsConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class VerifyKmsConfigRequest.
VerifyKmsConfigRequest specifies the KMS config to be validated.
[[["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-04-17 UTC."],[[["The latest version available for the `VerifyKmsConfigRequest` class is 1.8.0, while the current documentation is for version 1.7.0."],["`VerifyKmsConfigRequest` is an API class used for validating a Key Management Service (KMS) configuration, as denoted by its name, purpose and description."],["This class, `VerifyKmsConfigRequest`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `object` class."],["The `VerifyKmsConfigRequest` class has properties such as `KmsConfigName` of type `KmsConfigName`, which is a resource name property, and `Name` which is a string representing the name of the KMS Config being verified."],["The class also has two constructors: one default constructor and another that accepts an instance of `VerifyKmsConfigRequest` for parameterization, for ease of use."]]],[]]