Non Resource Policy Rule Patch Args
data class NonResourcePolicyRulePatchArgs(val nonResourceURLs: Output<List<String>>? = null, val verbs: Output<List<String>>? = null) : ConvertibleToJava<NonResourcePolicyRulePatchArgs>
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
Constructors
Link copied to clipboard
fun NonResourcePolicyRulePatchArgs(nonResourceURLs: Output<List<String>>? = null, verbs: Output<List<String>>? = null)