Profile
Profile
idid Required
The ID of the object.
namestring Required
descriptionstring Required
last_updateddatetime
saml_user_groupsarray Required
Show child attributes
scopes_editableboolean Required
scope_groupsobject
Show child attributes
scopesobject
Show child attributes
statusesobject
Show child attributes
usersobject
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"id": null,
"name": null,
"description": null,
"last_updated": null,
"saml_user_groups": [
""
],
"scopes_editable": false,
"scope_groups": {
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": null,
"endCursor": null
},
"edges": [
{
"node": {
"id": null,
"name": null,
"editable": false,
"created_by": null,
"root": false,
"group_type": null
},
"cursor": null
}
]
},
"scopes": {
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": null,
"endCursor": null
},
"edges": [
{
"node": {
"id": null,
"name": null,
"filter_data": null,
"filter_type": "FILTER",
"editable": false,
"created_by": null,
"visible": false,
"popular": false,
"system": false,
"default": false,
"creation_time": null,
"updated_time": null
},
"cursor": null
}
]
},
"statuses": {
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": null,
"endCursor": null
},
"edges": [
{
"node": {
"key": null,
"category": "OPEN",
"sub_status": null,
"type": "SYSTEM",
"reason": null,
"description": null,
"is_extended": false,
"enabled": false,
"editable": false,
"created_by_user_id": null,
"updated_by_user_id": null,
"id": null,
"name": null,
"created_by_user": {
"id": null,
"first_name": null,
"last_name": null,
"email": null,
"identity_provider_source": "COGNITO",
"last_login": null,
"created_time": null,
"activity_status": "CREATED",
"role_id": null,
"created_by": null,
"visible": false,
"saml_groups_from_last_login": [
""
],
"username": null,
"role": {},
"system_events": {},
"scope_access_groups": {},
"audit_records": {},
"profiles": {},
"saml_group_profiles": [
""
]
},
"updated_by_user": {
"id": null,
"first_name": null,
"last_name": null,
"email": null,
"identity_provider_source": "COGNITO",
"last_login": null,
"created_time": null,
"activity_status": "CREATED",
"role_id": null,
"created_by": null,
"visible": false,
"saml_groups_from_last_login": [
""
],
"username": null,
"role": {},
"system_events": {},
"scope_access_groups": {},
"audit_records": {},
"profiles": {},
"saml_group_profiles": [
""
]
},
"id_int": null
},
"cursor": null
}
]
},
"users": {
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": null,
"endCursor": null
},
"edges": [
{
"node": {
"id": null,
"first_name": null,
"last_name": null,
"email": null,
"identity_provider_source": "COGNITO",
"last_login": null,
"created_time": null,
"activity_status": "CREATED",
"role_id": null,
"created_by": null,
"visible": false,
"saml_groups_from_last_login": [
""
],
"username": null,
"role": {
"id": null,
"name": null,
"description": null,
"last_updated": null,
"saml_user_groups": [
""
],
"number_of_users": null,
"last_login_time": null
},
"system_events": {
"pageInfo": {},
"edges": [
""
]
},
"scope_access_groups": {
"pageInfo": {},
"edges": [
""
]
},
"audit_records": {
"id": null,
"timestamp": null,
"user_type": "SYSTEM",
"user_id": null,
"entity_type": null,
"entity_id": null,
"attribute": null,
"old_value": null,
"new_value": null,
"system_event_id": null,
"reason": "OTHER",
"visible": false,
"user": {},
"ticket": {},
"audit_record": {},
"action": null,
"details": null
},
"id_int": null
},
"cursor": null
}
]
}
}Was this section helpful?