public sealed class DisableSecretVersionRequest : IMessage<DisableSecretVersionRequest>, IEquatable<DisableSecretVersionRequest>, IDeepCloneable<DisableSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DisableSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DisableSecretVersion].
Required. The resource name of the [SecretVersion][google.cloud.secretmanager.v1.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-03-21 UTC."],[[["This webpage provides documentation for the `DisableSecretVersionRequest` class within the `Google.Cloud.SecretManager.V1` namespace, part of the .NET library for Google Cloud Secret Manager."],["`DisableSecretVersionRequest` is a request message used to disable a specific version of a secret, as part of the `SecretManagerService` API."],["The page outlines various versions of the `DisableSecretVersionRequest`, with version 2.5.0 being the latest, and includes a list of versions ranging from 1.3.0 to 2.5.0."],["The documentation details the class's inheritance, implemented interfaces, inherited members, namespace, assembly, constructors, and properties like `Name` and `SecretVersionName`."],["It highlights that `Name` is a required property representing the resource name of the secret version to disable, and `SecretVersionName` is a typed view of the `Name` property."]]],[]]