RESOURCE_ALL is a wildcard resource that matches all resources.
from enum value: RESOURCE_ALL = 999;
RESOURCE_DATA_CHANNELS is the resource for creating data channels.
from enum value: RESOURCE_DATA_CHANNELS = 7;
RESOURCE_EDGES is the resource for managing edges between nodes.
from enum value: RESOURCE_EDGES = 8;
RESOURCE_GROUPS is the resource for managing groups.
from enum value: RESOURCE_GROUPS = 4;
RESOURCE_NETWORK_ACLS is the resource for managing network ACLs.
from enum value: RESOURCE_NETWORK_ACLS = 5;
RESOURCE_OBSERVERS is the resource for managing observers. The only verb evaluated for this resource is PUT.
from enum value: RESOURCE_OBSERVERS = 9;
RESOURCE_PUBSUB is the resource for managing pubsub topics.
from enum value: RESOURCE_PUBSUB = 10;
RESOURCE_ROLES is the resource for managing roles.
from enum value: RESOURCE_ROLES = 2;
RESOURCE_ROLE_BINDINGS is the resource for managing role bindings.
from enum value: RESOURCE_ROLE_BINDINGS = 3;
RESOURCE_ROUTES is the resource for managing routes.
from enum value: RESOURCE_ROUTES = 6;
RESOURCE_UNKNOWN is an unknown resource.
from enum value: RESOURCE_UNKNOWN = 0;
RESOURCE_VOTES is the resource for voting in storage elections. The only verb evaluated for this resource is PUT.
from enum value: RESOURCE_VOTES = 1;
Generated using TypeDoc
RuleResource is the resource type for a rule.
Generated
from enum v1.RuleResource