securitycenter_v1beta1.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. type: google.api.Service
  2. config_version: 3
  3. name: securitycenter.googleapis.com
  4. title: Security Command Center API
  5. apis:
  6. - name: google.cloud.securitycenter.v1beta1.SecurityCenter
  7. types:
  8. - name: google.cloud.securitycenter.v1beta1.RunAssetDiscoveryResponse
  9. documentation:
  10. summary: |-
  11. Security Command Center API provides access to temporal views of assets and
  12. findings within an organization.
  13. backend:
  14. rules:
  15. - selector: 'google.cloud.securitycenter.v1beta1.SecurityCenter.*'
  16. deadline: 480.0
  17. - selector: 'google.longrunning.Operations.*'
  18. deadline: 60.0
  19. http:
  20. rules:
  21. - selector: google.longrunning.Operations.CancelOperation
  22. post: '/v1beta1/{name=organizations/*/operations/*}:cancel'
  23. body: '*'
  24. - selector: google.longrunning.Operations.DeleteOperation
  25. delete: '/v1beta1/{name=organizations/*/operations/*}'
  26. - selector: google.longrunning.Operations.GetOperation
  27. get: '/v1beta1/{name=organizations/*/operations/*}'
  28. - selector: google.longrunning.Operations.ListOperations
  29. get: '/v1beta1/{name=organizations/*/operations}'
  30. authentication:
  31. rules:
  32. - selector: 'google.cloud.securitycenter.v1beta1.SecurityCenter.*'
  33. oauth:
  34. canonical_scopes: |-
  35. https://www.googleapis.com/auth/cloud-platform
  36. - selector: 'google.longrunning.Operations.*'
  37. oauth:
  38. canonical_scopes: |-
  39. https://www.googleapis.com/auth/cloud-platform