GoogleApi.Compute.V1.Model.ShieldedInstanceIdentity (google_api_compute v0.29.0) View Source
A shielded Instance identity entry.
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(),
kind: String.t(),
signingKey: GoogleApi.Compute.V1.Model.ShieldedInstanceIdentityEntry.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.