UserDefinedAccessUrls(mapping=None, *, ignore_unknown_fields=False, **kwargs)
User-defined URLs for accessing content published by this CertificateAuthority.
Attributes |
|
---|---|
Name | Description |
aia_issuing_certificate_urls |
MutableSequence[str]
Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default [Cloud Storage URLs][google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls.ca_certificate_access_url] will be omitted. |
crl_access_urls |
MutableSequence[str]
Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default [Cloud Storage URLs][google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls.crl_access_urls] will be omitted. |