Interface protos.google.cloud.secrets.v1beta1.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)

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.secrets.v1beta1.IReplication|null);

Secret replication

Property Value
TypeDescription
(google.cloud.secrets.v1beta1.IReplication|null)