GoogleApi.PrivateCA.V1beta1.Model.SubjectDescription (google_api_private_ca v0.7.1) View Source
These values describe fields in an issued X.509 certificate such as the distinguished name, subject alternative names, serial number, and lifetime.
Attributes
-
commonName
(type:String.t
, default:nil
) - The "common name" of the distinguished name. -
hexSerialNumber
(type:String.t
, default:nil
) - The serial number encoded in lowercase hexadecimal. -
lifetime
(type:String.t
, default:nil
) - For convenience, the actual lifetime of an issued certificate. Corresponds to 'not_after_time' - 'not_before_time'. -
notAfterTime
(type:DateTime.t
, default:nil
) - The time at which the certificate expires. -
notBeforeTime
(type:DateTime.t
, default:nil
) - The time at which the certificate becomes valid. -
subject
(type:GoogleApi.PrivateCA.V1beta1.Model.Subject.t
, default:nil
) - Contains distinguished name fields such as the location and organization. -
subjectAltName
(type:GoogleApi.PrivateCA.V1beta1.Model.SubjectAltNames.t
, default:nil
) - The subject alternative name fields.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PrivateCA.V1beta1.Model.SubjectDescription{ commonName: String.t() | nil, hexSerialNumber: String.t() | nil, lifetime: String.t() | nil, notAfterTime: DateTime.t() | nil, notBeforeTime: DateTime.t() | nil, subject: GoogleApi.PrivateCA.V1beta1.Model.Subject.t() | nil, subjectAltName: GoogleApi.PrivateCA.V1beta1.Model.SubjectAltNames.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.