MCPcopy Create free account
hub / github.com/cloudfoundry/cli / User

Struct User

api/uaa/user.go:15–18  ·  view source on GitHub ↗

User represents an UAA user account.

Source from the content-addressed store, hash-verified

13
14// User represents an UAA user account.
15type User struct {
16 ID string
17 Origin string
18}
19
20// newUserRequestBody represents the body of the request.
21type newUserRequestBody struct {

Callers 3

CreateUserMethod · 0.70
DeleteUserMethod · 0.70
ListUsersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected