Certificate Authority Service V1beta1 API - Class Google::Cloud::Security::PrivateCA::V1beta1::CertificateConfig::SubjectConfig (v0.3.6)

Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::CertificateConfig::SubjectConfig.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#common_name

def common_name() -> ::String
Returns
  • (::String) — Optional. The "common name" of the distinguished name.

#common_name=

def common_name=(value) -> ::String
Parameter
  • value (::String) — Optional. The "common name" of the distinguished name.
Returns
  • (::String) — Optional. The "common name" of the distinguished name.

#subject

def subject() -> ::Google::Cloud::Security::PrivateCA::V1beta1::Subject
Returns

#subject=

def subject=(value) -> ::Google::Cloud::Security::PrivateCA::V1beta1::Subject
Parameter
Returns

#subject_alt_name

def subject_alt_name() -> ::Google::Cloud::Security::PrivateCA::V1beta1::SubjectAltNames
Returns

#subject_alt_name=

def subject_alt_name=(value) -> ::Google::Cloud::Security::PrivateCA::V1beta1::SubjectAltNames
Parameter
Returns