Class: Google::Cloud::Security::PrivateCA::V1beta1::Subject
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::Subject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.
Instance Attribute Summary collapse
-
#country_code ⇒ ::String
The country code of the subject.
-
#locality ⇒ ::String
The locality or city of the subject.
-
#organization ⇒ ::String
The organization of the subject.
-
#organizational_unit ⇒ ::String
The organizational_unit of the subject.
-
#postal_code ⇒ ::String
The postal code of the subject.
-
#province ⇒ ::String
The province, territory, or regional state of the subject.
-
#street_address ⇒ ::String
The street address of the subject.
Instance Attribute Details
#country_code ⇒ ::String
Returns The country code of the subject.
910 911 912 913 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 910 class Subject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#locality ⇒ ::String
Returns The locality or city of the subject.
910 911 912 913 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 910 class Subject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization ⇒ ::String
Returns The organization of the subject.
910 911 912 913 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 910 class Subject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organizational_unit ⇒ ::String
Returns The organizational_unit of the subject.
910 911 912 913 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 910 class Subject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postal_code ⇒ ::String
Returns The postal code of the subject.
910 911 912 913 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 910 class Subject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |