GoogleApi.PrivateCA.V1beta1.Model.SubjectAltNames (google_api_private_ca v0.7.3) 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()] | nil,
  dnsNames: [String.t()] | nil,
  emailAddresses: [String.t()] | nil,
  ipAddresses: [String.t()] | nil,
  uris: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.