public sealed class DisableSecretVersionRequest : IMessage<DisableSecretVersionRequest>, IEquatable<DisableSecretVersionRequest>, IDeepCloneable<DisableSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DisableSecretVersion][google.cloud.secrets.v1beta1.SecretManagerService.DisableSecretVersion].
Required. The resource name of the [SecretVersion][google.cloud.secrets.v1beta1.SecretVersion] to disable in the format
projects/*/secrets/*/versions/*.
[[["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-02 UTC."],[[["This document outlines the `DisableSecretVersionRequest` class, which is used to send requests to disable a specific version of a secret within Google Cloud Secret Manager."],["The `DisableSecretVersionRequest` class is part of the `Google.Cloud.SecretManager.V1Beta1` namespace and is implemented in the `Google.Cloud.SecretManager.V1Beta1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting operations such as message handling, equality checks, deep cloning, and buffer management."],["`DisableSecretVersionRequest` includes properties like `Name`, a string that specifies the resource name of the secret version to be disabled, and `SecretVersionName`, which offers a typed view of the resource name."],["The latest version available for this class is `3.0.0-beta05`, with previous versions including `3.0.0-beta04` and `2.0.0-beta05`."]]],[]]