AuthorityAccessUrl

data class AuthorityAccessUrl(val caCertificateAccessUrl: String? = null, val crlAccessUrls: List<String>? = null)

Constructors

Link copied to clipboard
constructor(caCertificateAccessUrl: String? = null, crlAccessUrls: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.

Link copied to clipboard
val crlAccessUrls: List<String>? = null

(Output) The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.