GoogleApi.PrivateCA.V1beta1.Model.SubjectAltNames (google_api_private_ca v0.4.1) View Source
SubjectAltNames corresponds to a more modern way of listing what the asserted identity is in a certificate (i.e., compared to the "common name" in the distinguished name).
Attributes
-
customSans(type:list(GoogleApi.PrivateCA.V1beta1.Model.X509Extension.t), default:nil) - Contains additional subject alternative name values. -
dnsNames(type:list(String.t), default:nil) - Contains only valid, fully-qualified host names. -
emailAddresses(type:list(String.t), default:nil) - Contains only valid RFC 2822 E-mail addresses. -
ipAddresses(type:list(String.t), default:nil) - Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses. -
uris(type:list(String.t), default:nil) - Contains only valid RFC 3986 URIs.
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.SubjectAltNames{
customSans: [GoogleApi.PrivateCA.V1beta1.Model.X509Extension.t()],
dnsNames: [String.t()],
emailAddresses: [String.t()],
ipAddresses: [String.t()],
uris: [String.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.