Class CertificateConfigPair
CertificateConfigPair configures pairs of certificates, which is used for client certificate and key pairs under a registry.
Implements
Inherited Members
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 |