Class: Google::Cloud::Security::PrivateCA::V1beta1::CertificateConfig::SubjectConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::CertificateConfig::SubjectConfig
- 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
-
#common_name ⇒ ::String
Optional.
-
#subject ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::Subject
Required.
-
#subject_alt_name ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::SubjectAltNames
Optional.
Instance Attribute Details
#common_name ⇒ ::String
Returns 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.
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.
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 |