Show / Hide Table of Contents

Class ShieldedVmIdentity

A Shielded VM Identity.

Inheritance
object
ShieldedVmIdentity
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 ShieldedVmIdentity : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

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

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
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

IDirectResponseSchema
In this article
Back to top Generated by DocFX