public sealed class DestroySecretVersionRequest : IMessage<DestroySecretVersionRequest>, IEquatable<DestroySecretVersionRequest>, IDeepCloneable<DestroySecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.DestroySecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DestroySecretVersion].
Required. The resource name of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] to destroy 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 `DestroySecretVersionRequest` class, which is used to send requests to destroy a secret version in Google Cloud Secret Manager."],["The latest version of the class is 2.5.0, and the content includes documentation for versions ranging from 1.3.0 to 2.5.0, covering various iterations of the `DestroySecretVersionRequest`."],["The `DestroySecretVersionRequest` class inherits from `System.Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors, a default constructor and one that takes another `DestroySecretVersionRequest` as a parameter for initialization, along with properties such as `Name` and `SecretVersionName`."],["The `Name` property of the `DestroySecretVersionRequest` class is a required field, which specifies the resource name of the `SecretVersion` to be destroyed in a specific format, and `SecretVersionName` is a typed view over the `Name` property."]]],[]]