Class: Google::Cloud::Security::PrivateCA::V1::CertificateConfig::SubjectConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::CertificateConfig::SubjectConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/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
-
#subject ⇒ ::Google::Cloud::Security::PrivateCA::V1::Subject
Optional.
-
#subject_alt_name ⇒ ::Google::Cloud::Security::PrivateCA::V1::SubjectAltNames
Optional.
Instance Attribute Details
#subject ⇒ ::Google::Cloud::Security::PrivateCA::V1::Subject
Returns Optional. Contains distinguished name fields such as the common name, location and organization.
1070 1071 1072 1073 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1070 class SubjectConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subject_alt_name ⇒ ::Google::Cloud::Security::PrivateCA::V1::SubjectAltNames
Returns Optional. The subject alternative name fields.
1070 1071 1072 1073 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 1070 class SubjectConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |