1type: google.api.Service 2config_version: 3 3name: cloudasset.googleapis.com 4title: Cloud Asset API 5 6apis: 7- name: google.cloud.asset.v1.AssetService 8- name: google.longrunning.Operations 9 10types: 11- name: google.cloud.asset.v1.AnalyzeIamPolicyLongrunningMetadata 12- name: google.cloud.asset.v1.AnalyzeIamPolicyLongrunningResponse 13 14documentation: 15 summary: |- 16 The Cloud Asset API manages the history and inventory of Google Cloud 17 resources. 18 overview: |- 19 # Cloud Asset API 20 21 The Cloud Asset API keeps a history of Google Cloud asset metadata, and 22 allows Google Cloud users to download a dump of all asset metadata for the 23 resource types listed below within an organization or a project at a given 24 timestamp. 25 26 Read more documents here: 27 https://cloud.google.com/asset-inventory/docs 28 29http: 30 rules: 31 - selector: google.longrunning.Operations.GetOperation 32 get: '/v1/{name=*/*/operations/*/**}' 33 34authentication: 35 rules: 36 - selector: 'google.cloud.asset.v1.AssetService.*' 37 oauth: 38 canonical_scopes: |- 39 https://www.googleapis.com/auth/cloud-platform 40 - selector: google.longrunning.Operations.GetOperation 41 oauth: 42 canonical_scopes: |- 43 https://www.googleapis.com/auth/cloud-platform 44