Show / Hide Table of Contents

Class CertificateAuthorityDomainConfig

CertificateAuthorityDomainConfig configures one or more fully qualified domain names (FQDN) to a specific certificate.

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

Properties

ETag

The ETag of the item.

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

Fqdns

List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000

Declaration
[JsonProperty("fqdns")]
public virtual IList<string> Fqdns { get; set; }
Property Value
Type Description
IList<string>

GcpSecretManagerCertificateConfig

Google Secret Manager (GCP) certificate configuration.

Declaration
[JsonProperty("gcpSecretManagerCertificateConfig")]
public virtual GCPSecretManagerCertificateConfig GcpSecretManagerCertificateConfig { get; set; }
Property Value
Type Description
GCPSecretManagerCertificateConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX