Class ShieldedVmIdentityEntry
A Shielded Instance Identity Entry.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ShieldedVmIdentityEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EkCert
A PEM-encoded X.509 certificate. This field can be empty.
Declaration
[JsonProperty("ekCert")]
public virtual string EkCert { get; set; }
Property Value
Type | Description |
---|---|
string |
EkPub
A PEM-encoded public key.
Declaration
[JsonProperty("ekPub")]
public virtual string EkPub { get; set; }
Property Value
Type | Description |
---|---|
string |