Skip to content

AccessRuleBuilder🔗

Constructor🔗

new AccessRuleBuilder()

Methods🔗

build🔗

Builds the object.

build()

kind🔗

The kind this rule applies to (dashboards, alert, etc)

kind(string $kind)

target🔗

Specific sub-elements like "alert.rules" or "dashboard.permissions"????

target(string $target)

verb🔗

READ, WRITE, CREATE, DELETE, ...

should move to k8s style verbs like: "get", "list", "watch", "create", "update", "patch", "delete"

@param string $verb

verb($verb)

See also🔗