Class: Google::Cloud::Security::PrivateCA::V1::SubordinateConfig

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

Describes a subordinate CA's issuers. This is either a resource name to a known issuing CertificateAuthority, or a PEM issuer certificate chain.

Defined Under Namespace

Classes: SubordinateConfigChain

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority::String

Returns Required. This can refer to a CertificateAuthority that was used to create a subordinate CertificateAuthority. This field is used for information and usability purposes only. The resource name is in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.

Note: The following fields are mutually exclusive: certificate_authority, pem_issuer_chain. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Required. This can refer to a CertificateAuthority that was used to create a subordinate CertificateAuthority. This field is used for information and usability purposes only. The resource name is in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.

    Note: The following fields are mutually exclusive: certificate_authority, pem_issuer_chain. If a field in that set is populated, all other fields in the set will automatically be cleared.



1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1040

class SubordinateConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This message describes a subordinate CA's issuer certificate chain. This
  # wrapper exists for compatibility reasons.
  # @!attribute [rw] pem_certificates
  #   @return [::Array<::String>]
  #     Required. Expected to be in leaf-to-root order according to RFC 5246.
  class SubordinateConfigChain
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#pem_issuer_chain::Google::Cloud::Security::PrivateCA::V1::SubordinateConfig::SubordinateConfigChain

Returns Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself.

Note: The following fields are mutually exclusive: pem_issuer_chain, certificate_authority. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1040

class SubordinateConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This message describes a subordinate CA's issuer certificate chain. This
  # wrapper exists for compatibility reasons.
  # @!attribute [rw] pem_certificates
  #   @return [::Array<::String>]
  #     Required. Expected to be in leaf-to-root order according to RFC 5246.
  class SubordinateConfigChain
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end