Class SslCertificateSelfManagedSslCertificate
Configuration and status of a self-managed SSL certificate.
Inheritance
System.Object
SslCertificateSelfManagedSslCertificate
Implements
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 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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |