Authz Policy Target Args
data class AuthzPolicyTargetArgs(val loadBalancingScheme: Output<String>, val resources: Output<List<String>>? = null) : ConvertibleToJava<AuthzPolicyTargetArgs>
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
.