1type: google.api.Service 2config_version: 3 3name: appsmarket.googleapis.com 4title: Google Workspace Marketplace API 5 6apis: 7- name: ccc.hosted.marketplace.v2.CustomerLicenseService 8- name: ccc.hosted.marketplace.v2.LicenseNotificationService 9- name: ccc.hosted.marketplace.v2.UserLicenseService 10 11documentation: 12 summary: |- 13 Lets your Google Workspace Marketplace applications integrate with Google's 14 licensing and billing services. 15 16backend: 17 rules: 18 - selector: ccc.hosted.marketplace.v2.CustomerLicenseService.Get 19 deadline: 20.0 20 - selector: ccc.hosted.marketplace.v2.LicenseNotificationService.List 21 deadline: 20.0 22 - selector: ccc.hosted.marketplace.v2.UserLicenseService.Get 23 deadline: 20.0 24 25authentication: 26 rules: 27 - selector: ccc.hosted.marketplace.v2.CustomerLicenseService.Get 28 oauth: 29 canonical_scopes: |- 30 https://www.googleapis.com/auth/appsmarketplace.license 31 - selector: ccc.hosted.marketplace.v2.LicenseNotificationService.List 32 oauth: 33 canonical_scopes: |- 34 https://www.googleapis.com/auth/appsmarketplace.license 35 - selector: ccc.hosted.marketplace.v2.UserLicenseService.Get 36 oauth: 37 canonical_scopes: |- 38 https://www.googleapis.com/auth/appsmarketplace.license 39