Discover Packages
github.com/cf-platform-eng/gcp-pcf-quickstart
src
omg-cli
uaa
package
Version:
v2.1.0+incompatible
Opens a new window with list of versions in this module.
Published: Apr 4, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Email struct {
Value string `json:"value"`
Primary bool `json:"primary"`
}
type Name struct {
FamilyName string `json:"familyName"`
GivenName string `json:"givenName"`
}
type PhoneNumber struct {
Value string `json:"value"`
}
type User struct {
Id string `json:"id"`
Username string `json:"userName"`
Password string `json:"password"`
Name Name `json:"name"`
PhoneNumbers []PhoneNumber `json:"phoneNumbers"`
Emails []Email `json:"emails"`
Active bool `json:"active"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.