Class TlsContext
[Deprecated] The TLS settings for the client or server. The TLS settings for the client or server.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class TlsContext : IDirectResponseSchema
Properties
CertificateContext
Defines the mechanism to obtain the client or server certificate.
Declaration
[JsonProperty("certificateContext")]
public virtual TlsCertificateContext CertificateContext { get; set; }
Property Value
Type | Description |
---|---|
TlsCertificateContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidationContext
Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.
Declaration
[JsonProperty("validationContext")]
public virtual TlsValidationContext ValidationContext { get; set; }
Property Value
Type | Description |
---|---|
TlsValidationContext |