Show / Hide Table of Contents

Class ShieldedVmIdentity

A Shielded VM Identity.

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

Properties

EncryptionKey

An Endorsement Key (EK) issued to the Shielded VM's vTPM.

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

ETag

The ETag of the item.

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

Kind

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

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

SigningKey

An Attestation Key (AK) issued to the Shielded VM's vTPM.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top