Show / Hide Table of Contents

Class ShieldedInstanceIdentityEntry

A Shielded Instance Identity Entry.

Inheritance
object
ShieldedInstanceIdentityEntry
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.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ShieldedInstanceIdentityEntry : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX