CertificateRevocationList class

A CertificateRevocationList corresponds to a signed X.509 certificate Revocation List (CRL).

A CRL contains the serial numbers of certificates that should no longer be trusted.

Constructors

CertificateRevocationList({String? accessUrl, String? createTime, Map<String, String>? labels, String? name, String? pemCrl, List<RevokedCertificate>? revokedCertificates, String? sequenceNumber, String? state, String? updateTime})
CertificateRevocationList.fromJson(Map _json)

Properties

accessUrl String?
The location where 'pem_crl' can be accessed.
getter/setter pair
createTime String?
The time at which this CertificateRevocationList was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels with user-defined metadata.
getter/setter pair
name String?
The resource path for this CertificateRevocationList in the format projects / * /locations / * /certificateAuthorities / * / certificateRevocationLists / * .
getter/setter pair
pemCrl String?
The PEM-encoded X.509 CRL.
getter/setter pair
revokedCertificates List<RevokedCertificate>?
The revoked serial numbers that appear in pem_crl.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber String?
The CRL sequence number that appears in pem_crl.
getter/setter pair
state String?
The State for this CertificateRevocationList.
getter/setter pair
updateTime String?
The time at which this CertificateRevocationList was updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited