File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
googleapiclient/discovery_cache/documents Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ <h3>Method Details</h3>
114
114
systemId: string, A system ID for filtering the results of the request.
115
115
view: string, The view configures whether to retrieve security keys information.
116
116
Allowed values
117
- VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC view.
117
+ LOGIN_PROFILE_VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC view.
118
118
BASIC - Includes POSIX and SSH key information.
119
119
SECURITY_KEY - Include security key information for the user.
120
120
x__xgafv: string, V1 error format.
@@ -172,7 +172,7 @@ <h3>Method Details</h3>
172
172
projectId: string, The project ID of the Google Cloud Platform project.
173
173
view: string, The view configures whether to retrieve security keys information.
174
174
Allowed values
175
- VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC view.
175
+ LOGIN_PROFILE_VIEW_UNSPECIFIED - The default login profile view. The API defaults to the BASIC view.
176
176
BASIC - Includes POSIX and SSH key information.
177
177
SECURITY_KEY - Include security key information for the user.
178
178
x__xgafv: string, V1 error format.
Original file line number Diff line number Diff line change 306
306
}
307
307
}
308
308
},
309
- "revision" : " 20210329 " ,
309
+ "revision" : " 20210410 " ,
310
310
"rootUrl" : " https://oslogin.googleapis.com/" ,
311
311
"schemas" : {
312
312
"Empty" : {
Original file line number Diff line number Diff line change 160
160
"view" : {
161
161
"description" : " The view configures whether to retrieve security keys information." ,
162
162
"enum" : [
163
- " VIEW_UNSPECIFIED " ,
163
+ " LOGIN_PROFILE_VIEW_UNSPECIFIED " ,
164
164
" BASIC" ,
165
165
" SECURITY_KEY"
166
166
],
208
208
"view" : {
209
209
"description" : " The view configures whether to retrieve security keys information." ,
210
210
"enum" : [
211
- " VIEW_UNSPECIFIED " ,
211
+ " LOGIN_PROFILE_VIEW_UNSPECIFIED " ,
212
212
" BASIC" ,
213
213
" SECURITY_KEY"
214
214
],
374
374
}
375
375
}
376
376
},
377
- "revision" : " 20210329 " ,
377
+ "revision" : " 20210410 " ,
378
378
"rootUrl" : " https://oslogin.googleapis.com/" ,
379
379
"schemas" : {
380
380
"Empty" : {
Original file line number Diff line number Diff line change 314
314
}
315
315
}
316
316
},
317
- "revision" : " 20210329 " ,
317
+ "revision" : " 20210410 " ,
318
318
"rootUrl" : " https://oslogin.googleapis.com/" ,
319
319
"schemas" : {
320
320
"Empty" : {
You can’t perform that action at this time.
0 commit comments