Class: Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::AccessUrls
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::AccessUrls
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
URLs where a CertificateAuthority will publish content.
Instance Attribute Summary collapse
-
#ca_certificate_access_url ⇒ ::String
The URL where this CertificateAuthority's CA certificate is published.
-
#crl_access_url ⇒ ::String
The URL where this CertificateAuthority's CRLs are published.
Instance Attribute Details
#ca_certificate_access_url ⇒ ::String
Returns The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.
243 244 245 246 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 243 class AccessUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#crl_access_url ⇒ ::String
Returns The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.
243 244 245 246 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 243 class AccessUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |