Show / Hide Table of Contents

Class AgentGatewayAgentGatewayOutputCard

AgentGatewayOutputCard contains informational output-only fields

Inheritance
object
AgentGatewayAgentGatewayOutputCard
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX