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

Method UpdateUserPassword

command/v7/actor.go:267–267  ·  view source on GitHub ↗
(userGUID string, oldPassword string, newPassword string)

Source from the content-addressed store, hash-verified

265 UpdateSpaceQuota(quotaName, orgGUID, newName string, limits v7action.QuotaLimits) (v7action.Warnings, error)
266 UpdateStackLabelsByStackName(string, map[string]types.NullString) (v7action.Warnings, error)
267 UpdateUserPassword(userGUID string, oldPassword string, newPassword string) error
268 UpdateUserProvidedServiceInstance(serviceInstanceName, spaceGUID string, serviceInstanceUpdates resources.ServiceInstance) (v7action.Warnings, error)
269 UploadBitsPackage(pkg resources.Package, matchedResources []sharedaction.V3Resource, newResources io.Reader, newResourcesLength int64) (resources.Package, v7action.Warnings, error)
270 UploadBuildpack(guid string, pathToBuildpackBits string, progressBar v7action.SimpleProgressBar) (ccv3.JobURL, v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65
user_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected