public sealed class DisableSecretVersionRequest : IMessage<DisableSecretVersionRequest>, IEquatable<DisableSecretVersionRequest>, IDeepCloneable<DisableSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DisableSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DisableSecretVersion].
Optional. Etag of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. The request succeeds if it matches
the etag of the currently stored secret version object. If the etag is
omitted, the request succeeds.
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 used to send requests to disable a specific version of a secret, as defined by `SecretManagerService.DisableSecretVersion`."],["The documentation includes a list of available versions, ranging from the latest (2.5.0) down to 1.3.0, with the current version being 1.6.0, it also provides links to other versions of the class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET framework."],["Key properties of the class include `Etag`, an optional field for conditional updates, and `Name`, a required field specifying the secret version's resource name, and lastly the `SecretVersionName` which acts as a typed view of the `Name` property."]]],[]]