RevocationConfiguration class

Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions. Your private certificate authority (CA) can create and maintain a certificate revocation list (CRL). A CRL contains information about certificates revoked by your CA. For more information, see RevokeCertificate.

Constructors

RevocationConfiguration({CrlConfiguration? crlConfiguration})
RevocationConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

crlConfiguration CrlConfiguration?
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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