Show / Hide Table of Contents

Class SslCertificateSelfManagedSslCertificate

Configuration and status of a self-managed SSL certificate.

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

Properties

Certificate

A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.

Declaration
[JsonProperty("certificate")]
public virtual string Certificate { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

PrivateKey

A write-only private key in PEM format. Only insert requests will include this field.

Declaration
[JsonProperty("privateKey")]
public virtual string PrivateKey { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX