Class DeleteSecretRequest (2.0.0-beta05)

public sealed class DeleteSecretRequest : IMessage<DeleteSecretRequest>, IEquatable<DeleteSecretRequest>, IDeepCloneable<DeleteSecretRequest>, IBufferMessage, IMessage

Request message for [SecretManagerService.DeleteSecret][google.cloud.secrets.v1beta1.SecretManagerService.DeleteSecret].

Inheritance

Object > DeleteSecretRequest

Namespace

Google.Cloud.SecretManager.V1Beta1

Assembly

Google.Cloud.SecretManager.V1Beta1.dll

Constructors

DeleteSecretRequest()

public DeleteSecretRequest()

DeleteSecretRequest(DeleteSecretRequest)

public DeleteSecretRequest(DeleteSecretRequest other)
Parameter
NameDescription
otherDeleteSecretRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the [Secret][google.cloud.secrets.v1beta1.Secret] to delete in the format projects/*/secrets/*.

Property Value
TypeDescription
String

SecretName

public SecretName SecretName { get; set; }

SecretName-typed view over the Name resource name property.

Property Value
TypeDescription
SecretName