View Source GoogleApi.Compute.V1.Model.ShieldedInstanceIdentityEntry (google_api_compute v0.56.2)

A Shielded Instance Identity Entry.

Attributes

  • ekCert (type: String.t, default: nil) - A PEM-encoded X.509 certificate. This field can be empty.
  • ekPub (type: String.t, default: nil) - A PEM-encoded public key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ShieldedInstanceIdentityEntry{
  ekCert: String.t() | nil,
  ekPub: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.