Class: Google::Cloud::Security::PrivateCA::V1::CertificateAuthority::AccessUrls

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/resources.rb

Overview

URLs where a CertificateAuthority will publish content.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.



154
155
156
157
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 154

class AccessUrls
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#crl_access_urls::Array<::String>

Returns 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.



154
155
156
157
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 154

class AccessUrls
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end