Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::AgentGateway::NetworkConfig::Egress::TrustConfig.
TrustConfig defines the trust configuration for egress.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pem_certificates
def pem_certificates() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.
#pem_certificates=
def pem_certificates=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.
Returns
- (::Array<::String>) — Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.