Enumeration RuleResource

RuleResource is the resource type for a rule.

Generated

from enum v1.RuleResource

Enumeration Members

RESOURCE_ALL: 999

RESOURCE_ALL is a wildcard resource that matches all resources.

Generated

from enum value: RESOURCE_ALL = 999;

RESOURCE_DATA_CHANNELS: 7

RESOURCE_DATA_CHANNELS is the resource for creating data channels.

Generated

from enum value: RESOURCE_DATA_CHANNELS = 7;

RESOURCE_EDGES: 8

RESOURCE_EDGES is the resource for managing edges between nodes.

Generated

from enum value: RESOURCE_EDGES = 8;

RESOURCE_GROUPS: 4

RESOURCE_GROUPS is the resource for managing groups.

Generated

from enum value: RESOURCE_GROUPS = 4;

RESOURCE_NETWORK_ACLS: 5

RESOURCE_NETWORK_ACLS is the resource for managing network ACLs.

Generated

from enum value: RESOURCE_NETWORK_ACLS = 5;

RESOURCE_OBSERVERS: 9

RESOURCE_OBSERVERS is the resource for managing observers. The only verb evaluated for this resource is PUT.

Generated

from enum value: RESOURCE_OBSERVERS = 9;

RESOURCE_PUBSUB: 10

RESOURCE_PUBSUB is the resource for managing pubsub topics.

Generated

from enum value: RESOURCE_PUBSUB = 10;

RESOURCE_ROLES: 2

RESOURCE_ROLES is the resource for managing roles.

Generated

from enum value: RESOURCE_ROLES = 2;

RESOURCE_ROLE_BINDINGS: 3

RESOURCE_ROLE_BINDINGS is the resource for managing role bindings.

Generated

from enum value: RESOURCE_ROLE_BINDINGS = 3;

RESOURCE_ROUTES: 6

RESOURCE_ROUTES is the resource for managing routes.

Generated

from enum value: RESOURCE_ROUTES = 6;

RESOURCE_UNKNOWN: 0

RESOURCE_UNKNOWN is an unknown resource.

Generated

from enum value: RESOURCE_UNKNOWN = 0;

RESOURCE_VOTES: 1

RESOURCE_VOTES is the resource for voting in storage elections. The only verb evaluated for this resource is PUT.

Generated

from enum value: RESOURCE_VOTES = 1;

Generated using TypeDoc