Class ShieldedVmIdentity
A Shielded VM Identity.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |