secretmanager_v1.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. type: google.api.Service
  2. config_version: 3
  3. name: secretmanager.googleapis.com
  4. title: Secret Manager API
  5. apis:
  6. - name: google.cloud.secretmanager.v1.SecretManagerService
  7. documentation:
  8. summary: |-
  9. Stores sensitive data such as API keys, passwords, and certificates.
  10. Provides convenience while improving security.
  11. overview: Secret Manager Overview
  12. rules:
  13. - selector: google.cloud.location.Locations.GetLocation
  14. description: Gets information about a location.
  15. - selector: google.cloud.location.Locations.ListLocations
  16. description: Lists information about the supported locations for this service.
  17. backend:
  18. rules:
  19. - selector: google.cloud.location.Locations.GetLocation
  20. deadline: 60.0
  21. - selector: google.cloud.location.Locations.ListLocations
  22. deadline: 60.0
  23. - selector: 'google.cloud.secretmanager.v1.SecretManagerService.*'
  24. deadline: 60.0
  25. http:
  26. rules:
  27. - selector: google.cloud.location.Locations.GetLocation
  28. get: '/v1/{name=projects/*/locations/*}'
  29. - selector: google.cloud.location.Locations.ListLocations
  30. get: '/v1/{name=projects/*}/locations'
  31. authentication:
  32. rules:
  33. - selector: google.cloud.location.Locations.GetLocation
  34. oauth:
  35. canonical_scopes: |-
  36. https://www.googleapis.com/auth/cloud-platform
  37. - selector: google.cloud.location.Locations.ListLocations
  38. oauth:
  39. canonical_scopes: |-
  40. https://www.googleapis.com/auth/cloud-platform
  41. - selector: 'google.cloud.secretmanager.v1.SecretManagerService.*'
  42. oauth:
  43. canonical_scopes: |-
  44. https://www.googleapis.com/auth/cloud-platform