CertificateDetail constructor
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,
Implementation
CertificateDetail({
this.certificateArn,
this.certificateAuthorityArn,
this.createdAt,
this.domainName,
this.domainValidationOptions,
this.extendedKeyUsages,
this.failureReason,
this.importedAt,
this.inUseBy,
this.issuedAt,
this.issuer,
this.keyAlgorithm,
this.keyUsages,
this.notAfter,
this.notBefore,
this.options,
this.renewalEligibility,
this.renewalSummary,
this.revocationReason,
this.revokedAt,
this.serial,
this.signatureAlgorithm,
this.status,
this.subject,
this.subjectAlternativeNames,
this.type,
});