MCPcopy
hub / github.com/cloudfoundry/cli / UnsetOrgRoleByGUID

Method UnsetOrgRoleByGUID

cf/api/users.go:50–50  ·  view source on GitHub ↗
(userGUID, orgGUID string, role models.Role)

Source from the content-addressed store, hash-verified

48 SetOrgRoleByGUID(userGUID, orgGUID string, role models.Role) (apiErr error)
49 SetOrgRoleByUsername(username, orgGUID string, role models.Role) (apiErr error)
50 UnsetOrgRoleByGUID(userGUID, orgGUID string, role models.Role) (apiErr error)
51 UnsetOrgRoleByUsername(username, orgGUID string, role models.Role) (apiErr error)
52 SetSpaceRoleByGUID(userGUID, spaceGUID, orgGUID string, role models.Role) (apiErr error)
53 SetSpaceRoleByUsername(username, spaceGUID, orgGUID string, role models.Role) (apiErr error)

Callers 1

ExecuteMethod · 0.65

Implementers 2

FakeUserRepositorycf/api/apifakes/fake_user_repository.g

Calls

no outgoing calls

Tested by

no test coverage detected