MCPcopy Index your code
hub / github.com/coder/coder / Action

TypeAlias Action

coderd/rbac/policy/policy.go:6–6  ·  view source on GitHub ↗

Action represents the allowed actions to be done on an object.

Source from the content-addressed store, hash-verified

4
5// Action represents the allowed actions to be done on an object.
6type Action string
7
8const (
9 ActionCreate Action = "create"

Callers 9

checkAuthorizationMethod · 0.92
parseLowLevelScopeFunction · 0.92
TestAPIKeyScopesExpandFunction · 0.92
convertSDKPermFunction · 0.92
assertsFunction · 0.92
filterInvalidPermissionsFunction · 0.92
sdkPermissionToDBFunction · 0.92
renderPermissionsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected