Interface protos.google.cloud.certificatemanager.v1.ICertificateMapEntry (0.7.2)

Properties of a CertificateMapEntry.

Package

@google-cloud/certificate-manager

Properties

certificates

certificates?: (string[]|null);

CertificateMapEntry certificates

createTime

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

CertificateMapEntry createTime

description

description?: (string|null);

CertificateMapEntry description

hostname

hostname?: (string|null);

CertificateMapEntry hostname

labels

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

CertificateMapEntry labels

matcher

matcher?: (google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher|keyof typeof google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher|null);

CertificateMapEntry matcher

name

name?: (string|null);

CertificateMapEntry name

state

state?: (google.cloud.certificatemanager.v1.ServingState|keyof typeof google.cloud.certificatemanager.v1.ServingState|null);

CertificateMapEntry state

updateTime

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

CertificateMapEntry updateTime