Skip to content

Commit f729fea

Browse files
authored
Merge pull request #11 from Tools4ever-NIM/uncached_aliases
Update Google.json
2 parents 8ebf80c + b5a3b66 commit f729fea

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

Google.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,6 +2058,41 @@
20582058
"resource_mandatory": [
20592059
"id"
20602060
]
2061+
},
2062+
"user_email_add_uncached": {
2063+
"method": "post",
2064+
"call": {
2065+
"mode": "normal",
2066+
"path": "www.googleapis.com/admin/directory/v1/users/{id}/aliases"
2067+
},
2068+
"authOptions": {
2069+
"scopes": [
2070+
"https://www.googleapis.com/auth/admin.directory.user"
2071+
]
2072+
},
2073+
"resource_allowance_default": "prohibited",
2074+
"resource_mandatory": [
2075+
"id",
2076+
"alias",
2077+
"primaryEmail"
2078+
]
2079+
},
2080+
"user_email_delete_uncached": {
2081+
"method": "delete",
2082+
"call": {
2083+
"mode": "normal",
2084+
"path": "www.googleapis.com/admin/directory/v1/users/{id}/aliases/{alias}"
2085+
},
2086+
"authOptions": {
2087+
"scopes": [
2088+
"https://www.googleapis.com/auth/admin.directory.user"
2089+
]
2090+
},
2091+
"resource_allowance_default": "prohibited",
2092+
"resource_mandatory": [
2093+
"id",
2094+
"alias"
2095+
]
20612096
},
20622097
"user_update_turnOfftwoStepVerification": {
20632098
"method": "post",
@@ -2337,7 +2372,9 @@
23372372
"addressMeAs": "_:string*",
23382373
"customGener": "_:string*",
23392374
"type": "_:string*"
2340-
}
2375+
},
2376+
,
2377+
"alias": "string"
23412378
}
23422379
},
23432380
"users_aliases": {

0 commit comments

Comments
 (0)