Interface protos.google.cloud.secretmanager.v1.ISecret (3.9.1)

Properties of a Secret.

Package

@google-cloud/secret-manager!

Properties

createTime

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

Secret createTime

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

etag

etag?: (string|null);

Secret etag

Property Value
TypeDescription
(string|null)

expireTime

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

Secret expireTime

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

labels

labels?: ({ [k: string]: string }|null);

Secret labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Secret name

Property Value
TypeDescription
(string|null)

replication

replication?: (google.cloud.secretmanager.v1.IReplication|null);

Secret replication

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

rotation

rotation?: (google.cloud.secretmanager.v1.IRotation|null);

Secret rotation

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

topics

topics?: (google.cloud.secretmanager.v1.ITopic[]|null);

Secret topics

Property Value
TypeDescription
(google.cloud.secretmanager.v1.ITopic[]|null)

ttl

ttl?: (google.protobuf.IDuration|null);

Secret ttl

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