Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::TrustConfig::TrustStore.
Defines a trust store.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intermediate_cas
def intermediate_cas() -> ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::IntermediateCA>
-
(::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::IntermediateCA>) — 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.
#intermediate_cas=
def intermediate_cas=(value) -> ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::IntermediateCA>
-
value (::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::IntermediateCA>) — 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.
-
(::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::IntermediateCA>) — 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.
#trust_anchors
def trust_anchors() -> ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor>
- (::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor>) — List of Trust Anchors to be used while performing validation against a given TrustStore.
#trust_anchors=
def trust_anchors=(value) -> ::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor>
- value (::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor>) — List of Trust Anchors to be used while performing validation against a given TrustStore.
- (::Array<::Google::Cloud::CertificateManager::V1::TrustConfig::TrustAnchor>) — List of Trust Anchors to be used while performing validation against a given TrustStore.