Show / Hide Table of Contents

Class SubordinateConfig

Describes a subordinate CA's issuers. This is either a resource name to a known issuing CertificateAuthority, or a PEM issuer certificate chain.

Inheritance
object
SubordinateConfig
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.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class SubordinateConfig : IDirectResponseSchema

Properties

CertificateAuthority

Required. This can refer to a CertificateAuthority that was used to create a subordinate CertificateAuthority. This field is used for information and usability purposes only. The resource name is in the format projects/*/locations/*/caPools/*/certificateAuthorities/*.

Declaration
[JsonProperty("certificateAuthority")]
public virtual string CertificateAuthority { 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

PemIssuerChain

Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself.

Declaration
[JsonProperty("pemIssuerChain")]
public virtual SubordinateConfigChain PemIssuerChain { get; set; }
Property Value
Type Description
SubordinateConfigChain

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX