Interface protos.google.cloud.secretmanager.v1.ISecretVersion (3.7.3)

Properties of a SecretVersion.

Package

@google-cloud/secret-manager!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

SecretVersion createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

destroyTime

destroyTime?: (google.protobuf.ITimestamp|null);

SecretVersion destroyTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

etag

etag?: (string|null);

SecretVersion etag

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

SecretVersion name

Property Value
TypeDescription
(string|null)

replicationStatus

replicationStatus?: (google.cloud.secretmanager.v1.IReplicationStatus|null);

SecretVersion replicationStatus

Property Value
TypeDescription
(google.cloud.secretmanager.v1.IReplicationStatus|null)

state

state?: (google.cloud.secretmanager.v1.SecretVersion.State|keyof typeof google.cloud.secretmanager.v1.SecretVersion.State|null);

SecretVersion state

Property Value
TypeDescription
(google.cloud.secretmanager.v1.SecretVersion.State|keyof typeof google.cloud.secretmanager.v1.SecretVersion.State|null)