Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::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_urls
def crl_access_urls() -> ::Array<::String>
Returns
- (::Array<::String>) — The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.
#crl_access_urls=
def crl_access_urls=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.
Returns
- (::Array<::String>) — The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.