GetAuthorityAccessUrl

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

Constructors

Link copied to clipboard
constructor(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 URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.