Class SubordinateConfigChain
This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class SubordinateConfigChain : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PemCertificates
Required. Expected to be in leaf-to-root order according to RFC 5246.
Declaration
[JsonProperty("pemCertificates")]
public virtual IList<string> PemCertificates { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |