Authorization Policy Rule
data class AuthorizationPolicyRule(val destinations: List<AuthorizationPolicyRuleDestination>? = null, val sources: List<AuthorizationPolicyRuleSource>? = null)
Constructors
Link copied to clipboard
fun AuthorizationPolicyRule(destinations: List<AuthorizationPolicyRuleDestination>? = null, sources: List<AuthorizationPolicyRuleSource>? = null)
Types
Properties
Link copied to clipboard
List of attributes for the traffic destination. All of the destinations must match. A destination is a match if a request matches all the specified hosts, ports, methods and headers. If not set, the action specified in the 'action' field will be applied without any rule checks for the destination. Structure is documented below.