GoogleApi.Compute.V1.Model.ShieldedInstanceIdentity (google_api_compute v0.47.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.