Show / Hide Table of Contents

Class ShieldedInstanceIdentityEntry

A Shielded Instance Identity Entry.

Inheritance
System.Object
ShieldedInstanceIdentityEntry
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ShieldedInstanceIdentityEntry : IDirectResponseSchema

Properties

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
System.String

EkPub

A PEM-encoded public key.

Declaration
[JsonProperty("ekPub")]
public virtual string EkPub { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top