View Source GoogleApi.PrivateCA.V1.Model.CertificateFingerprint (google_api_private_ca v0.13.0)

A group of fingerprints for the x509 certificate.

Attributes

  • sha256Hash (type: String.t, default: nil) - The SHA 256 hash, encoded in hexadecimal, of the DER x509 certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.CertificateFingerprint{
  sha256Hash: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.