Class SecretVersion (1.3.0)

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

A secret version resource in the Secret Manager API.

Inheritance

System.Object > SecretVersion

Implements

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

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

SecretVersion()

public SecretVersion()

SecretVersion(SecretVersion)

public SecretVersion(SecretVersion other)
Parameter
NameDescription
otherSecretVersion

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] was created.

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.Timestamp

DestroyTime

public Timestamp DestroyTime { get; set; }

Output only. The time this [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] was destroyed. Only present if [state][google.cloud.secretmanager.v1.SecretVersion.state] is [DESTROYED][google.cloud.secretmanager.v1.SecretVersion.State.DESTROYED].

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.Timestamp

Name

public string Name { get; set; }

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

[SecretVersion][google.cloud.secretmanager.v1.SecretVersion] IDs in a [Secret][google.cloud.secretmanager.v1.Secret] start at 1 and are incremented for each subsequent version of the secret.

Property Value
TypeDescription
System.String

ReplicationStatus

public ReplicationStatus ReplicationStatus { get; set; }

The replication status of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].

Property Value
TypeDescription
ReplicationStatus

SecretVersionName

public SecretVersionName SecretVersionName { get; set; }

SecretVersionName-typed view over the Name resource name property.

Property Value
TypeDescription
SecretVersionName

State

public SecretVersion.Types.State State { get; set; }

Output only. The current state of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].

Property Value
TypeDescription
SecretVersion.Types.State