-
Notifications
You must be signed in to change notification settings - Fork 11
/
rest_admin.go
62 lines (36 loc) · 1.39 KB
/
rest_admin.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
/*
*
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.0.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
package logicmonitor
type RestAdmin struct {
LastName string `json:"lastName,omitempty"`
Note string `json:"note,omitempty"`
ViewPermission JsonObject `json:"viewPermission,omitempty"`
AcceptEULAOn int64 `json:"acceptEULAOn,omitempty"`
Roles []RestRole `json:"roles"`
LastLoginOn int64 `json:"lastLoginOn,omitempty"`
SmsEmail string `json:"smsEmail,omitempty"`
LastActionOnLocal string `json:"lastActionOnLocal,omitempty"`
TwoFAEnabled bool `json:"twoFAEnabled,omitempty"`
SmsEmailFormat string `json:"smsEmailFormat,omitempty"`
FirstName string `json:"firstName,omitempty"`
ApiTokens []RestApiToken `json:"apiTokens,omitempty"`
Password string `json:"password"`
LastAction string `json:"lastAction,omitempty"`
Phone string `json:"phone,omitempty"`
CreatedBy string `json:"createdBy,omitempty"`
ForcePasswordChange bool `json:"forcePasswordChange,omitempty"`
LastActionOn int64 `json:"lastActionOn,omitempty"`
Id int32 `json:"id,omitempty"`
AcceptEULA bool `json:"acceptEULA,omitempty"`
Email string `json:"email"`
ContactMethod string `json:"contactMethod,omitempty"`
Username string `json:"username"`
Status string `json:"status,omitempty"`
}