cloudasset_v1.yaml 1.4 KB

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