Google Cloud Key Management Service v1 API - Class KeyOperationAttestation.Types.CertificateChains (3.10.0)

public sealed class KeyOperationAttestation.Types.CertificateChains : IMessage<KeyOperationAttestation.Types.CertificateChains>, IEquatable<KeyOperationAttestation.Types.CertificateChains>, IDeepCloneable<KeyOperationAttestation.Types.CertificateChains>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class KeyOperationAttestation.Types.CertificateChains.

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

Inheritance

object > KeyOperationAttestation.Types.CertificateChains

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

CertificateChains()

public CertificateChains()

CertificateChains(CertificateChains)

public CertificateChains(KeyOperationAttestation.Types.CertificateChains other)
Parameter
NameDescription
otherKeyOperationAttestationTypesCertificateChains

Properties

CaviumCerts

public RepeatedField<string> CaviumCerts { get; }

Cavium certificate chain corresponding to the attestation.

Property Value
TypeDescription
RepeatedFieldstring

GoogleCardCerts

public RepeatedField<string> GoogleCardCerts { get; }

Google card certificate chain corresponding to the attestation.

Property Value
TypeDescription
RepeatedFieldstring

GooglePartitionCerts

public RepeatedField<string> GooglePartitionCerts { get; }

Google partition certificate chain corresponding to the attestation.

Property Value
TypeDescription
RepeatedFieldstring