AccessUrlsResponse

data class AccessUrlsResponse(val caCertificateAccessUrl: String, val crlAccessUrls: List<String>)

URLs where a CertificateAuthority will publish content.

Constructors

Link copied to clipboard
fun AccessUrlsResponse(caCertificateAccessUrl: String, crlAccessUrls: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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