CertificateDetail class
Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.
Constructors
-
CertificateDetail({String? certificateArn, String? certificateAuthorityArn, DateTime? createdAt, String? domainName, List<
DomainValidation> ? domainValidationOptions, List<ExtendedKeyUsage> ? extendedKeyUsages, FailureReason? failureReason, DateTime? importedAt, List<String> ? inUseBy, DateTime? issuedAt, String? issuer, KeyAlgorithm? keyAlgorithm, List<KeyUsage> ? keyUsages, DateTime? notAfter, DateTime? notBefore, CertificateOptions? options, RenewalEligibility? renewalEligibility, RenewalSummary? renewalSummary, RevocationReason? revocationReason, DateTime? revokedAt, String? serial, String? signatureAlgorithm, CertificateStatus? status, String? subject, List<String> ? subjectAlternativeNames, CertificateType? type}) -
CertificateDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- certificateArn → String?
-
The Amazon Resource Name (ARN) of the certificate. For more information
about ARNs, see Amazon
Resource Names (ARNs) and AWS Service Namespaces in the AWS General
Reference.
final
- certificateAuthorityArn → String?
-
The Amazon Resource Name (ARN) of the ACM PCA private certificate authority
(CA) that issued the certificate. This has the following format:
final
- createdAt → DateTime?
-
The time at which the certificate was requested. This value exists only when
the certificate type is
AMAZON_ISSUED
.final - domainName → String?
-
The fully qualified domain name for the certificate, such as www.example.com
or example.com.
final
-
domainValidationOptions
→ List<
DomainValidation> ? -
Contains information about the initial validation of each domain name that
occurs as a result of the RequestCertificate request. This field
exists only when the certificate type is
AMAZON_ISSUED
.final -
extendedKeyUsages
→ List<
ExtendedKeyUsage> ? -
Contains a list of Extended Key Usage X.509 v3 extension objects. Each
object specifies a purpose for which the certificate public key can be used
and consists of a name and an object identifier (OID).
final
- failureReason → FailureReason?
-
The reason the certificate request failed. This value exists only when the
certificate status is
FAILED
. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.final - hashCode → int
-
The hash code for this object.
no setterinherited
- importedAt → DateTime?
-
The date and time at which the certificate was imported. This value exists
only when the certificate type is
IMPORTED
.final -
inUseBy
→ List<
String> ? -
A list of ARNs for the AWS resources that are using the certificate. A
certificate can be used by multiple AWS resources.
final
- issuedAt → DateTime?
-
The time at which the certificate was issued. This value exists only when
the certificate type is
AMAZON_ISSUED
.final - issuer → String?
-
The name of the certificate authority that issued and signed the
certificate.
final
- keyAlgorithm → KeyAlgorithm?
-
The algorithm that was used to generate the public-private key pair.
final
-
keyUsages
→ List<
KeyUsage> ? -
A list of Key Usage X.509 v3 extension objects. Each object is a string
value that identifies the purpose of the public key contained in the
certificate. Possible extension values include DIGITAL_SIGNATURE,
KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
final
- notAfter → DateTime?
-
The time after which the certificate is not valid.
final
- notBefore → DateTime?
-
The time before which the certificate is not valid.
final
- options → CertificateOptions?
-
Value that specifies whether to add the certificate to a transparency log.
Certificate transparency makes it possible to detect SSL certificates that
have been mistakenly or maliciously issued. A browser might respond to
certificate that has not been logged by showing an error message. The logs
are cryptographically secure.
final
- renewalEligibility → RenewalEligibility?
-
Specifies whether the certificate is eligible for renewal. At this time,
only exported private certificates can be renewed with the
RenewCertificate command.
final
- renewalSummary → RenewalSummary?
-
Contains information about the status of ACM's managed
renewal for the certificate. This field exists only when the certificate
type is
AMAZON_ISSUED
.final - revocationReason → RevocationReason?
-
The reason the certificate was revoked. This value exists only when the
certificate status is
REVOKED
.final - revokedAt → DateTime?
-
The time at which the certificate was revoked. This value exists only when
the certificate status is
REVOKED
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serial → String?
-
The serial number of the certificate.
final
- signatureAlgorithm → String?
-
The algorithm that was used to sign the certificate.
final
- status → CertificateStatus?
-
The status of the certificate.
final
- subject → String?
-
The name of the entity that is associated with the public key contained in
the certificate.
final
-
subjectAlternativeNames
→ List<
String> ? -
One or more domain names (subject alternative names) included in the
certificate. This list contains the domain names that are bound to the
public key that is contained in the certificate. The subject alternative
names include the canonical domain name (CN) of the certificate and
additional domain names that can be used to connect to the website.
final
- type → CertificateType?
-
The source of the certificate. For certificates provided by ACM, this value
is
AMAZON_ISSUED
. For certificates that you imported with ImportCertificate, this value isIMPORTED
. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.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