File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 2058
2058
"resource_mandatory" : [
2059
2059
" id"
2060
2060
]
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
+ ]
2061
2096
},
2062
2097
"user_update_turnOfftwoStepVerification" : {
2063
2098
"method" : " post" ,
2337
2372
"addressMeAs" : " _:string*" ,
2338
2373
"customGener" : " _:string*" ,
2339
2374
"type" : " _:string*"
2340
- }
2375
+ },
2376
+ ,
2377
+ "alias" : " string"
2341
2378
}
2342
2379
},
2343
2380
"users_aliases" : {
You can’t perform that action at this time.
0 commit comments