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

Method DeleteUser

command/v7/actor.go:78–78  ·  view source on GitHub ↗
(userGuid string)

Source from the content-addressed store, hash-verified

76 DeleteSpaceQuotaByName(quotaName string, orgGUID string) (v7action.Warnings, error)
77 DeleteSpaceRole(roleType constant.RoleType, spaceGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error)
78 DeleteUser(userGuid string) (v7action.Warnings, error)
79 DeleteIsolationSegmentByName(name string) (v7action.Warnings, error)
80 DeleteIsolationSegmentOrganizationByName(isolationSegmentName string, orgName string) (v7action.Warnings, error)
81 DiffSpaceManifest(spaceGUID string, rawManifest []byte) (resources.ManifestDiff, v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected