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 pertains to the `DisableSecretVersionRequest` class within the Google Cloud Secret Manager v1beta1 API, specifically version 3.0.0-beta04."],["`DisableSecretVersionRequest` is used to send a request to disable a specific version of a secret within the Secret Manager service."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its structure and capabilities."],["It contains properties like `Name`, which is required and represents the resource name of the secret version, and a `SecretVersionName` property, which provides a typed view over the resource name property."],["There are two possible constructors, one with no arguments, and another that accepts an instance of `DisableSecretVersionRequest` to initialize the new object."]]],[]]