Class ShieldedInstanceIdentity
A Shielded Instance Identity.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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 |
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 |