Class DisableSecretVersionRequest (1.3.0)

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

Request message for [SecretManagerService.DisableSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DisableSecretVersion].

Inheritance

System.Object > DisableSecretVersionRequest

Implements

Google.Protobuf.IMessage<DisableSecretVersionRequest>, System.IEquatable<DisableSecretVersionRequest>, Google.Protobuf.IDeepCloneable<DisableSecretVersionRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

DisableSecretVersionRequest()

public DisableSecretVersionRequest()

DisableSecretVersionRequest(DisableSecretVersionRequest)

public DisableSecretVersionRequest(DisableSecretVersionRequest other)
Parameter
NameDescription
otherDisableSecretVersionRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] to disable in the format projects/*/secrets/*/versions/*.

Property Value
TypeDescription
System.String

SecretVersionName

public SecretVersionName SecretVersionName { get; set; }

SecretVersionName-typed view over the Name resource name property.

Property Value
TypeDescription
SecretVersionName