public sealed class Subject : IMessage<Subject>, IEquatable<Subject>, IDeepCloneable<Subject>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1beta1 API class Subject.
[Subject][google.cloud.security.privateca.v1beta1.Subject] describes parts of a distinguished name that, in turn, describes the subject of the certificate.
Implements
IMessage<Subject>, IEquatable<Subject>, IDeepCloneable<Subject>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Beta1Assembly
Google.Cloud.Security.PrivateCA.V1Beta1.dll
Constructors
Subject()
public Subject()
Subject(Subject)
public Subject(Subject other)
Name | Description |
other | Subject |
Properties
CountryCode
public string CountryCode { get; set; }
The country code of the subject.
Type | Description |
String |
Locality
public string Locality { get; set; }
The locality or city of the subject.
Type | Description |
String |
Organization
public string Organization { get; set; }
The organization of the subject.
Type | Description |
String |
OrganizationalUnit
public string OrganizationalUnit { get; set; }
The organizational_unit of the subject.
Type | Description |
String |
PostalCode
public string PostalCode { get; set; }
The postal code of the subject.
Type | Description |
String |
Province
public string Province { get; set; }
The province, territory, or regional state of the subject.
Type | Description |
String |
StreetAddress
public string StreetAddress { get; set; }
The street address of the subject.
Type | Description |
String |