MCPcopy
hub / github.com/vouch/vouch-proxy / ADFSUser

Struct ADFSUser

pkg/structs/structs.go:100–109  ·  view source on GitHub ↗

ADFSUser Active Directory user record

Source from the content-addressed store, hash-verified

98
99// ADFSUser Active Directory user record
100type ADFSUser struct {
101 User
102 Sub string `json:"sub"`
103 UPN string `json:"upn"`
104 // UniqueName string `json:"unique_name"`
105 // PwdExp string `json:"pwd_exp"`
106 // SID string `json:"sid"`
107 // Groups string `json:"groups"`
108 // jwt.StandardClaims
109}
110
111// PrepareUserData implement PersonalData interface
112func (u *ADFSUser) PrepareUserData() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected