public sealed class TrustConfig.Types.TrustAnchor : IMessage<TrustConfig.Types.TrustAnchor>, IEquatable<TrustConfig.Types.TrustAnchor>, IDeepCloneable<TrustConfig.Types.TrustAnchor>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Manager v1 API class TrustConfig.Types.TrustAnchor.
Defines a trust anchor.
Implements
IMessageTrustConfigTypesTrustAnchor, IEquatableTrustConfigTypesTrustAnchor, IDeepCloneableTrustConfigTypesTrustAnchor, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
TrustAnchor()
public TrustAnchor()TrustAnchor(TrustAnchor)
public TrustAnchor(TrustConfig.Types.TrustAnchor other)| Parameter | |
|---|---|
| Name | Description |
other |
TrustConfigTypesTrustAnchor |
Properties
HasPemCertificate
public bool HasPemCertificate { get; }Gets whether the "pem_certificate" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
KindCase
public TrustConfig.Types.TrustAnchor.KindOneofCase KindCase { get; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|