privateca_v1beta1.yaml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. type: google.api.Service
  2. config_version: 3
  3. name: privateca.googleapis.com
  4. title: Certificate Authority API
  5. apis:
  6. - name: google.cloud.security.privateca.v1beta1.CertificateAuthorityService
  7. types:
  8. - name: google.cloud.security.privateca.v1beta1.OperationMetadata
  9. documentation:
  10. rules:
  11. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  12. description: |-
  13. Gets the access control policy for a resource. Returns an empty policy
  14. if the resource exists and does not have a policy set.
  15. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  16. description: |-
  17. Sets the access control policy on the specified resource. Replaces
  18. any existing policy.
  19. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  20. errors.
  21. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  22. description: |-
  23. Returns permissions that a caller has on the specified resource. If the
  24. resource does not exist, this will return an empty set of
  25. permissions, not a `NOT_FOUND` error.
  26. Note: This operation is designed to be used for building
  27. permission-aware UIs and command-line tools, not for authorization
  28. checking. This operation may "fail open" without warning.
  29. backend:
  30. rules:
  31. - selector: 'google.cloud.security.privateca.v1beta1.CertificateAuthorityService.*'
  32. deadline: 60.0
  33. - selector: 'google.iam.v1.IAMPolicy.*'
  34. deadline: 60.0
  35. - selector: 'google.longrunning.Operations.*'
  36. deadline: 60.0
  37. - selector: google.longrunning.Operations.GetOperation
  38. deadline: 5.0
  39. http:
  40. rules:
  41. - selector: google.longrunning.Operations.CancelOperation
  42. post: '/v1beta1/{name=projects/*/locations/*/operations/*}:cancel'
  43. body: '*'
  44. - selector: google.longrunning.Operations.DeleteOperation
  45. delete: '/v1beta1/{name=projects/*/locations/*/operations/*}'
  46. - selector: google.longrunning.Operations.GetOperation
  47. get: '/v1beta1/{name=projects/*/locations/*/operations/*}'
  48. - selector: google.longrunning.Operations.ListOperations
  49. get: '/v1beta1/{name=projects/*/locations/*}/operations'
  50. authentication:
  51. rules:
  52. - selector: 'google.cloud.security.privateca.v1beta1.CertificateAuthorityService.*'
  53. oauth:
  54. canonical_scopes: |-
  55. https://www.googleapis.com/auth/cloud-platform
  56. - selector: 'google.iam.v1.IAMPolicy.*'
  57. oauth:
  58. canonical_scopes: |-
  59. https://www.googleapis.com/auth/cloud-platform
  60. - selector: 'google.longrunning.Operations.*'
  61. oauth:
  62. canonical_scopes: |-
  63. https://www.googleapis.com/auth/cloud-platform