View Source GoogleApi.PrivateCA.V1.Model.SubjectAltNames (google_api_private_ca v0.15.0)

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.V1.Model.X509Extension.t), default: nil) - Contains additional subject alternative name values. For each custom_san, the value field must contain an ASN.1 encoded UTF8String.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.SubjectAltNames{
  customSans: [GoogleApi.PrivateCA.V1.Model.X509Extension.t()] | nil,
  dnsNames: [String.t()] | nil,
  emailAddresses: [String.t()] | nil,
  ipAddresses: [String.t()] | nil,
  uris: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.