View Source GoogleApi.PrivateCA.V1.Model.SubjectConfig (google_api_private_ca v0.14.0)
These values are used to create the distinguished name and subject alternative name fields in an X.509 certificate.
Attributes
-
subject
(type:GoogleApi.PrivateCA.V1.Model.Subject.t
, default:nil
) - Optional. Contains distinguished name fields such as the common name, location and organization. -
subjectAltName
(type:GoogleApi.PrivateCA.V1.Model.SubjectAltNames.t
, default:nil
) - Optional. The subject alternative name fields.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PrivateCA.V1.Model.SubjectConfig{ subject: GoogleApi.PrivateCA.V1.Model.Subject.t() | nil, subjectAltName: GoogleApi.PrivateCA.V1.Model.SubjectAltNames.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.