Class TlsValidationContext
[Deprecated] Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. validate the client/server certificate.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class TlsValidationContext : IDirectResponseSchema
Properties
CertificatePath
The path to the file holding the CA certificate to validate the client or server certificate.
Declaration
[JsonProperty("certificatePath")]
public virtual string CertificatePath { 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 |
SdsConfig
Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS.
Declaration
[JsonProperty("sdsConfig")]
public virtual SdsConfig SdsConfig { get; set; }
Property Value
Type | Description |
---|---|
SdsConfig |
ValidationSource
Defines how TLS certificates are obtained.
Declaration
[JsonProperty("validationSource")]
public virtual string ValidationSource { get; set; }
Property Value
Type | Description |
---|---|
string |