Interface protos.google.cloud.security.privateca.v1.ICertificateRevocationList (2.3.7)

Properties of a CertificateRevocationList.

Package

@google-cloud/security-private-ca!

Properties

accessUrl

accessUrl?: (string|null);

CertificateRevocationList accessUrl

Property Value
TypeDescription
(string|null)

createTime

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

CertificateRevocationList createTime

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

labels

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

CertificateRevocationList labels

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

name

name?: (string|null);

CertificateRevocationList name

Property Value
TypeDescription
(string|null)

pemCrl

pemCrl?: (string|null);

CertificateRevocationList pemCrl

Property Value
TypeDescription
(string|null)

revisionId

revisionId?: (string|null);

CertificateRevocationList revisionId

Property Value
TypeDescription
(string|null)

revokedCertificates

revokedCertificates?: (google.cloud.security.privateca.v1.CertificateRevocationList.IRevokedCertificate[]|null);

CertificateRevocationList revokedCertificates

Property Value
TypeDescription
(google.cloud.security.privateca.v1.CertificateRevocationList.IRevokedCertificate[]|null)

sequenceNumber

sequenceNumber?: (number|Long|string|null);

CertificateRevocationList sequenceNumber

Property Value
TypeDescription
(number|Long|string|null)

state

state?: (google.cloud.security.privateca.v1.CertificateRevocationList.State|keyof typeof google.cloud.security.privateca.v1.CertificateRevocationList.State|null);

CertificateRevocationList state

Property Value
TypeDescription
(google.cloud.security.privateca.v1.CertificateRevocationList.State|keyof typeof google.cloud.security.privateca.v1.CertificateRevocationList.State|null)

updateTime

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

CertificateRevocationList updateTime

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