cloudasset_v1.yaml 1.3 KB

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