Class CertificateAuthorityServiceConfig
Contains information required to contact CA service.
Implements
Inherited Members
Namespace: Google.Apis.CertificateManager.v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class CertificateAuthorityServiceConfig : IDirectResponseSchema
Properties
CaPool
Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".
Declaration
[JsonProperty("caPool")]
public virtual string CaPool { 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 |