Certificate Authority v1beta1 API - Class Subject (2.0.0-beta02)

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.

Inheritance

Object > Subject

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

Subject()

public Subject()

Subject(Subject)

public Subject(Subject other)
Parameter
NameDescription
otherSubject

Properties

CountryCode

public string CountryCode { get; set; }

The country code of the subject.

Property Value
TypeDescription
String

Locality

public string Locality { get; set; }

The locality or city of the subject.

Property Value
TypeDescription
String

Organization

public string Organization { get; set; }

The organization of the subject.

Property Value
TypeDescription
String

OrganizationalUnit

public string OrganizationalUnit { get; set; }

The organizational_unit of the subject.

Property Value
TypeDescription
String

PostalCode

public string PostalCode { get; set; }

The postal code of the subject.

Property Value
TypeDescription
String

Province

public string Province { get; set; }

The province, territory, or regional state of the subject.

Property Value
TypeDescription
String

StreetAddress

public string StreetAddress { get; set; }

The street address of the subject.

Property Value
TypeDescription
String