AuthzPolicyTargetArgs

data class AuthzPolicyTargetArgs(val loadBalancingScheme: Output<String>, val resources: Output<List<String>>? = null) : ConvertibleToJava<AuthzPolicyTargetArgs>

Constructors

Link copied to clipboard
constructor(loadBalancingScheme: Output<String>, resources: Output<List<String>>? = null)

Properties

Link copied to clipboard

All gateways and forwarding rules referenced by this policy and extensions must share the same load balancing scheme. For more information, refer to Backend services overview. Possible values are: INTERNAL_MANAGED, EXTERNAL_MANAGED, INTERNAL_SELF_MANAGED.

Link copied to clipboard
val resources: Output<List<String>>? = null

A list of references to the Forwarding Rules on which this policy will be applied.

Functions

Link copied to clipboard
open override fun toJava(): AuthzPolicyTargetArgs