methods property

List<String>? methods
getter/setter pair

A list of HTTP methods to match against.

Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive. Limited to 10 methods per Authorization Policy.

Optional.

Implementation

core.List<core.String>? methods;