OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/apps.licensing": { | 5 "https://www.googleapis.com/auth/apps.licensing": { |
6 "description": "View and manage G Suite licenses for your do
main" | 6 "description": "View and manage G Suite licenses for your do
main" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
11 "basePath": "/apps/licensing/v1/product/", | 11 "basePath": "/apps/licensing/v1/product/", |
12 "baseUrl": "https://www.googleapis.com/apps/licensing/v1/product/", | 12 "baseUrl": "https://www.googleapis.com/apps/licensing/v1/product/", |
13 "batchPath": "batch", | 13 "batchPath": "batch", |
14 "description": "Licensing API to view and manage license for your domain.", | 14 "description": "Views and manages licenses for your domain.", |
15 "discoveryVersion": "v1", | 15 "discoveryVersion": "v1", |
16 "documentationLink": "https://developers.google.com/google-apps/licensing/", | 16 "documentationLink": "https://developers.google.com/google-apps/licensing/", |
17 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/QQRbdYm0j-JrEGkOGWqDQAEBikU\"", | 17 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/WD_dCFRiB71YKGuRij6Gw1Sn7dI\"", |
18 "icons": { | 18 "icons": { |
19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 19 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 20 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
21 }, | 21 }, |
22 "id": "licensing:v1", | 22 "id": "licensing:v1", |
23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
24 "name": "licensing", | 24 "name": "licensing", |
25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
26 "ownerName": "Google", | 26 "ownerName": "Google", |
27 "parameters": { | 27 "parameters": { |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 "response": { | 350 "response": { |
351 "$ref": "LicenseAssignment" | 351 "$ref": "LicenseAssignment" |
352 }, | 352 }, |
353 "scopes": [ | 353 "scopes": [ |
354 "https://www.googleapis.com/auth/apps.licensing" | 354 "https://www.googleapis.com/auth/apps.licensing" |
355 ] | 355 ] |
356 } | 356 } |
357 } | 357 } |
358 } | 358 } |
359 }, | 359 }, |
360 "revision": "20150901", | 360 "revision": "20170213", |
361 "rootUrl": "https://www.googleapis.com/", | 361 "rootUrl": "https://www.googleapis.com/", |
362 "schemas": { | 362 "schemas": { |
363 "LicenseAssignment": { | 363 "LicenseAssignment": { |
364 "description": "Template for LiscenseAssignment Resource", | 364 "description": "Template for LiscenseAssignment Resource", |
365 "id": "LicenseAssignment", | 365 "id": "LicenseAssignment", |
366 "properties": { | 366 "properties": { |
367 "etags": { | 367 "etags": { |
368 "description": "ETag of the resource.", | 368 "description": "ETag of the resource.", |
369 "type": "string" | 369 "type": "string" |
370 }, | 370 }, |
371 "kind": { | 371 "kind": { |
372 "default": "licensing#licenseAssignment", | 372 "default": "licensing#licenseAssignment", |
373 "description": "Identifies the resource as a LicenseAssignme
nt.", | 373 "description": "Identifies the resource as a LicenseAssignme
nt.", |
374 "type": "string" | 374 "type": "string" |
375 }, | 375 }, |
376 "productId": { | 376 "productId": { |
377 "annotations": { | 377 "annotations": { |
378 "required": [ | 378 "required": [ |
379 "licensing.licenseAssignments.update" | 379 "licensing.licenseAssignments.update" |
380 ] | 380 ] |
381 }, | 381 }, |
382 "description": "Name of the product.", | 382 "description": "Id of the product.", |
| 383 "type": "string" |
| 384 }, |
| 385 "productName": { |
| 386 "description": "Display Name of the product.", |
383 "type": "string" | 387 "type": "string" |
384 }, | 388 }, |
385 "selfLink": { | 389 "selfLink": { |
386 "description": "Link to this page.", | 390 "description": "Link to this page.", |
387 "type": "string" | 391 "type": "string" |
388 }, | 392 }, |
389 "skuId": { | 393 "skuId": { |
390 "annotations": { | 394 "annotations": { |
391 "required": [ | 395 "required": [ |
392 "licensing.licenseAssignments.update" | 396 "licensing.licenseAssignments.update" |
393 ] | 397 ] |
394 }, | 398 }, |
395 "description": "Name of the sku of the product.", | 399 "description": "Id of the sku of the product.", |
| 400 "type": "string" |
| 401 }, |
| 402 "skuName": { |
| 403 "description": "Display Name of the sku of the product.", |
396 "type": "string" | 404 "type": "string" |
397 }, | 405 }, |
398 "userId": { | 406 "userId": { |
399 "annotations": { | 407 "annotations": { |
400 "required": [ | 408 "required": [ |
401 "licensing.licenseAssignments.update" | 409 "licensing.licenseAssignments.update" |
402 ] | 410 ] |
403 }, | 411 }, |
404 "description": "Email id of the user.", | 412 "description": "Email id of the user.", |
405 "type": "string" | 413 "type": "string" |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 "type": "string" | 456 "type": "string" |
449 } | 457 } |
450 }, | 458 }, |
451 "type": "object" | 459 "type": "object" |
452 } | 460 } |
453 }, | 461 }, |
454 "servicePath": "apps/licensing/v1/product/", | 462 "servicePath": "apps/licensing/v1/product/", |
455 "title": "Enterprise License Manager API", | 463 "title": "Enterprise License Manager API", |
456 "version": "v1" | 464 "version": "v1" |
457 } | 465 } |
OLD | NEW |