Show / Hide Table of Contents

Class ShieldedInstanceIdentity

A Shielded Instance Identity.

Inheritance
object
ShieldedInstanceIdentity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ShieldedInstanceIdentity : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EccP256EncryptionKey

An Endorsement Key (EK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.

Declaration
[JsonProperty("eccP256EncryptionKey")]
public virtual ShieldedInstanceIdentityEntry EccP256EncryptionKey { get; set; }
Property Value
Type Description
ShieldedInstanceIdentityEntry

EccP256SigningKey

An Attestation Key (AK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.

Declaration
[JsonProperty("eccP256SigningKey")]
public virtual ShieldedInstanceIdentityEntry EccP256SigningKey { get; set; }
Property Value
Type Description
ShieldedInstanceIdentityEntry

EncryptionKey

An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

Declaration
[JsonProperty("encryptionKey")]
public virtual ShieldedInstanceIdentityEntry EncryptionKey { get; set; }
Property Value
Type Description
ShieldedInstanceIdentityEntry

Kind

[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

SigningKey

An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

Declaration
[JsonProperty("signingKey")]
public virtual ShieldedInstanceIdentityEntry SigningKey { get; set; }
Property Value
Type Description
ShieldedInstanceIdentityEntry

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX