GoogleApi.PrivateCA.V1beta1.Model.SubjectConfig (google_api_private_ca v0.4.1) View Source
These values are used to create the distinguished name and subject alternative name fields in an X.509 certificate.
Attributes
-
commonName(type:String.t, default:nil) - Optional. The "common name" of the distinguished name. -
subject(type:GoogleApi.PrivateCA.V1beta1.Model.Subject.t, default:nil) - Required. Contains distinguished name fields such as the location and organization. -
subjectAltName(type:GoogleApi.PrivateCA.V1beta1.Model.SubjectAltNames.t, default:nil) - Optional. 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.SubjectConfig{
commonName: String.t(),
subject: GoogleApi.PrivateCA.V1beta1.Model.Subject.t(),
subjectAltName: GoogleApi.PrivateCA.V1beta1.Model.SubjectAltNames.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.