privateca_v1.yaml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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.location.Locations
  7. - name: google.cloud.security.privateca.v1.CertificateAuthorityService
  8. - name: google.iam.v1.IAMPolicy
  9. types:
  10. - name: google.cloud.security.privateca.v1.OperationMetadata
  11. documentation:
  12. summary: |-
  13. The Certificate Authority Service API is a highly-available, scalable
  14. service that enables you to simplify and automate the management of
  15. private certificate authorities (CAs) while staying in control of your
  16. private keys.
  17. rules:
  18. - selector: google.cloud.location.Locations.GetLocation
  19. description: Gets information about a location.
  20. - selector: google.cloud.location.Locations.ListLocations
  21. description: Lists information about the supported locations for this service.
  22. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  23. description: |-
  24. Gets the access control policy for a resource. Returns an empty policy
  25. if the resource exists and does not have a policy set.
  26. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  27. description: |-
  28. Sets the access control policy on the specified resource. Replaces
  29. any existing policy.
  30. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  31. errors.
  32. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  33. description: |-
  34. Returns permissions that a caller has on the specified resource. If the
  35. resource does not exist, this will return an empty set of
  36. permissions, not a `NOT_FOUND` error.
  37. Note: This operation is designed to be used for building
  38. permission-aware UIs and command-line tools, not for authorization
  39. checking. This operation may "fail open" without warning.
  40. backend:
  41. rules:
  42. - selector: google.cloud.location.Locations.GetLocation
  43. deadline: 60.0
  44. - selector: google.cloud.location.Locations.ListLocations
  45. deadline: 60.0
  46. - selector: 'google.cloud.security.privateca.v1.CertificateAuthorityService.*'
  47. deadline: 60.0
  48. - selector: 'google.iam.v1.IAMPolicy.*'
  49. deadline: 60.0
  50. - selector: 'google.longrunning.Operations.*'
  51. deadline: 60.0
  52. - selector: google.longrunning.Operations.GetOperation
  53. deadline: 5.0
  54. http:
  55. rules:
  56. - selector: google.cloud.location.Locations.GetLocation
  57. get: '/v1/{name=projects/*/locations/*}'
  58. - selector: google.cloud.location.Locations.ListLocations
  59. get: '/v1/{name=projects/*}/locations'
  60. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  61. get: '/v1/{resource=projects/*/locations/*/caPools/*}:getIamPolicy'
  62. additional_bindings:
  63. - get: '/v1/{resource=projects/*/locations/*/certificateTemplates/*}:getIamPolicy'
  64. - get: '/v1/{resource=projects/*/locations/*/caPools/*/certificateAuthorities/*/certificateRevocationLists/*}:getIamPolicy'
  65. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  66. post: '/v1/{resource=projects/*/locations/*/caPools/*}:setIamPolicy'
  67. body: '*'
  68. additional_bindings:
  69. - post: '/v1/{resource=projects/*/locations/*/certificateTemplates/*}:setIamPolicy'
  70. body: '*'
  71. - post: '/v1/{resource=projects/*/locations/*/caPools/*/certificateAuthorities/*/certificateRevocationLists/*}:setIamPolicy'
  72. body: '*'
  73. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  74. post: '/v1/{resource=projects/*/locations/*/caPools/*}:testIamPermissions'
  75. body: '*'
  76. additional_bindings:
  77. - post: '/v1/{resource=projects/*/locations/*/certificateTemplates/*}:testIamPermissions'
  78. body: '*'
  79. - post: '/v1/{resource=projects/*/locations/*/caPools/*/certificateAuthorities/*/certificateRevocationLists/*}:testIamPermissions'
  80. body: '*'
  81. - selector: google.longrunning.Operations.CancelOperation
  82. post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
  83. body: '*'
  84. - selector: google.longrunning.Operations.DeleteOperation
  85. delete: '/v1/{name=projects/*/locations/*/operations/*}'
  86. - selector: google.longrunning.Operations.GetOperation
  87. get: '/v1/{name=projects/*/locations/*/operations/*}'
  88. - selector: google.longrunning.Operations.ListOperations
  89. get: '/v1/{name=projects/*/locations/*}/operations'
  90. authentication:
  91. rules:
  92. - selector: google.cloud.location.Locations.GetLocation
  93. oauth:
  94. canonical_scopes: |-
  95. https://www.googleapis.com/auth/cloud-platform
  96. - selector: google.cloud.location.Locations.ListLocations
  97. oauth:
  98. canonical_scopes: |-
  99. https://www.googleapis.com/auth/cloud-platform
  100. - selector: 'google.cloud.security.privateca.v1.CertificateAuthorityService.*'
  101. oauth:
  102. canonical_scopes: |-
  103. https://www.googleapis.com/auth/cloud-platform
  104. - selector: 'google.iam.v1.IAMPolicy.*'
  105. oauth:
  106. canonical_scopes: |-
  107. https://www.googleapis.com/auth/cloud-platform
  108. - selector: 'google.longrunning.Operations.*'
  109. oauth:
  110. canonical_scopes: |-
  111. https://www.googleapis.com/auth/cloud-platform