Class: Google::Cloud::Security::PrivateCA::V1beta1::CertificateConfig::SubjectConfig

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

Overview

These values are used to create the distinguished name and subject alternative name fields in an X.509 certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#common_name::String

Returns Optional. The "common name" of the distinguished name.

Returns:

  • (::String)

    Optional. The "common name" of the distinguished name.



683
684
685
686
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 683

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

#subject::Google::Cloud::Security::PrivateCA::V1beta1::Subject

Returns Required. Contains distinguished name fields such as the location and organization.

Returns:



683
684
685
686
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 683

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

#subject_alt_name::Google::Cloud::Security::PrivateCA::V1beta1::SubjectAltNames

Returns Optional. The subject alternative name fields.

Returns:



683
684
685
686
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 683

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