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

Struct User

resources/user_resource.go:4–10  ·  view source on GitHub ↗

User represents a Cloud Controller User.

Source from the content-addressed store, hash-verified

2
3// User represents a Cloud Controller User.
4type User struct {
5 // GUID is the unique user identifier.
6 GUID string `json:"guid"`
7 Username string `json:"username"`
8 PresentationName string `json:"presentation_name"`
9 Origin string `json:"origin"`
10}
11
12type K8sUser struct {
13 Name string `json:"name"`

Callers 3

user_test.goFile · 0.92
getUsersByRoleTypeMethod · 0.92
CreateUserMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected