Class TrustStore
Defines a trust store.
Implements
Inherited Members
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> |