Class AccessUrls (1.3.1)

AccessUrls(mapping=None, *, ignore_unknown_fields=False, **kwargs)

URLs where a CertificateAuthority will publish content.

Attributes

NameDescription
ca_certificate_access_url str
The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.
crl_access_urls Sequence[str]
The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

Inheritance

builtins.object > proto.message.Message > AccessUrls