()
| 170 | } |
| 171 | |
| 172 | func RoleOrgWorkspaceCreationBan() string { |
| 173 | return orgWorkspaceCreationBan |
| 174 | } |
| 175 | |
| 176 | // ScopedRoleOrgAdmin is the org role with the organization ID |
| 177 | func ScopedRoleOrgAdmin(organizationID uuid.UUID) RoleIdentifier { |
no outgoing calls
no test coverage detected