Class SslCertificateSelfManagedSslCertificate
Configuration and status of a self-managed SSL certificate.
Implements
Inherited Members
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 |
---|---|
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 |