resources property

List<String> resources
final

resources is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, "services", "nodes/status" . This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.

Implementation

final List<String> resources;