Skip to content

Commit 9967cbc

Browse files
chore(oslogin): update the api
1 parent 6a52724 commit 9967cbc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/dyn/oslogin_v1alpha.users.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114114
systemId: string, A system ID for filtering the results of the request.
115115
view: string, The view configures whether to retrieve security keys information.
116116
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.
118118
BASIC - Includes POSIX and SSH key information.
119119
SECURITY_KEY - Include security key information for the user.
120120
x__xgafv: string, V1 error format.
@@ -172,7 +172,7 @@ <h3>Method Details</h3>
172172
projectId: string, The project ID of the Google Cloud Platform project.
173173
view: string, The view configures whether to retrieve security keys information.
174174
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.
176176
BASIC - Includes POSIX and SSH key information.
177177
SECURITY_KEY - Include security key information for the user.
178178
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/oslogin.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
}
307307
}
308308
},
309-
"revision": "20210329",
309+
"revision": "20210410",
310310
"rootUrl": "https://oslogin.googleapis.com/",
311311
"schemas": {
312312
"Empty": {

googleapiclient/discovery_cache/documents/oslogin.v1alpha.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"view": {
161161
"description": "The view configures whether to retrieve security keys information.",
162162
"enum": [
163-
"VIEW_UNSPECIFIED",
163+
"LOGIN_PROFILE_VIEW_UNSPECIFIED",
164164
"BASIC",
165165
"SECURITY_KEY"
166166
],
@@ -208,7 +208,7 @@
208208
"view": {
209209
"description": "The view configures whether to retrieve security keys information.",
210210
"enum": [
211-
"VIEW_UNSPECIFIED",
211+
"LOGIN_PROFILE_VIEW_UNSPECIFIED",
212212
"BASIC",
213213
"SECURITY_KEY"
214214
],
@@ -374,7 +374,7 @@
374374
}
375375
}
376376
},
377-
"revision": "20210329",
377+
"revision": "20210410",
378378
"rootUrl": "https://oslogin.googleapis.com/",
379379
"schemas": {
380380
"Empty": {

googleapiclient/discovery_cache/documents/oslogin.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
}
315315
}
316316
},
317-
"revision": "20210329",
317+
"revision": "20210410",
318318
"rootUrl": "https://oslogin.googleapis.com/",
319319
"schemas": {
320320
"Empty": {

0 commit comments

Comments
 (0)