public sealed class DestroySecretVersionRequest : IMessage<DestroySecretVersionRequest>, IEquatable<DestroySecretVersionRequest>, IDeepCloneable<DestroySecretVersionRequest>, IBufferMessage, IMessageRequest message for [SecretManagerService.DestroySecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DestroySecretVersion].
Inheritance
System.Object > DestroySecretVersionRequestImplements
Google.Protobuf.IMessage<DestroySecretVersionRequest>, System.IEquatable<DestroySecretVersionRequest>, Google.Protobuf.IDeepCloneable<DestroySecretVersionRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
DestroySecretVersionRequest()
public DestroySecretVersionRequest()DestroySecretVersionRequest(DestroySecretVersionRequest)
public DestroySecretVersionRequest(DestroySecretVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DestroySecretVersionRequest |
Properties
Name
public string Name { get; set; }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; }SecretVersionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecretVersionName |
|