Show / Hide Table of Contents

Class TrustStore

Defines a trust store.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IntermediateCas

Optional. Set of intermediate CA certificates used for the path building phase of chain validation. The field is currently not supported if TrustConfig is used for the workload certificate feature.

Declaration
[JsonProperty("intermediateCas")]
public virtual IList<IntermediateCA> IntermediateCas { get; set; }
Property Value
Type Description
IList<IntermediateCA>

TrustAnchors

Optional. List of Trust Anchors to be used while performing validation against a given TrustStore.

Declaration
[JsonProperty("trustAnchors")]
public virtual IList<TrustAnchor> TrustAnchors { get; set; }
Property Value
Type Description
IList<TrustAnchor>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX