Show / Hide Table of Contents

Class CertificateConfigPair

CertificateConfigPair configures pairs of certificates, which is used for client certificate and key pairs under a registry.

Inheritance
object
CertificateConfigPair
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.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class CertificateConfigPair : IDirectResponseSchema

Properties

Cert

Cert configures the client certificate.

Declaration
[JsonProperty("cert")]
public virtual CertificateConfig Cert { get; set; }
Property Value
Type Description
CertificateConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Key

Key configures the client private key. Optional.

Declaration
[JsonProperty("key")]
public virtual CertificateConfig Key { get; set; }
Property Value
Type Description
CertificateConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX