Class AgentGatewayAgentGatewayOutputCard
AgentGatewayOutputCard contains informational output-only fields
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class AgentGatewayAgentGatewayOutputCard : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MtlsEndpoint
Output only. mTLS Endpoint associated with this AgentGateway
Declaration
[JsonProperty("mtlsEndpoint")]
public virtual string MtlsEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RootCertificates
Output only. Root Certificates for Agents to validate this AgentGateway
Declaration
[JsonProperty("rootCertificates")]
public virtual IList<string> RootCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ServiceExtensionsServiceAccount
Output only. Service Account used by Service Extensions to operate.
Declaration
[JsonProperty("serviceExtensionsServiceAccount")]
public virtual string ServiceExtensionsServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |