google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.ShieldedInstanceIdentity 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.