Endpoint Policy Args
data class EndpointPolicyArgs(val authorizationPolicy: Output<String>? = null, val clientTlsPolicy: Output<String>? = null, val description: Output<String>? = null, val endpointMatcher: Output<EndpointMatcherArgs>? = null, val endpointPolicyId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val serverTlsPolicy: Output<String>? = null, val trafficPortSelector: Output<TrafficPortSelectorArgs>? = null, val type: Output<EndpointPolicyType>? = null) : ConvertibleToJava<EndpointPolicyArgs>
Creates a new EndpointPolicy in a given project and location.
Constructors
Link copied to clipboard
fun EndpointPolicyArgs(authorizationPolicy: Output<String>? = null, clientTlsPolicy: Output<String>? = null, description: Output<String>? = null, endpointMatcher: Output<EndpointMatcherArgs>? = null, endpointPolicyId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, serverTlsPolicy: Output<String>? = null, trafficPortSelector: Output<TrafficPortSelectorArgs>? = null, type: Output<EndpointPolicyType>? = null)
Functions
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.