MCPcopy Index your code
hub / github.com/cloudfoundry/cli / UnsetSpaceRoleByGUID

Method UnsetSpaceRoleByGUID

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

Source from the content-addressed store, hash-verified

52 SetSpaceRoleByGUID(userGUID, spaceGUID, orgGUID string, role models.Role) (apiErr error)
53 SetSpaceRoleByUsername(username, spaceGUID, orgGUID string, role models.Role) (apiErr error)
54 UnsetSpaceRoleByGUID(userGUID, spaceGUID string, role models.Role) (apiErr error)
55 UnsetSpaceRoleByUsername(userGUID, spaceGUID string, role models.Role) (apiErr error)
56}
57

Callers 1

ExecuteMethod · 0.65

Implementers 2

FakeUserRepositorycf/api/apifakes/fake_user_repository.g

Calls

no outgoing calls

Tested by

no test coverage detected