Show / Hide Table of Contents

Class TlsCertificateContext

[Deprecated] Defines the mechanism to obtain the client or server certificate. Defines the mechanism to obtain the client or server certificate.

Inheritance
object
TlsCertificateContext
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 TlsCertificateContext : IDirectResponseSchema

Properties

CertificatePaths

Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.

Declaration
[JsonProperty("certificatePaths")]
public virtual TlsCertificatePaths CertificatePaths { get; set; }
Property Value
Type Description
TlsCertificatePaths

CertificateSource

Defines how TLS certificates are obtained.

Declaration
[JsonProperty("certificateSource")]
public virtual string CertificateSource { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX