Get Proxy Config Result
data class GetProxyConfigResult(val authenticationInfo: GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfoResponse, val createTime: String, val displayName: String, val name: String, val proxyUri: String, val routingInfo: GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfoResponse, val transportInfo: GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfoResponse, val updateTime: String)
Constructors
Link copied to clipboard
constructor(authenticationInfo: GoogleCloudBeyondcorpPartnerservicesV1alphaAuthenticationInfoResponse, createTime: String, displayName: String, name: String, proxyUri: String, routingInfo: GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfoResponse, transportInfo: GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfoResponse, updateTime: String)
Properties
Link copied to clipboard
Optional. Information to facilitate Authentication against the proxy server.
Link copied to clipboard
Timestamp when the resource was created.
Link copied to clipboard
Optional. An arbitrary caller-provided name for the ProxyConfig. Cannot exceed 64 characters.
Link copied to clipboard
Routing info to direct traffic to the proxy server.
Link copied to clipboard
Transport layer information to verify for the proxy server.
Link copied to clipboard
Timestamp when the resource was last modified.