managedidentities_v1.yaml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. type: google.api.Service
  2. config_version: 3
  3. name: managedidentities.googleapis.com
  4. title: Managed Service for Microsoft Active Directory API
  5. apis:
  6. - name: google.cloud.managedidentities.v1.ManagedIdentitiesService
  7. types:
  8. - name: google.cloud.managedidentities.v1.OpMetadata
  9. documentation:
  10. summary: |-
  11. The Managed Service for Microsoft Active Directory API is used for managing
  12. a highly available, hardened service running Microsoft Active Directory
  13. (AD).
  14. rules:
  15. - selector: google.cloud.location.Locations.GetLocation
  16. description: Gets information about a location.
  17. - selector: google.cloud.location.Locations.ListLocations
  18. description: Lists information about the supported locations for this service.
  19. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  20. description: |-
  21. Gets the access control policy for a resource. Returns an empty policy
  22. if the resource exists and does not have a policy set.
  23. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  24. description: |-
  25. Sets the access control policy on the specified resource. Replaces
  26. any existing policy.
  27. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  28. errors.
  29. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  30. description: |-
  31. Returns permissions that a caller has on the specified resource. If the
  32. resource does not exist, this will return an empty set of
  33. permissions, not a `NOT_FOUND` error.
  34. Note: This operation is designed to be used for building
  35. permission-aware UIs and command-line tools, not for authorization
  36. checking. This operation may "fail open" without warning.
  37. backend:
  38. rules:
  39. - selector: google.cloud.location.Locations.GetLocation
  40. deadline: 60.0
  41. - selector: google.cloud.location.Locations.ListLocations
  42. deadline: 60.0
  43. - selector: 'google.cloud.managedidentities.v1.ManagedIdentitiesService.*'
  44. deadline: 60.0
  45. - selector: 'google.iam.v1.IAMPolicy.*'
  46. deadline: 60.0
  47. - selector: 'google.longrunning.Operations.*'
  48. deadline: 60.0
  49. - selector: google.longrunning.Operations.GetOperation
  50. deadline: 5.0
  51. http:
  52. rules:
  53. - selector: google.cloud.location.Locations.GetLocation
  54. get: '/v1/{name=projects/*/locations/*}'
  55. - selector: google.cloud.location.Locations.ListLocations
  56. get: '/v1/{name=projects/*}/locations'
  57. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  58. get: '/v1/{resource=projects/*/locations/global/domains/*}:getIamPolicy'
  59. additional_bindings:
  60. - get: '/v1/{resource=projects/*/locations/global/peerings/*}:getIamPolicy'
  61. - get: '/v1/{resource=projects/*/locations/global/domains/*/backups/*}:getIamPolicy'
  62. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  63. post: '/v1/{resource=projects/*/locations/global/domains/*}:setIamPolicy'
  64. body: '*'
  65. additional_bindings:
  66. - post: '/v1/{resource=projects/*/locations/global/peerings/*}:setIamPolicy'
  67. body: '*'
  68. - post: '/v1/{resource=projects/*/locations/global/domains/*/backups/*}:setIamPolicy'
  69. body: '*'
  70. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  71. post: '/v1/{resource=projects/*/locations/global/domains/*}:testIamPermissions'
  72. body: '*'
  73. additional_bindings:
  74. - post: '/v1/{resource=projects/*/locations/global/peerings/*}:testIamPermissions'
  75. body: '*'
  76. - post: '/v1/{resource=projects/*/locations/global/domains/*/backups/*}:testIamPermissions'
  77. body: '*'
  78. - selector: google.longrunning.Operations.CancelOperation
  79. post: '/v1/{name=projects/*/locations/global/operations/*}:cancel'
  80. body: '*'
  81. - selector: google.longrunning.Operations.DeleteOperation
  82. delete: '/v1/{name=projects/*/locations/global/operations/*}'
  83. - selector: google.longrunning.Operations.GetOperation
  84. get: '/v1/{name=projects/*/locations/global/operations/*}'
  85. - selector: google.longrunning.Operations.ListOperations
  86. get: '/v1/{name=projects/*/locations/global/operations}'
  87. authentication:
  88. rules:
  89. - selector: google.cloud.location.Locations.GetLocation
  90. oauth:
  91. canonical_scopes: |-
  92. https://www.googleapis.com/auth/cloud-platform
  93. - selector: google.cloud.location.Locations.ListLocations
  94. oauth:
  95. canonical_scopes: |-
  96. https://www.googleapis.com/auth/cloud-platform
  97. - selector: 'google.cloud.managedidentities.v1.ManagedIdentitiesService.*'
  98. oauth:
  99. canonical_scopes: |-
  100. https://www.googleapis.com/auth/cloud-platform
  101. - selector: 'google.iam.v1.IAMPolicy.*'
  102. oauth:
  103. canonical_scopes: |-
  104. https://www.googleapis.com/auth/cloud-platform
  105. - selector: 'google.longrunning.Operations.*'
  106. oauth:
  107. canonical_scopes: |-
  108. https://www.googleapis.com/auth/cloud-platform