CertificateDetail constructor

CertificateDetail({
  1. String? certificateArn,
  2. String? certificateAuthorityArn,
  3. DateTime? createdAt,
  4. String? domainName,
  5. List<DomainValidation>? domainValidationOptions,
  6. List<ExtendedKeyUsage>? extendedKeyUsages,
  7. FailureReason? failureReason,
  8. DateTime? importedAt,
  9. List<String>? inUseBy,
  10. DateTime? issuedAt,
  11. String? issuer,
  12. KeyAlgorithm? keyAlgorithm,
  13. List<KeyUsage>? keyUsages,
  14. DateTime? notAfter,
  15. DateTime? notBefore,
  16. CertificateOptions? options,
  17. RenewalEligibility? renewalEligibility,
  18. RenewalSummary? renewalSummary,
  19. RevocationReason? revocationReason,
  20. DateTime? revokedAt,
  21. String? serial,
  22. String? signatureAlgorithm,
  23. CertificateStatus? status,
  24. String? subject,
  25. List<String>? subjectAlternativeNames,
  26. 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,
});