Authority Access Url
data class AuthorityAccessUrl(val caCertificateAccessUrl: String? = null, val crlAccessUrls: List<String>? = null)
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
(Output) The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.