Get Endpoint Policy Result
data class GetEndpointPolicyResult(val authorizationPolicy: String, val clientTlsPolicy: String, val createTime: String, val description: String, val endpointMatcher: EndpointMatcherResponse, val labels: Map<String, String>, val name: String, val serverTlsPolicy: String, val trafficPortSelector: TrafficPortSelectorResponse, val type: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetEndpointPolicyResult(authorizationPolicy: String, clientTlsPolicy: String, createTime: String, description: String, endpointMatcher: EndpointMatcherResponse, labels: Map<String, String>, name: String, serverTlsPolicy: String, trafficPortSelector: TrafficPortSelectorResponse, type: String, updateTime: String)
Types
Properties
Link copied to clipboard
Optional. A URL referring to a ClientTlsPolicy resource. ClientTlsPolicy can be set to specify the authentication for traffic from the proxy to the actual endpoints. More specifically, it is applied to the outgoing traffic from the proxy to the endpoint. This is typically used for sidecar model where the proxy identifies itself as endpoint to the control plane, with the connection between sidecar and endpoint requiring authentication. If this field is not set, authentication is disabled(open). Applicable only when EndpointPolicyType is SIDECAR_PROXY.
Link copied to clipboard
Link copied to clipboard