CACertificateDescription class

Describes a CA certificate.

Constructors

CACertificateDescription({AutoRegistrationStatus? autoRegistrationStatus, String? certificateArn, String? certificateId, String? certificatePem, DateTime? creationDate, int? customerVersion, String? generationId, DateTime? lastModifiedDate, String? ownedBy, CACertificateStatus? status, CertificateValidity? validity})
CACertificateDescription.fromJson(Map<String, dynamic> json)
factory

Properties

autoRegistrationStatus AutoRegistrationStatus?
Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"
final
certificateArn String?
The CA certificate ARN.
final
certificateId String?
The CA certificate ID.
final
certificatePem String?
The CA certificate data, in PEM format.
final
creationDate DateTime?
The date the CA certificate was created.
final
customerVersion int?
The customer version of the CA certificate.
final
generationId String?
The generation ID of the CA certificate.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate DateTime?
The date the CA certificate was last modified.
final
ownedBy String?
The owner of the CA certificate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CACertificateStatus?
The status of a CA certificate.
final
validity CertificateValidity?
When the CA certificate is valid.
final

Methods

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

Operators

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