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

Function RoleAgentsAccess

coderd/rbac/roles.go:146–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144func RoleMember() RoleIdentifier { return RoleIdentifier{Name: member} }
145func RoleAuditor() RoleIdentifier { return RoleIdentifier{Name: auditor} }
146func RoleAgentsAccess() string { return agentsAccess }
147
148func RoleOrgAdmin() string {
149 return orgAdmin

Calls

no outgoing calls