Properties of a CertificateRevocationList.
Package
@google-cloud/security-private-ca!Properties
accessUrl
accessUrl?: (string|null);
CertificateRevocationList accessUrl
Type | Description |
(string|null) |
createTime
createTime?: (google.protobuf.ITimestamp|null);
CertificateRevocationList createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
labels
labels?: ({ [k: string]: string }|null);
CertificateRevocationList labels
Type | Description |
({ [k: string]: string }|null) |
name
name?: (string|null);
CertificateRevocationList name
Type | Description |
(string|null) |
pemCrl
pemCrl?: (string|null);
CertificateRevocationList pemCrl
Type | Description |
(string|null) |
revisionId
revisionId?: (string|null);
CertificateRevocationList revisionId
Type | Description |
(string|null) |
revokedCertificates
revokedCertificates?: (google.cloud.security.privateca.v1.CertificateRevocationList.IRevokedCertificate[]|null);
CertificateRevocationList revokedCertificates
Type | Description |
(google.cloud.security.privateca.v1.CertificateRevocationList.IRevokedCertificate[]|null) |
sequenceNumber
sequenceNumber?: (number|Long|string|null);
CertificateRevocationList sequenceNumber
Type | Description |
(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
Type | Description |
(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
Type | Description |
(google.protobuf.ITimestamp|null) |