Class AgentGatewayNetworkConfigEgressTrustConfig
TrustConfig defines the trust configuration for egress.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class AgentGatewayNetworkConfigEgressTrustConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PemCertificates
Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.
Declaration
[JsonProperty("pemCertificates")]
public virtual IList<string> PemCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |