public sealed class DisableSecretVersionRequest : IMessage<DisableSecretVersionRequest>, IEquatable<DisableSecretVersionRequest>, IDeepCloneable<DisableSecretVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class DisableSecretVersionRequest.
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-03-21 UTC."],[[["This documentation is for the `DisableSecretVersionRequest` class within the Google Cloud Secret Manager v1beta1 API, specifically for .NET."],["The `DisableSecretVersionRequest` class is used to construct request messages for disabling a specific version of a secret via the `SecretManagerService.DisableSecretVersion` method."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DisableSecretVersionRequest` class has a required `Name` property, which is a string representing the resource name of the secret version to be disabled, and a `SecretVersionName` property which gives you a typed view of the `Name`."],["There are two different constructors available for the class: one is a default constructor, and the second can take in another instance of the class."]]],[]]