View Source GoogleApi.Compute.V1.Model.ShieldedInstanceIdentity (google_api_compute v0.56.0)

A Shielded Instance Identity.

Attributes

  • encryptionKey (type: GoogleApi.Compute.V1.Model.ShieldedInstanceIdentityEntry.t, default: nil) - An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
  • kind (type: String.t, default: compute#shieldedInstanceIdentity) - [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
  • signingKey (type: GoogleApi.Compute.V1.Model.ShieldedInstanceIdentityEntry.t, default: nil) - An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ShieldedInstanceIdentity{
  encryptionKey:
    GoogleApi.Compute.V1.Model.ShieldedInstanceIdentityEntry.t() | nil,
  kind: String.t() | nil,
  signingKey: GoogleApi.Compute.V1.Model.ShieldedInstanceIdentityEntry.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.