cloudasset_v1p1beta1.yaml 1.4 KB

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