Interface protos.google.cloud.security.privateca.v1beta1.ISubject (2.5.0)

Properties of a Subject.

Package

@google-cloud/security-private-ca!

Properties

countryCode

countryCode?: (string|null);

Subject countryCode

Property Value
TypeDescription
(string|null)

locality

locality?: (string|null);

Subject locality

Property Value
TypeDescription
(string|null)

organization

organization?: (string|null);

Subject organization

Property Value
TypeDescription
(string|null)

organizationalUnit

organizationalUnit?: (string|null);

Subject organizationalUnit

Property Value
TypeDescription
(string|null)

postalCode

postalCode?: (string|null);

Subject postalCode

Property Value
TypeDescription
(string|null)

province

province?: (string|null);

Subject province

Property Value
TypeDescription
(string|null)

streetAddress

streetAddress?: (string|null);

Subject streetAddress

Property Value
TypeDescription
(string|null)