Certificate Manager v1 API - Class TrustConfig.Types.TrustAnchor (2.6.0)

public sealed class TrustConfig.Types.TrustAnchor : IMessage<TrustConfig.Types.TrustAnchor>, IEquatable<TrustConfig.Types.TrustAnchor>, IDeepCloneable<TrustConfig.Types.TrustAnchor>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Manager v1 API class TrustConfig.Types.TrustAnchor.

Defines a trust anchor.

Inheritance

object > TrustConfig.Types.TrustAnchor

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

TrustAnchor()

public TrustAnchor()

TrustAnchor(TrustAnchor)

public TrustAnchor(TrustConfig.Types.TrustAnchor other)
Parameter
NameDescription
otherTrustConfigTypesTrustAnchor

Properties

HasPemCertificate

public bool HasPemCertificate { get; }

Gets whether the "pem_certificate" field is set

Property Value
TypeDescription
bool

KindCase

public TrustConfig.Types.TrustAnchor.KindOneofCase KindCase { get; }
Property Value
TypeDescription
TrustConfigTypesTrustAnchorKindOneofCase

PemCertificate

public string PemCertificate { get; set; }

PEM root certificate of the PKI used for validation.

Each certificate provided in PEM format may occupy up to 5kB.

Property Value
TypeDescription
string