Class CertificateAuthorityDomainConfig
CertificateAuthorityDomainConfig configures one or more fully qualified domain names (FQDN) to a specific certificate.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.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. Wilcards 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 |