Skip to content

Commit

Permalink
fix(oslogin): update the api
Browse files Browse the repository at this point in the history
#### oslogin:v1

The following keys were changed:
- resources.users.methods.getLoginProfile.scopes (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Sep 28, 2021
1 parent fb43696 commit e940d95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions googleapiclient/discovery_cache/documents/oslogin.v1.json
Expand Up @@ -5,8 +5,14 @@
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
},
"https://www.googleapis.com/auth/cloud-platform.read-only": {
"description": "View your data across Google Cloud services and see the email address of your Google Account"
},
"https://www.googleapis.com/auth/compute": {
"description": "View and manage your Google Compute Engine resources"
},
"https://www.googleapis.com/auth/compute.readonly": {
"description": "View your Google Compute Engine resources"
}
}
}
Expand Down Expand Up @@ -143,7 +149,9 @@
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/compute"
"https://www.googleapis.com/auth/cloud-platform.read-only",
"https://www.googleapis.com/auth/compute",
"https://www.googleapis.com/auth/compute.readonly"
]
},
"importSshPublicKey": {
Expand Down Expand Up @@ -306,7 +314,7 @@
}
}
},
"revision": "20210910",
"revision": "20210920",
"rootUrl": "https://oslogin.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
Expand Up @@ -374,7 +374,7 @@
}
}
},
"revision": "20210910",
"revision": "20210920",
"rootUrl": "https://oslogin.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
Expand Up @@ -344,7 +344,7 @@
}
}
},
"revision": "20210910",
"revision": "20210920",
"rootUrl": "https://oslogin.googleapis.com/",
"schemas": {
"Empty": {
Expand Down

0 comments on commit e940d95

Please sign in to comment.