GetCertificateCertificatePolicyX509CertificateProperty

data class GetCertificateCertificatePolicyX509CertificateProperty(val extendedKeyUsages: List<String>, val keyUsages: List<String>, val subject: String, val subjectAlternativeNames: List<GetCertificateCertificatePolicyX509CertificatePropertySubjectAlternativeName>, val validityInMonths: Int)

Constructors

constructor(extendedKeyUsages: List<String>, keyUsages: List<String>, subject: String, subjectAlternativeNames: List<GetCertificateCertificatePolicyX509CertificatePropertySubjectAlternativeName>, validityInMonths: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Extended/Enhanced Key Usages.

Link copied to clipboard

A list of uses associated with this Key.

Link copied to clipboard

The Certificate's Subject.

Link copied to clipboard
Link copied to clipboard

The Certificates Validity Period in Months.