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

Method Create

cf/api/users.go:46–46  ·  view source on GitHub ↗
(username, password string)

Source from the content-addressed store, hash-verified

44 ListUsersInOrgForRoleWithNoUAA(orgGUID string, role models.Role) ([]models.UserFields, error)
45 ListUsersInSpaceForRoleWithNoUAA(spaceGUID string, role models.Role) ([]models.UserFields, error)
46 Create(username, password string) (apiErr error)
47 Delete(userGUID string) (apiErr error)
48 SetOrgRoleByGUID(userGUID, orgGUID string, role models.Role) (apiErr error)
49 SetOrgRoleByUsername(username, orgGUID string, role models.Role) (apiErr error)

Implementers 2

FakeUserRepositorycf/api/apifakes/fake_user_repository.g

Calls

no outgoing calls

Tested by 3

zipitFunction · 0.52
zipitFunction · 0.52
zipitFunction · 0.52