File tree Expand file tree Collapse file tree 1 file changed +92
-1
lines changed Expand file tree Collapse file tree 1 file changed +92
-1
lines changed Original file line number Diff line number Diff line change 3340
3340
"endTime" : " string*"
3341
3341
}
3342
3342
},
3343
+ "users_photos" : {
3344
+ "operations" : {
3345
+ "users_photos_get" : {
3346
+ "method" : " get" ,
3347
+ "call" : {
3348
+ "mode" : " iteration" ,
3349
+ "table" : " users" ,
3350
+ "iterator" : " id" ,
3351
+ "path" : " admin.googleapis.com/admin/directory/v1/users/{iterator}/photos/thumbnail"
3352
+ },
3353
+ "authOptions" : {
3354
+ "scopes" : [
3355
+ " https://www.googleapis.com/auth/admin.directory.user"
3356
+ ]
3357
+ },
3358
+ "maxSessionCount" : 7 ,
3359
+ "processing_options" : {
3360
+ "output_field" : null
3361
+ },
3362
+ "query_parameters" : {
3363
+ "customer" : " my_customer"
3364
+ },
3365
+ "warning_only" : [
3366
+ 404
3367
+ ]
3368
+ },
3369
+ "users_photos_create" : {
3370
+ "method" : " put" ,
3371
+ "call" : {
3372
+ "mode" : " normal" ,
3373
+ "path" : " www.googleapis.com/admin/directory/v1/users/{id}/photos/thumbnail"
3374
+ },
3375
+ "authOptions" : {
3376
+ "scopes" : [
3377
+ " https://www.googleapis.com/auth/admin.directory.user"
3378
+ ]
3379
+ },
3380
+ "semantics" : " create" ,
3381
+ "resource_allowance_default" : " prohibited" ,
3382
+ "resource_mandatory" : [
3383
+ " id" ,
3384
+ " photoData"
3385
+ ]
3386
+ },
3387
+ "users_photos_update" : {
3388
+ "method" : " put" ,
3389
+ "call" : {
3390
+ "mode" : " normal" ,
3391
+ "path" : " www.googleapis.com/admin/directory/v1/users/{id}/photos/thumbnail"
3392
+ },
3393
+ "authOptions" : {
3394
+ "scopes" : [
3395
+ " https://www.googleapis.com/auth/admin.directory.user"
3396
+ ]
3397
+ },
3398
+ "semantics" : " update" ,
3399
+ "resource_allowance_default" : " prohibited" ,
3400
+ "resource_mandatory" : [
3401
+ " id" ,
3402
+ " photoData"
3403
+ ]
3404
+ },
3405
+ "users_photos_delete" : {
3406
+ "method" : " delete" ,
3407
+ "call" : {
3408
+ "mode" : " normal" ,
3409
+ "path" : " www.googleapis.com/admin/directory/v1/users/{id}/photos/thumbnail"
3410
+ },
3411
+ "authOptions" : {
3412
+ "scopes" : [
3413
+ " https://www.googleapis.com/auth/admin.directory.user"
3414
+ ]
3415
+ },
3416
+ "semantics" : " delete" ,
3417
+ "resource_allowance_default" : " prohibited" ,
3418
+ "resource_mandatory" : [
3419
+ " id"
3420
+ ]
3421
+ }
3422
+ },
3423
+ "resources" : {
3424
+ "id" : " string*" ,
3425
+ "primaryEmail" : " string*" ,
3426
+ "kind" : " string*" ,
3427
+ "etag" : " string*" ,
3428
+ "photoData" : " string*" ,
3429
+ "mimeType" : " string*" ,
3430
+ "width" : " string*" ,
3431
+ "height" : " string*"
3432
+ }
3433
+ },
3343
3434
"users_tokens" : {
3344
3435
"operations" : {
3345
3436
"users_tokens_get" : {
3533
3624
}
3534
3625
]
3535
3626
}
3536
- }
3627
+ }
You can’t perform that action at this time.
0 commit comments