Google Certificate Authority Service V1 Client - Class SubjectConfig (1.2.2)

Reference documentation and code samples for the Google Certificate Authority Service V1 Client class SubjectConfig.

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

Generated from protobuf message google.cloud.security.privateca.v1.CertificateConfig.SubjectConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ subject Google\Cloud\Security\PrivateCA\V1\Subject

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

↳ subject_alt_name Google\Cloud\Security\PrivateCA\V1\SubjectAltNames

Optional. The subject alternative name fields.

getSubject

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

Returns
TypeDescription
Google\Cloud\Security\PrivateCA\V1\Subject|null

hasSubject

clearSubject

setSubject

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

Parameter
NameDescription
var Google\Cloud\Security\PrivateCA\V1\Subject
Returns
TypeDescription
$this

getSubjectAltName

Optional. The subject alternative name fields.

Returns
TypeDescription
Google\Cloud\Security\PrivateCA\V1\SubjectAltNames|null

hasSubjectAltName

clearSubjectAltName

setSubjectAltName

Optional. The subject alternative name fields.

Parameter
NameDescription
var Google\Cloud\Security\PrivateCA\V1\SubjectAltNames
Returns
TypeDescription
$this