Class EnableSecretVersionRequest (1.3.0)

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

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

Inheritance

System.Object > EnableSecretVersionRequest

Implements

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

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

EnableSecretVersionRequest()

public EnableSecretVersionRequest()

EnableSecretVersionRequest(EnableSecretVersionRequest)

public EnableSecretVersionRequest(EnableSecretVersionRequest other)
Parameter
NameDescription
otherEnableSecretVersionRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] to enable 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