AuthzPolicyTarget

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

Constructors

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

Types

Link copied to clipboard
object Companion

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: List<String>? = null

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