Properties of a SubjectDescription.
Package
@google-cloud/security-private-ca!Properties
commonName
commonName?: (string|null);
SubjectDescription commonName
Type | Description |
(string|null) |
hexSerialNumber
hexSerialNumber?: (string|null);
SubjectDescription hexSerialNumber
Type | Description |
(string|null) |
lifetime
lifetime?: (google.protobuf.IDuration|null);
SubjectDescription lifetime
Type | Description |
(google.protobuf.IDuration|null) |
notAfterTime
notAfterTime?: (google.protobuf.ITimestamp|null);
SubjectDescription notAfterTime
Type | Description |
(google.protobuf.ITimestamp|null) |
notBeforeTime
notBeforeTime?: (google.protobuf.ITimestamp|null);
SubjectDescription notBeforeTime
Type | Description |
(google.protobuf.ITimestamp|null) |
subject
subject?: (google.cloud.security.privateca.v1beta1.ISubject|null);
SubjectDescription subject
Type | Description |
(google.cloud.security.privateca.v1beta1.ISubject|null) |
subjectAltName
subjectAltName?: (google.cloud.security.privateca.v1beta1.ISubjectAltNames|null);
SubjectDescription subjectAltName
Type | Description |
(google.cloud.security.privateca.v1beta1.ISubjectAltNames|null) |