Interface protos.google.cloud.security.privateca.v1beta1.ICertificateRevocationList (5.2.0)

Properties of a CertificateRevocationList.

Package

@google-cloud/security-private-ca

Properties

accessUrl

accessUrl?: (string|null);

CertificateRevocationList accessUrl

createTime

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

CertificateRevocationList createTime

labels

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

CertificateRevocationList labels

name

name?: (string|null);

CertificateRevocationList name

pemCrl

pemCrl?: (string|null);

CertificateRevocationList pemCrl

revokedCertificates

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

CertificateRevocationList revokedCertificates

sequenceNumber

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

CertificateRevocationList sequenceNumber

state

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

CertificateRevocationList state

updateTime

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

CertificateRevocationList updateTime