GetEndpointPolicyResult

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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. This field specifies the URL of AuthorizationPolicy resource that applies authorization policies to the inbound traffic at the matched endpoints. Refer to Authorization. If this field is not specified, authorization is disabled(no authz checks) for this endpoint.

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

The timestamp when the resource was created.

Link copied to clipboard

Optional. A free-text description of the resource. Max length 1024 characters.

Link copied to clipboard

A matcher that selects endpoints to which the policies should be applied.

Link copied to clipboard

Optional. Set of label tags associated with the EndpointPolicy resource.

Link copied to clipboard

Name of the EndpointPolicy resource. It matches pattern projects/{project}/locations/global/endpointPolicies/{endpoint_policy}.

Link copied to clipboard

Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used to determine the authentication policy to be applied to terminate the inbound traffic at the identified backends. If this field is not set, authentication is disabled(open) for this endpoint.

Link copied to clipboard

Optional. Port selector for the (matched) endpoints. If no port selector is provided, the matched config is applied to all ports.

Link copied to clipboard

The type of endpoint policy. This is primarily used to validate the configuration.

Link copied to clipboard

The timestamp when the resource was updated.