Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::AccessUrls.
URLs where a CertificateAuthority will publish content.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ca_certificate_access_url
def ca_certificate_access_url() -> ::String
Returns
- (::String) — The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.
#ca_certificate_access_url=
def ca_certificate_access_url=(value) -> ::String
Parameter
- value (::String) — The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.
Returns
- (::String) — The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.
#crl_access_url
def crl_access_url() -> ::String
Returns
- (::String) — The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.
#crl_access_url=
def crl_access_url=(value) -> ::String
Parameter
- value (::String) — The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.
Returns
- (::String) — The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.