-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsystemuserputpost.go
90 lines (50 loc) · 2.33 KB
/
systemuserputpost.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/*
* JumpCloud APIs
*
* JumpCloud's V2 API. This set of endpoints allows JumpCloud customers to manage objects, groupings and mappings and interact with the JumpCloud Graph.
*
* API version: 2.0
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package v2
type Systemuserputpost struct {
AccountLocked bool `json:"account_locked,omitempty"`
Activated bool `json:"activated,omitempty"`
Addresses []SystemuserputpostAddresses `json:"addresses,omitempty"`
AllowPublicKey bool `json:"allow_public_key,omitempty"`
Attributes []interface{} `json:"attributes,omitempty"`
Company string `json:"company,omitempty"`
CostCenter string `json:"costCenter,omitempty"`
Department string `json:"department,omitempty"`
Description string `json:"description,omitempty"`
Displayname string `json:"displayname,omitempty"`
Email string `json:"email"`
// Must be unique per user.
EmployeeIdentifier string `json:"employeeIdentifier,omitempty"`
EmployeeType string `json:"employeeType,omitempty"`
EnableManagedUid bool `json:"enable_managed_uid,omitempty"`
EnableUserPortalMultifactor bool `json:"enable_user_portal_multifactor,omitempty"`
ExternalDn string `json:"external_dn,omitempty"`
ExternalSourceType string `json:"external_source_type,omitempty"`
ExternallyManaged bool `json:"externally_managed,omitempty"`
Firstname string `json:"firstname,omitempty"`
JobTitle string `json:"jobTitle,omitempty"`
Lastname string `json:"lastname,omitempty"`
LdapBindingUser bool `json:"ldap_binding_user,omitempty"`
Location string `json:"location,omitempty"`
Mfa *Mfa `json:"mfa,omitempty"`
Middlename string `json:"middlename,omitempty"`
Password string `json:"password,omitempty"`
PasswordNeverExpires bool `json:"password_never_expires,omitempty"`
PasswordlessSudo bool `json:"passwordless_sudo,omitempty"`
PhoneNumbers []SystemuserputpostPhoneNumbers `json:"phoneNumbers,omitempty"`
PublicKey string `json:"public_key,omitempty"`
Relationships []interface{} `json:"relationships,omitempty"`
SambaServiceUser bool `json:"samba_service_user,omitempty"`
Sudo bool `json:"sudo,omitempty"`
Suspended bool `json:"suspended,omitempty"`
Tags []string `json:"tags,omitempty"`
UnixGuid int32 `json:"unix_guid,omitempty"`
UnixUid int32 `json:"unix_uid,omitempty"`
Username string `json:"username"`
}