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/*.
Property Value
Type
Description
System.String
SecretVersionName
public SecretVersionName SecretVersionName { get; set; }
[[["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 details the `DisableSecretVersionRequest` class, which is used to send requests to disable a specific version of a secret within Google Cloud Secret Manager."],["The latest version of the `DisableSecretVersionRequest` is 2.5.0, with many previous versions from 1.3.0 to 2.4.0 also documented."],["The `DisableSecretVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string representing the resource name of the secret version) and `SecretVersionName` (a `SecretVersionName`-typed view over the `Name` property)."],["The class has a constructor `DisableSecretVersionRequest` with an optional parameter `other` which represents another `DisableSecretVersionRequest`."]]],[]]