raystack-proton 2025.11.5.35259__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. google/__init__.py +0 -0
  2. google/api/__init__.py +0 -0
  3. google/api/annotations_pb2.py +37 -0
  4. google/api/annotations_pb2.pyi +8 -0
  5. google/api/field_behavior_pb2.py +38 -0
  6. google/api/field_behavior_pb2.pyi +27 -0
  7. google/api/http_pb2.py +41 -0
  8. google/api/http_pb2.pyi +47 -0
  9. google/api/httpbody_pb2.py +38 -0
  10. google/api/httpbody_pb2.pyi +18 -0
  11. protoc_gen_openapiv2/__init__.py +0 -0
  12. protoc_gen_openapiv2/options/__init__.py +0 -0
  13. protoc_gen_openapiv2/options/annotations_pb2.py +37 -0
  14. protoc_gen_openapiv2/options/annotations_pb2.pyi +16 -0
  15. protoc_gen_openapiv2/options/openapiv2_pb2.py +142 -0
  16. protoc_gen_openapiv2/options/openapiv2_pb2.pyi +463 -0
  17. raystack/__init__.py +0 -0
  18. raystack/assets/__init__.py +0 -0
  19. raystack/assets/v1beta1/__init__.py +0 -0
  20. raystack/assets/v1beta1/bucket_pb2.py +45 -0
  21. raystack/assets/v1beta1/bucket_pb2.pyi +59 -0
  22. raystack/assets/v1beta1/dashboard_pb2.py +45 -0
  23. raystack/assets/v1beta1/dashboard_pb2.pyi +65 -0
  24. raystack/assets/v1beta1/event_pb2.py +38 -0
  25. raystack/assets/v1beta1/event_pb2.pyi +19 -0
  26. raystack/assets/v1beta1/group_pb2.py +43 -0
  27. raystack/assets/v1beta1/group_pb2.pyi +35 -0
  28. raystack/assets/v1beta1/job_pb2.py +43 -0
  29. raystack/assets/v1beta1/job_pb2.pyi +28 -0
  30. raystack/assets/v1beta1/lineage_pb2.py +38 -0
  31. raystack/assets/v1beta1/lineage_pb2.pyi +16 -0
  32. raystack/assets/v1beta1/ownership_pb2.py +39 -0
  33. raystack/assets/v1beta1/ownership_pb2.pyi +25 -0
  34. raystack/assets/v1beta1/preview_pb2.py +38 -0
  35. raystack/assets/v1beta1/preview_pb2.pyi +16 -0
  36. raystack/assets/v1beta1/properties_pb2.py +42 -0
  37. raystack/assets/v1beta1/properties_pb2.pyi +25 -0
  38. raystack/assets/v1beta1/resource_pb2.py +37 -0
  39. raystack/assets/v1beta1/resource_pb2.pyi +21 -0
  40. raystack/assets/v1beta1/schema_pb2.py +44 -0
  41. raystack/assets/v1beta1/schema_pb2.pyi +58 -0
  42. raystack/assets/v1beta1/table_pb2.py +49 -0
  43. raystack/assets/v1beta1/table_pb2.pyi +63 -0
  44. raystack/assets/v1beta1/timestamp_pb2.py +40 -0
  45. raystack/assets/v1beta1/timestamp_pb2.pyi +25 -0
  46. raystack/assets/v1beta1/topic_pb2.py +46 -0
  47. raystack/assets/v1beta1/topic_pb2.pyi +41 -0
  48. raystack/assets/v1beta1/user_pb2.py +45 -0
  49. raystack/assets/v1beta1/user_pb2.pyi +63 -0
  50. raystack/assets/v1beta2/__init__.py +0 -0
  51. raystack/assets/v1beta2/application_pb2.py +39 -0
  52. raystack/assets/v1beta2/application_pb2.pyi +24 -0
  53. raystack/assets/v1beta2/asset_pb2.py +44 -0
  54. raystack/assets/v1beta2/asset_pb2.pyi +49 -0
  55. raystack/assets/v1beta2/bucket_pb2.py +42 -0
  56. raystack/assets/v1beta2/bucket_pb2.pyi +54 -0
  57. raystack/assets/v1beta2/common_pb2.py +44 -0
  58. raystack/assets/v1beta2/common_pb2.pyi +52 -0
  59. raystack/assets/v1beta2/dashboard_pb2.py +42 -0
  60. raystack/assets/v1beta2/dashboard_pb2.pyi +60 -0
  61. raystack/assets/v1beta2/experiment_pb2.py +41 -0
  62. raystack/assets/v1beta2/experiment_pb2.pyi +40 -0
  63. raystack/assets/v1beta2/feature_table_pb2.py +47 -0
  64. raystack/assets/v1beta2/feature_table_pb2.pyi +59 -0
  65. raystack/assets/v1beta2/group_pb2.py +40 -0
  66. raystack/assets/v1beta2/group_pb2.pyi +26 -0
  67. raystack/assets/v1beta2/job_pb2.py +39 -0
  68. raystack/assets/v1beta2/job_pb2.pyi +20 -0
  69. raystack/assets/v1beta2/metric_pb2.py +39 -0
  70. raystack/assets/v1beta2/metric_pb2.pyi +28 -0
  71. raystack/assets/v1beta2/model_pb2.py +49 -0
  72. raystack/assets/v1beta2/model_pb2.pyi +73 -0
  73. raystack/assets/v1beta2/table_pb2.py +47 -0
  74. raystack/assets/v1beta2/table_pb2.pyi +93 -0
  75. raystack/assets/v1beta2/topic_pb2.py +43 -0
  76. raystack/assets/v1beta2/topic_pb2.pyi +40 -0
  77. raystack/assets/v1beta2/user_pb2.py +43 -0
  78. raystack/assets/v1beta2/user_pb2.pyi +61 -0
  79. raystack/common/__init__.py +0 -0
  80. raystack/common/v1/__init__.py +0 -0
  81. raystack/common/v1/service_connect.py +119 -0
  82. raystack/common/v1/service_pb2.py +48 -0
  83. raystack/common/v1/service_pb2.pyi +39 -0
  84. raystack/compass/__init__.py +0 -0
  85. raystack/compass/v1beta1/__init__.py +0 -0
  86. raystack/compass/v1beta1/service_connect.py +2784 -0
  87. raystack/compass/v1beta1/service_pb2.py +581 -0
  88. raystack/compass/v1beta1/service_pb2.pyi +1055 -0
  89. raystack/entropy/__init__.py +0 -0
  90. raystack/entropy/v1beta1/__init__.py +0 -0
  91. raystack/entropy/v1beta1/module_connect.py +379 -0
  92. raystack/entropy/v1beta1/module_pb2.py +72 -0
  93. raystack/entropy/v1beta1/module_pb2.pyi +88 -0
  94. raystack/entropy/v1beta1/resource_connect.py +574 -0
  95. raystack/entropy/v1beta1/resource_pb2.py +134 -0
  96. raystack/entropy/v1beta1/resource_pb2.pyi +268 -0
  97. raystack/frontier/__init__.py +0 -0
  98. raystack/frontier/v1beta1/__init__.py +0 -0
  99. raystack/frontier/v1beta1/admin_connect.py +4021 -0
  100. raystack/frontier/v1beta1/admin_pb2.py +617 -0
  101. raystack/frontier/v1beta1/admin_pb2.pyi +1151 -0
  102. raystack/frontier/v1beta1/frontier_connect.py +10974 -0
  103. raystack/frontier/v1beta1/frontier_pb2.py +1612 -0
  104. raystack/frontier/v1beta1/frontier_pb2.pyi +2666 -0
  105. raystack/frontier/v1beta1/models_pb2.py +400 -0
  106. raystack/frontier/v1beta1/models_pb2.pyi +1160 -0
  107. raystack/guardian/__init__.py +0 -0
  108. raystack/guardian/v1beta1/__init__.py +0 -0
  109. raystack/guardian/v1beta1/guardian_connect.py +2654 -0
  110. raystack/guardian/v1beta1/guardian_pb2.py +527 -0
  111. raystack/guardian/v1beta1/guardian_pb2.pyi +1257 -0
  112. raystack/optimus/__init__.py +0 -0
  113. raystack/optimus/core/__init__.py +0 -0
  114. raystack/optimus/core/v1beta1/__init__.py +0 -0
  115. raystack/optimus/core/v1beta1/backup_connect.py +249 -0
  116. raystack/optimus/core/v1beta1/backup_pb2.py +70 -0
  117. raystack/optimus/core/v1beta1/backup_pb2.pyi +108 -0
  118. raystack/optimus/core/v1beta1/job_run_connect.py +314 -0
  119. raystack/optimus/core/v1beta1/job_run_pb2.py +88 -0
  120. raystack/optimus/core/v1beta1/job_run_pb2.pyi +164 -0
  121. raystack/optimus/core/v1beta1/job_spec_connect.py +1289 -0
  122. raystack/optimus/core/v1beta1/job_spec_pb2.py +229 -0
  123. raystack/optimus/core/v1beta1/job_spec_pb2.pyi +700 -0
  124. raystack/optimus/core/v1beta1/namespace_connect.py +249 -0
  125. raystack/optimus/core/v1beta1/namespace_pb2.py +63 -0
  126. raystack/optimus/core/v1beta1/namespace_pb2.pyi +66 -0
  127. raystack/optimus/core/v1beta1/project_connect.py +249 -0
  128. raystack/optimus/core/v1beta1/project_pb2.py +63 -0
  129. raystack/optimus/core/v1beta1/project_pb2.pyi +60 -0
  130. raystack/optimus/core/v1beta1/replay_connect.py +314 -0
  131. raystack/optimus/core/v1beta1/replay_pb2.py +72 -0
  132. raystack/optimus/core/v1beta1/replay_pb2.pyi +127 -0
  133. raystack/optimus/core/v1beta1/resource_connect.py +509 -0
  134. raystack/optimus/core/v1beta1/resource_pb2.py +93 -0
  135. raystack/optimus/core/v1beta1/resource_pb2.pyi +182 -0
  136. raystack/optimus/core/v1beta1/runtime_connect.py +119 -0
  137. raystack/optimus/core/v1beta1/runtime_pb2.py +45 -0
  138. raystack/optimus/core/v1beta1/runtime_pb2.pyi +19 -0
  139. raystack/optimus/core/v1beta1/secret_connect.py +314 -0
  140. raystack/optimus/core/v1beta1/secret_pb2.py +66 -0
  141. raystack/optimus/core/v1beta1/secret_pb2.pyi +81 -0
  142. raystack/optimus/core/v1beta1/status_pb2.py +39 -0
  143. raystack/optimus/core/v1beta1/status_pb2.pyi +31 -0
  144. raystack/optimus/integration/__init__.py +0 -0
  145. raystack/optimus/integration/v1beta1/__init__.py +0 -0
  146. raystack/optimus/integration/v1beta1/event_pb2.py +50 -0
  147. raystack/optimus/integration/v1beta1/event_pb2.pyi +94 -0
  148. raystack/optimus/plugins/__init__.py +0 -0
  149. raystack/optimus/plugins/v1beta1/__init__.py +0 -0
  150. raystack/optimus/plugins/v1beta1/dependency_resolver_connect.py +314 -0
  151. raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.py +66 -0
  152. raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.pyi +118 -0
  153. raystack/predator/__init__.py +0 -0
  154. raystack/predator/v1beta1/__init__.py +0 -0
  155. raystack/predator/v1beta1/metrics_log_pb2.py +46 -0
  156. raystack/predator/v1beta1/metrics_log_pb2.pyi +68 -0
  157. raystack/predator/v1beta1/result_log_pb2.py +45 -0
  158. raystack/predator/v1beta1/result_log_pb2.pyi +61 -0
  159. raystack/raccoon/__init__.py +0 -0
  160. raystack/raccoon/v1beta1/__init__.py +0 -0
  161. raystack/raccoon/v1beta1/raccoon_connect.py +119 -0
  162. raystack/raccoon/v1beta1/raccoon_pb2.py +52 -0
  163. raystack/raccoon/v1beta1/raccoon_pb2.pyi +74 -0
  164. raystack/siren/__init__.py +0 -0
  165. raystack/siren/v1beta1/__init__.py +0 -0
  166. raystack/siren/v1beta1/siren_connect.py +2329 -0
  167. raystack/siren/v1beta1/siren_pb2.py +415 -0
  168. raystack/siren/v1beta1/siren_pb2.pyi +890 -0
  169. raystack/stencil/__init__.py +0 -0
  170. raystack/stencil/v1beta1/__init__.py +0 -0
  171. raystack/stencil/v1beta1/stencil_connect.py +1094 -0
  172. raystack/stencil/v1beta1/stencil_pb2.py +158 -0
  173. raystack/stencil/v1beta1/stencil_pb2.pyi +357 -0
  174. raystack_proton-2025.11.5.35259.dist-info/METADATA +103 -0
  175. raystack_proton-2025.11.5.35259.dist-info/RECORD +181 -0
  176. raystack_proton-2025.11.5.35259.dist-info/WHEEL +5 -0
  177. raystack_proton-2025.11.5.35259.dist-info/licenses/LICENSE +201 -0
  178. raystack_proton-2025.11.5.35259.dist-info/top_level.txt +4 -0
  179. validate/__init__.py +0 -0
  180. validate/validate_pb2.py +86 -0
  181. validate/validate_pb2.pyi +497 -0
@@ -0,0 +1,1612 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: raystack/frontier/v1beta1/frontier.proto
5
+ # Protobuf Python Version: 6.33.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 33,
16
+ 0,
17
+ '',
18
+ 'raystack/frontier/v1beta1/frontier.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
26
+ from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
27
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
28
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
29
+ from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
30
+ from raystack.frontier.v1beta1 import models_pb2 as raystack_dot_frontier_dot_v1beta1_dot_models__pb2
31
+ from validate import validate_pb2 as validate_dot_validate__pb2
32
+
33
+
34
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(raystack/frontier/v1beta1/frontier.proto\x12\x19raystack.frontier.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\x1a&raystack/frontier/v1beta1/models.proto\x1a\x17validate/validate.proto\"\xc3\x02\n\x19\x42illingAccountRequestBody\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12\x14\n\x05phone\x18\x03 \x01(\tR\x05phone\x12K\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32\x31.raystack.frontier.v1beta1.BillingAccount.AddressR\x07\x61\x64\x64ress\x12\x1a\n\x08\x63urrency\x18\x05 \x01(\tR\x08\x63urrency\x12H\n\x08tax_data\x18\x06 \x03(\x0b\x32-.raystack.frontier.v1beta1.BillingAccount.TaxR\x07taxData\x12\x33\n\x08metadata\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xab\x01\n\x1b\x43reateBillingAccountRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\x12R\n\x04\x62ody\x18\x02 \x01(\x0b\x32\x34.raystack.frontier.v1beta1.BillingAccountRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\x12\x18\n\x07offline\x18\x03 \x01(\x08R\x07offline\"r\n\x1c\x43reateBillingAccountResponse\x12R\n\x0f\x62illing_account\x18\x01 \x01(\x0b\x32).raystack.frontier.v1beta1.BillingAccountR\x0e\x62illingAccount\"\xcf\x01\n\x18GetBillingAccountRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\x12\x30\n\x14with_payment_methods\x18\x03 \x01(\x08R\x12withPaymentMethods\x12\x30\n\x14with_billing_details\x18\x04 \x01(\x08R\x12withBillingDetails\x12\x16\n\x06\x65xpand\x18\x65 \x03(\tR\x06\x65xpand\"\x9d\x02\n\x19GetBillingAccountResponse\x12R\n\x0f\x62illing_account\x18\x01 \x01(\x0b\x32).raystack.frontier.v1beta1.BillingAccountR\x0e\x62illingAccount\x12Q\n\x0fpayment_methods\x18\x02 \x03(\x0b\x32(.raystack.frontier.v1beta1.PaymentMethodR\x0epaymentMethods\x12Y\n\x0f\x62illing_details\x18\x03 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.BillingAccountDetailsR\x0e\x62illingDetails\"\xa1\x01\n\x1bUpdateBillingAccountRequest\x12\x18\n\x02id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\x12H\n\x04\x62ody\x18\x03 \x01(\x0b\x32\x34.raystack.frontier.v1beta1.BillingAccountRequestBodyR\x04\x62ody\"r\n\x1cUpdateBillingAccountResponse\x12R\n\x0f\x62illing_account\x18\x01 \x01(\x0b\x32).raystack.frontier.v1beta1.BillingAccountR\x0e\x62illingAccount\"Y\n\x1dRegisterBillingAccountRequest\x12\x18\n\x02id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\" \n\x1eRegisterBillingAccountResponse\"T\n\x1aListBillingAccountsRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\x12\x16\n\x06\x65xpand\x18\x65 \x03(\tR\x06\x65xpand\"s\n\x1bListBillingAccountsResponse\x12T\n\x10\x62illing_accounts\x18\x01 \x03(\x0b\x32).raystack.frontier.v1beta1.BillingAccountR\x0f\x62illingAccounts\"W\n\x1b\x44\x65leteBillingAccountRequest\x12\x18\n\x02id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\"\x1e\n\x1c\x44\x65leteBillingAccountResponse\"W\n\x1b\x45nableBillingAccountRequest\x12\x18\n\x02id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\"\x1e\n\x1c\x45nableBillingAccountResponse\"X\n\x1c\x44isableBillingAccountRequest\x12\x18\n\x02id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\"\x1f\n\x1d\x44isableBillingAccountResponse\"T\n\x18GetBillingBalanceRequest\x12\x18\n\x02id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\"h\n\x19GetBillingBalanceResponse\x12K\n\x07\x62\x61lance\x18\x01 \x01(\x0b\x32\x31.raystack.frontier.v1beta1.BillingAccount.BalanceR\x07\x62\x61lance\"o\n\x11HasTrialedRequest\x12\x18\n\x02id\x18\x01 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x05orgId\x12 \n\x07plan_id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x06planId\".\n\x12HasTrialedResponse\x12\x18\n\x07trialed\x18\x01 \x01(\x08R\x07trialed\"\xb7\x01\n\x19\x43reateBillingUsageRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x1d\n\nproject_id\x18\x04 \x01(\tR\tprojectId\x12\x38\n\x06usages\x18\x03 \x03(\x0b\x32 .raystack.frontier.v1beta1.UsageR\x06usages\"\x1c\n\x1a\x43reateBillingUsageResponse\"\xb0\x02\n\x1eListBillingTransactionsRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x34\n\x05since\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02\x18\x01R\x05since\x12;\n\x0bstart_range\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nstartRange\x12\x37\n\tend_range\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x08\x65ndRange\x12\x16\n\x06\x65xpand\x18\x65 \x03(\tR\x06\x65xpand\"t\n\x1fListBillingTransactionsResponse\x12Q\n\x0ctransactions\x18\x01 \x03(\x0b\x32-.raystack.frontier.v1beta1.BillingTransactionR\x0ctransactions\"j\n\x1fTotalDebitedTransactionsRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\'\n\nbilling_id\x18\x02 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\tbillingId\"o\n TotalDebitedTransactionsResponse\x12K\n\x07\x64\x65\x62ited\x18\x01 \x01(\x0b\x32\x31.raystack.frontier.v1beta1.BillingAccount.BalanceR\x07\x64\x65\x62ited\"\x95\x01\n\x16GetSubscriptionRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x17\n\x02id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12\x16\n\x06\x65xpand\x18\x65 \x03(\tR\x06\x65xpand\"f\n\x17GetSubscriptionResponse\x12K\n\x0csubscription\x18\x01 \x01(\x0b\x32\'.raystack.frontier.v1beta1.SubscriptionR\x0csubscription\"\xa8\x01\n\x18ListSubscriptionsRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x14\n\x05state\x18\x03 \x01(\tR\x05state\x12\x12\n\x04plan\x18\x04 \x01(\tR\x04plan\x12\x16\n\x06\x65xpand\x18\x65 \x03(\tR\x06\x65xpand\"j\n\x19ListSubscriptionsResponse\x12M\n\rsubscriptions\x18\x01 \x03(\x0b\x32\'.raystack.frontier.v1beta1.SubscriptionR\rsubscriptions\"\xb5\x01\n\x19UpdateSubscriptionRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x17\n\x02id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12\x33\n\x08metadata\x18\x14 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"i\n\x1aUpdateSubscriptionResponse\x12K\n\x0csubscription\x18\x01 \x01(\x0b\x32\'.raystack.frontier.v1beta1.SubscriptionR\x0csubscription\"\x96\x04\n\x19\x43hangeSubscriptionRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x17\n\x02id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12\x16\n\x04plan\x18\x04 \x01(\tB\x02\x18\x01R\x04plan\x12 \n\timmediate\x18\x05 \x01(\x08\x42\x02\x18\x01R\timmediate\x12\x62\n\x0bplan_change\x18\x06 \x01(\x0b\x32?.raystack.frontier.v1beta1.ChangeSubscriptionRequest.PlanChangeH\x00R\nplanChange\x12\x65\n\x0cphase_change\x18\x07 \x01(\x0b\x32@.raystack.frontier.v1beta1.ChangeSubscriptionRequest.PhaseChangeH\x00R\x0bphaseChange\x1a>\n\nPlanChange\x12\x12\n\x04plan\x18\x01 \x01(\tR\x04plan\x12\x1c\n\timmediate\x18\x02 \x01(\x08R\timmediate\x1a\x45\n\x0bPhaseChange\x12\x36\n\x17\x63\x61ncel_upcoming_changes\x18\x01 \x01(\x08R\x15\x63\x61ncelUpcomingChangesB\x08\n\x06\x63hange\"a\n\x1a\x43hangeSubscriptionResponse\x12\x43\n\x05phase\x18\x01 \x01(\x0b\x32-.raystack.frontier.v1beta1.Subscription.PhaseR\x05phase\"\x9e\x01\n\x19\x43\x61ncelSubscriptionRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x17\n\x02id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12\x1c\n\timmediate\x18\x04 \x01(\x08R\timmediate\"\x1c\n\x1a\x43\x61ncelSubscriptionResponse\"\x12\n\x10ListPlansRequest\"J\n\x11ListPlansResponse\x12\x35\n\x05plans\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.PlanR\x05plans\"\xa5\x01\n\x1e\x43heckFeatureEntitlementRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x1d\n\nproject_id\x18\x04 \x01(\tR\tprojectId\x12!\n\x07\x66\x65\x61ture\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x07\x66\x65\x61ture\"9\n\x1f\x43heckFeatureEntitlementResponse\x12\x16\n\x06status\x18\x01 \x01(\x08R\x06status\"`\n\x1d\x43heckCreditEntitlementRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\x1f\n\x06\x61mount\x18\x02 \x01(\x03\x42\x07\xfa\x42\x04\"\x02 \x00R\x06\x61mount\"8\n\x1e\x43heckCreditEntitlementResponse\x12\x16\n\x06status\x18\x01 \x01(\x08R\x06status\"\xa5\x03\n\x15\x43reateCheckoutRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x1f\n\x0bsuccess_url\x18\x03 \x01(\tR\nsuccessUrl\x12\x1d\n\ncancel_url\x18\x04 \x01(\tR\tcancelUrl\x12`\n\x11subscription_body\x18\n \x01(\x0b\x32\x33.raystack.frontier.v1beta1.CheckoutSubscriptionBodyR\x10subscriptionBody\x12Q\n\x0cproduct_body\x18\x0b \x01(\x0b\x32..raystack.frontier.v1beta1.CheckoutProductBodyR\x0bproductBody\x12K\n\nsetup_body\x18\x0c \x01(\x0b\x32,.raystack.frontier.v1beta1.CheckoutSetupBodyR\tsetupBody\"o\n\x16\x43reateCheckoutResponse\x12U\n\x10\x63heckout_session\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.CheckoutSessionR\x0f\x63heckoutSession\"b\n\x14ListCheckoutsRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\"p\n\x15ListCheckoutsResponse\x12W\n\x11\x63heckout_sessions\x18\x01 \x03(\x0b\x32*.raystack.frontier.v1beta1.CheckoutSessionR\x10\x63heckoutSessions\"y\n\x12GetCheckoutRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12\x17\n\x02id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\"l\n\x13GetCheckoutResponse\x12U\n\x10\x63heckout_session\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.CheckoutSessionR\x0f\x63heckoutSession\"\xd3\x03\n\x12ProductRequestBody\x12\x1b\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x04name\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x17\n\x07plan_id\x18\x04 \x01(\tR\x06planId\x12\x38\n\x06prices\x18\x05 \x03(\x0b\x32 .raystack.frontier.v1beta1.PriceR\x06prices\x12>\n\x08\x62\x65havior\x18\x08 \x01(\tB\"\xfa\x42\x1fr\x1dR\x05\x62\x61sicR\x07\x63reditsR\x08per_seat\xd0\x01\x01R\x08\x62\x65havior\x12>\n\x08\x66\x65\x61tures\x18\t \x03(\x0b\x32\".raystack.frontier.v1beta1.FeatureR\x08\x66\x65\x61tures\x12Z\n\x0f\x62\x65havior_config\x18\n \x01(\x0b\x32\x31.raystack.frontier.v1beta1.Product.BehaviorConfigR\x0e\x62\x65haviorConfig\x12\x33\n\x08metadata\x18\x14 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadataJ\x04\x08\x07\x10\x08\"c\n\x14\x43reateProductRequest\x12K\n\x04\x62ody\x18\x01 \x01(\x0b\x32-.raystack.frontier.v1beta1.ProductRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"U\n\x15\x43reateProductResponse\x12<\n\x07product\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.ProductR\x07product\",\n\x11GetProductRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\"R\n\x12GetProductResponse\x12<\n\x07product\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.ProductR\x07product\"\x15\n\x13ListProductsRequest\"V\n\x14ListProductsResponse\x12>\n\x08products\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.ProductR\x08products\"r\n\x14UpdateProductRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12\x41\n\x04\x62ody\x18\x02 \x01(\x0b\x32-.raystack.frontier.v1beta1.ProductRequestBodyR\x04\x62ody\"U\n\x15UpdateProductResponse\x12<\n\x07product\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.ProductR\x07product\"\x9d\x01\n\x12\x46\x65\x61tureRequestBody\x12\x1b\n\x04name\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x04name\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12\x1f\n\x0bproduct_ids\x18\x03 \x03(\tR\nproductIds\x12\x33\n\x08metadata\x18\x14 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"c\n\x14\x43reateFeatureRequest\x12K\n\x04\x62ody\x18\x01 \x01(\x0b\x32-.raystack.frontier.v1beta1.FeatureRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"U\n\x15\x43reateFeatureResponse\x12<\n\x07\x66\x65\x61ture\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.FeatureR\x07\x66\x65\x61ture\",\n\x11GetFeatureRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\"R\n\x12GetFeatureResponse\x12<\n\x07\x66\x65\x61ture\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.FeatureR\x07\x66\x65\x61ture\"r\n\x14UpdateFeatureRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12\x41\n\x04\x62ody\x18\x02 \x01(\x0b\x32-.raystack.frontier.v1beta1.FeatureRequestBodyR\x04\x62ody\"U\n\x15UpdateFeatureResponse\x12<\n\x07\x66\x65\x61ture\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.FeatureR\x07\x66\x65\x61ture\"\x15\n\x13ListFeaturesRequest\"V\n\x14ListFeaturesResponse\x12>\n\x08\x66\x65\x61tures\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.FeatureR\x08\x66\x65\x61tures\"\xd6\x02\n\x0fPlanRequestBody\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12>\n\x08products\x18\x04 \x03(\x0b\x32\".raystack.frontier.v1beta1.ProductR\x08products\x12\x39\n\x08interval\x18\x05 \x01(\tB\x1d\xfa\x42\x1ar\x18R\x03\x64\x61yR\x04weekR\x05monthR\x04yearR\x08interval\x12(\n\x10on_start_credits\x18\x06 \x01(\x03R\x0eonStartCredits\x12\x1d\n\ntrial_days\x18\x07 \x01(\x03R\ttrialDays\x12\x33\n\x08metadata\x18\x14 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"]\n\x11\x43reatePlanRequest\x12H\n\x04\x62ody\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.PlanRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"I\n\x12\x43reatePlanResponse\x12\x33\n\x04plan\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.PlanR\x04plan\")\n\x0eGetPlanRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\"F\n\x0fGetPlanResponse\x12\x33\n\x04plan\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.PlanR\x04plan\"l\n\x11UpdatePlanRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x02id\x12>\n\x04\x62ody\x18\x02 \x01(\x0b\x32*.raystack.frontier.v1beta1.PlanRequestBodyR\x04\x62ody\"I\n\x12UpdatePlanResponse\x12\x33\n\x04plan\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.PlanR\x04plan\"\xa9\x01\n\x13ListInvoicesRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\x12.\n\x13nonzero_amount_only\x18\x03 \x01(\x08R\x11nonzeroAmountOnly\x12\x16\n\x06\x65xpand\x18\x65 \x03(\tR\x06\x65xpand\"V\n\x14ListInvoicesResponse\x12>\n\x08invoices\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.InvoiceR\x08invoices\"g\n\x19GetUpcomingInvoiceRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12*\n\nbilling_id\x18\x02 \x01(\tB\x0b\xfa\x42\x08r\x06\xb0\x01\x01\xd0\x01\x01R\tbillingId\"Z\n\x1aGetUpcomingInvoiceResponse\x12<\n\x07invoice\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.InvoiceR\x07invoice\"\x10\n\x0eGetJWKsRequest\"L\n\x0fGetJWKsResponse\x12\x39\n\x04keys\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.JSONWebKeyR\x04keys\"\x13\n\x11\x41uthLogoutRequest\"\x14\n\x12\x41uthLogoutResponse\"\xa2\x01\n\x13\x41uthCallbackRequest\x12#\n\rstrategy_name\x18\x01 \x01(\tR\x0cstrategyName\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12\x12\n\x04\x63ode\x18\x03 \x01(\tR\x04\x63ode\x12<\n\rstate_options\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x0cstateOptions\"\x16\n\x14\x41uthCallbackResponse\"\x9c\x06\n\x13\x41uthenticateRequest\x12r\n\rstrategy_name\x18\x01 \x01(\tBM\x92\x41J2HName of the strategy to use for authentication.<br/> *Example:* `google`R\x0cstrategyName\x12{\n\x10redirect_onstart\x18\x02 \x01(\x08\x42P\x92\x41M2KIf set to true, location header will be set for redirect to start auth flowR\x0fredirectOnstart\x12\x82\x01\n\treturn_to\x18\x03 \x01(\tBe\x92\x41\x62\x32`URL to redirect after successful authentication.<br/> *Example:*`\"https://frontier.example.com\"`R\x08returnTo\x12u\n\x05\x65mail\x18\x04 \x01(\tB_\x92\x41\\2ZEmail of the user to authenticate. Used for magic links.<br/> *Example:*`example@acme.org`R\x05\x65mail\x12\x97\x02\n\x0c\x63\x61llback_url\x18\x05 \x01(\tB\xf3\x01\x92\x41\xef\x01\x32\xec\x01Host which should handle the call to finish authentication flow, for most cases it could be host of frontier but in case of proxies, this will be proxy public endpoint.<br/> *Example:*`https://frontier.example.com/v1beta1/auth/callback`R\x0b\x63\x61llbackUrl\"\x86\x01\n\x14\x41uthenticateResponse\x12\x1a\n\x08\x65ndpoint\x18\x01 \x01(\tR\x08\x65ndpoint\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12<\n\rstate_options\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x0cstateOptions\"S\n\x0c\x41uthStrategy\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12/\n\x06params\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructR\x06params\"\x1b\n\x19ListAuthStrategiesRequest\"e\n\x1aListAuthStrategiesResponse\x12G\n\nstrategies\x18\x01 \x03(\x0b\x32\'.raystack.frontier.v1beta1.AuthStrategyR\nstrategies\"\x91\x01\n\x10\x41uthTokenRequest\x12\x1d\n\ngrant_type\x18\x01 \x01(\tR\tgrantType\x12\x1b\n\tclient_id\x18\x02 \x01(\tR\x08\x63lientId\x12#\n\rclient_secret\x18\x03 \x01(\tR\x0c\x63lientSecret\x12\x1c\n\tassertion\x18\x04 \x01(\tR\tassertion\"U\n\x11\x41uthTokenResponse\x12!\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssToken\x12\x1d\n\ntoken_type\x18\x02 \x01(\tR\ttokenType\"\x99\x0c\n\x0fUserRequestBody\x12\xcc\x02\n\x04name\x18\x01 \x01(\tB\xb7\x02\x92\x41\x8c\x02\x32\x89\x02The name of the user. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores and must start with a letter. If not provided, Frontier automatically generates a name from the user email. \xfa\x42$r\"2 ^([a-zA-Z][a-zA-Z0-9-_]{3,64})?$R\x04name\x12\xa3\x01\n\x05\x65mail\x18\x02 \x01(\tB\x8c\x01\x92\x41~2|The email of the user. The email must be unique within the entire Frontier instance.<br/>*Example:*`\"john.doe@raystack.org\"`\xe2\x41\x01\x02\xfa\x42\x04r\x02`\x01R\x05\x65mail\x12\xe2\x03\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\xac\x03\x92\x41\xa8\x03\x32\xa5\x03Metadata object for users that can hold key value pairs pre-defined in User Metaschema. The metadata object can be used to store arbitrary information about the user such as label, description etc. By default the user metaschema contains labels and descriptions for the user. Update the same to add more fields to the user metadata object. <br/>*Example:*`{\"label\": {\"key1\": \"value1\"}, \"description\": \"User Description\"}`R\x08metadata\x12\xb0\x01\n\x05title\x18\x04 \x01(\tB\x99\x01\x92\x41\x95\x01\x32\x92\x01The title can contain any UTF-8 character, used to provide a human-readable name for the user. Can also be left empty. <br/>*Example:*`\"John Doe\"`R\x05title\x12\xf8\x02\n\x06\x61vatar\x18\x05 \x01(\tB\xdf\x02\x92\x41\x8f\x02\x32\xd3\x01The avatar is base64 encoded image data of the user. Can also be left empty. The image should be less than 200KB. Should follow the regex pattern `^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$`.J7\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA\"\xfa\x42IrG\x18\x90\xa1\x0f\x32>^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$\xd0\x01\x01R\x06\x61vatar\"\xfa\x03\n\x10ListUsersRequest\x12o\n\tpage_size\x18\x01 \x01(\x05\x42R\x92\x41\x46\x32\x44The maximum number of users to return per page. The default is 1000.\xfa\x42\x06\x1a\x04(\x01@\x01R\x08pageSize\x12U\n\x08page_num\x18\x02 \x01(\x05\x42:\x92\x41.2,The page number to return. The default is 1.\xfa\x42\x06\x1a\x04(\x01@\x01R\x07pageNum\x12J\n\x07keyword\x18\x03 \x01(\tB0\x92\x41-2+The keyword to search for in name or email.R\x07keyword\x12\x43\n\x06org_id\x18\x04 \x01(\tB,\x92\x41)2\'The organization ID to filter users by.R\x05orgId\x12:\n\x08group_id\x18\x05 \x01(\tB\x1f\x92\x41\x1c\x32\x1aThe group id to filter by.R\x07groupId\x12Q\n\x05state\x18\x06 \x01(\tB;\x92\x41\x38\x32\x36The state to filter by. It can be enabled or disabled.R\x05state\"`\n\x11ListUsersResponse\x12\x14\n\x05\x63ount\x18\x01 \x01(\x05R\x05\x63ount\x12\x35\n\x05users\x18\x02 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\"]\n\x11\x43reateUserRequest\x12H\n\x04\x62ody\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.UserRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"I\n\x12\x43reateUserResponse\x12\x33\n\x04user\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x04user\"F\n\x1eListOrganizationsByUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\"\xc9\x01\n\x1fListOrganizationsByUserResponse\x12M\n\rorganizations\x18\x01 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\rorganizations\x12W\n\x13joinable_via_domain\x18\x02 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\x11joinableViaDomain\"=\n%ListOrganizationsByCurrentUserRequest\x12\x14\n\x05state\x18\x01 \x01(\tR\x05state\"\xd0\x01\n&ListOrganizationsByCurrentUserResponse\x12M\n\rorganizations\x18\x01 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\rorganizations\x12W\n\x13joinable_via_domain\x18\x02 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\x11joinableViaDomain\"+\n\x19ListProjectsByUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\\\n\x1aListProjectsByUserResponse\x12>\n\x08projects\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x08projects\"\xfd\x02\n ListProjectsByCurrentUserRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12)\n\x10with_permissions\x18\x02 \x03(\tR\x0fwithPermissions\x12#\n\rnon_inherited\x18\x03 \x01(\x08R\x0cnonInherited\x12*\n\x11with_member_count\x18\x04 \x01(\x08R\x0fwithMemberCount\x12o\n\tpage_size\x18\x05 \x01(\x05\x42R\x92\x41\x46\x32\x44The maximum number of users to return per page. The default is 1000.\xfa\x42\x06\x1a\x04(\x01@\x01R\x08pageSize\x12U\n\x08page_num\x18\x06 \x01(\x05\x42:\x92\x41.2,The page number to return. The default is 1.\xfa\x42\x06\x1a\x04(\x01@\x01R\x07pageNum\"\xb4\x02\n!ListProjectsByCurrentUserResponse\x12>\n\x08projects\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x08projects\x12j\n\x0c\x61\x63\x63\x65ss_pairs\x18\x02 \x03(\x0b\x32G.raystack.frontier.v1beta1.ListProjectsByCurrentUserResponse.AccessPairR\x0b\x61\x63\x63\x65ssPairs\x12\x14\n\x05\x63ount\x18\x03 \x01(\x05R\x05\x63ount\x1aM\n\nAccessPair\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12 \n\x0bpermissions\x18\x02 \x03(\tR\x0bpermissions\"#\n\x11\x45nableUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x14\n\x12\x45nableUserResponse\"$\n\x12\x44isableUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x15\n\x13\x44isableUserResponse\"#\n\x11\x44\x65leteUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x14\n\x12\x44\x65leteUserResponse\"F\n\x0fGetUserResponse\x12\x33\n\x04user\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x04user\"\x17\n\x15GetCurrentUserRequest\"\x97\x01\n\x16GetCurrentUserResponse\x12\x33\n\x04user\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x04user\x12H\n\x0bserviceuser\x18\x02 \x01(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0bserviceuser\"I\n\x12UpdateUserResponse\x12\x33\n\x04user\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x04user\"P\n\x19UpdateCurrentUserResponse\x12\x33\n\x04user\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x04user\"c\n\x11UpdateUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12>\n\x04\x62ody\x18\x02 \x01(\x0b\x32*.raystack.frontier.v1beta1.UserRequestBodyR\x04\x62ody\" \n\x0eGetUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x8c\x01\n\x1cListCurrentUserGroupsRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\x12)\n\x10with_permissions\x18\x02 \x03(\tR\x0fwithPermissions\x12*\n\x11with_member_count\x18\x03 \x01(\x08R\x0fwithMemberCount\"\x8c\x02\n\x1dListCurrentUserGroupsResponse\x12\x38\n\x06groups\x18\x01 \x03(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x06groups\x12\x66\n\x0c\x61\x63\x63\x65ss_pairs\x18\x02 \x03(\x0b\x32\x43.raystack.frontier.v1beta1.ListCurrentUserGroupsResponse.AccessPairR\x0b\x61\x63\x63\x65ssPairs\x1aI\n\nAccessPair\x12\x19\n\x08group_id\x18\x01 \x01(\tR\x07groupId\x12 \n\x0bpermissions\x18\x02 \x03(\tR\x0bpermissions\"\xe4\x01\n\x15ListUserGroupsRequest\x12\x41\n\x02id\x18\x01 \x01(\tB1\x92\x41.2,The unique ID of the user to get groups for.R\x02id\x12\x81\x01\n\x06org_id\x18\x03 \x01(\tBj\x92\x41g2eThe organization ID to filter groups by. If not provided, groups from all organizations are returned.R\x05orgIdJ\x04\x08\x02\x10\x03\"R\n\x16ListUserGroupsResponse\x12\x38\n\x06groups\x18\x01 \x03(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x06groups\"Z\n\x18UpdateCurrentUserRequest\x12>\n\x04\x62ody\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.UserRequestBodyR\x04\x62ody\"^\n\x1aListUserInvitationsRequest\x12@\n\x02id\x18\x01 \x01(\tB0\x92\x41-2+The user email to list the invitations for.R\x02id\"f\n\x1bListUserInvitationsResponse\x12G\n\x0binvitations\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.InvitationR\x0binvitations\"#\n!ListCurrentUserInvitationsRequest\"\xaa\x01\n\"ListCurrentUserInvitationsResponse\x12G\n\x0binvitations\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.InvitationR\x0binvitations\x12;\n\x04orgs\x18\x02 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\x04orgs\"\xc4\x01\n\x17ListServiceUsersRequest\x12V\n\x06org_id\x18\x01 \x01(\tB?\x92\x41\x31\x32/The organization ID to filter service users by.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12Q\n\x05state\x18\x02 \x01(\tB;\x92\x41\x38\x32\x36The state to filter by. It can be enabled or disabled.R\x05state\"f\n\x18ListServiceUsersResponse\x12J\n\x0cserviceusers\x18\x01 \x03(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0cserviceusers\"\xa2\x01\n\x16ServiceUserRequestBody\x12S\n\x05title\x18\x01 \x01(\tB=\x92\x41:2\'User friendly name of the service user.J\x0f\"Order Service\"R\x05title\x12\x33\n\x08metadata\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xc3\x01\n\x18\x43reateServiceUserRequest\x12\x45\n\x04\x62ody\x18\x01 \x01(\x0b\x32\x31.raystack.frontier.v1beta1.ServiceUserRequestBodyR\x04\x62ody\x12`\n\x06org_id\x18\x02 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"e\n\x19\x43reateServiceUserResponse\x12H\n\x0bserviceuser\x18\x01 \x01(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0bserviceuser\"\xb9\x01\n\x15GetServiceUserRequest\x12>\n\x02id\x18\x01 \x01(\tB.\x92\x41+2)The unique ID of the service user to get.R\x02id\x12`\n\x06org_id\x18\x02 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"b\n\x16GetServiceUserResponse\x12H\n\x0bserviceuser\x18\x01 \x01(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0bserviceuser\"\xbf\x01\n\x18\x44\x65leteServiceUserRequest\x12\x41\n\x02id\x18\x01 \x01(\tB1\x92\x41.2,The unique ID of the service user to delete.R\x02id\x12`\n\x06org_id\x18\x02 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\x1b\n\x19\x44\x65leteServiceUserResponse\"\xe2\x01\n\x1b\x43reateServiceUserJWKRequest\x12K\n\x02id\x18\x01 \x01(\tB;\x92\x41\x38\x32\x36The unique ID of the service user to create a key for.R\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12`\n\x06org_id\x18\x03 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"Z\n\x1c\x43reateServiceUserJWKResponse\x12:\n\x03key\x18\x01 \x01(\x0b\x32(.raystack.frontier.v1beta1.KeyCredentialR\x03key\"\x84\x02\n\x18GetServiceUserJWKRequest\x12H\n\x02id\x18\x01 \x01(\tB8\x92\x41\x35\x32\x33The unique ID of the service user to get a key for.R\x02id\x12<\n\x06key_id\x18\x02 \x01(\tB%\x92\x41\"2 The unique ID of the key to get.R\x05keyId\x12`\n\x06org_id\x18\x03 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"V\n\x19GetServiceUserJWKResponse\x12\x39\n\x04keys\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.JSONWebKeyR\x04keys\"\xc8\x01\n\x1aListServiceUserJWKsRequest\x12H\n\x02id\x18\x01 \x01(\tB8\x92\x41\x35\x32\x33The unique ID of the service user to list keys for.R\x02id\x12`\n\x06org_id\x18\x02 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\\\n\x1bListServiceUserJWKsResponse\x12=\n\x04keys\x18\x01 \x03(\x0b\x32).raystack.frontier.v1beta1.ServiceUserJWKR\x04keys\"\x8d\x02\n\x1b\x44\x65leteServiceUserJWKRequest\x12K\n\x02id\x18\x01 \x01(\tB;\x92\x41\x38\x32\x36The unique ID of the service user to delete a key for.R\x02id\x12?\n\x06key_id\x18\x02 \x01(\tB(\x92\x41%2#The unique ID of the key to delete.R\x05keyId\x12`\n\x06org_id\x18\x03 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\x1e\n\x1c\x44\x65leteServiceUserJWKResponse\"\xe9\x01\n\"CreateServiceUserCredentialRequest\x12K\n\x02id\x18\x01 \x01(\tB;\x92\x41\x38\x32\x36The unique ID of the service user to create a key for.R\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12`\n\x06org_id\x18\x03 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"j\n#CreateServiceUserCredentialResponse\x12\x43\n\x06secret\x18\x01 \x01(\x0b\x32+.raystack.frontier.v1beta1.SecretCredentialR\x06secret\"\xd2\x01\n!ListServiceUserCredentialsRequest\x12K\n\x02id\x18\x01 \x01(\tB;\x92\x41\x38\x32\x36The unique ID of the service user to list secrets for.R\x02id\x12`\n\x06org_id\x18\x02 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"k\n\"ListServiceUserCredentialsResponse\x12\x45\n\x07secrets\x18\x01 \x03(\x0b\x32+.raystack.frontier.v1beta1.SecretCredentialR\x07secrets\"\xa0\x02\n\"DeleteServiceUserCredentialRequest\x12N\n\x02id\x18\x01 \x01(\tB>\x92\x41;29The unique ID of the service user to delete a secret for.R\x02id\x12H\n\tsecret_id\x18\x02 \x01(\tB+\x92\x41(2&The unique ID of the secret to delete.R\x08secretId\x12`\n\x06org_id\x18\x03 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"%\n#DeleteServiceUserCredentialResponse\"\xe6\x01\n\x1d\x43reateServiceUserTokenRequest\x12M\n\x02id\x18\x01 \x01(\tB=\x92\x41:28The unique ID of the service user to create a token for.R\x02id\x12\x14\n\x05title\x18\x02 \x01(\tR\x05title\x12`\n\x06org_id\x18\x03 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"c\n\x1e\x43reateServiceUserTokenResponse\x12\x41\n\x05token\x18\x01 \x01(\x0b\x32+.raystack.frontier.v1beta1.ServiceUserTokenR\x05token\"\xcc\x01\n\x1cListServiceUserTokensRequest\x12J\n\x02id\x18\x01 \x01(\tB:\x92\x41\x37\x32\x35The unique ID of the service user to list tokens for.R\x02id\x12`\n\x06org_id\x18\x02 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"d\n\x1dListServiceUserTokensResponse\x12\x43\n\x06tokens\x18\x01 \x03(\x0b\x32+.raystack.frontier.v1beta1.ServiceUserTokenR\x06tokens\"\x97\x02\n\x1d\x44\x65leteServiceUserTokenRequest\x12M\n\x02id\x18\x01 \x01(\tB=\x92\x41:28The unique ID of the service user to delete a token for.R\x02id\x12\x45\n\x08token_id\x18\x02 \x01(\tB*\x92\x41\'2%The unique ID of the token to delete.R\x07tokenId\x12`\n\x06org_id\x18\x03 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\" \n\x1e\x44\x65leteServiceUserTokenResponse\"\xfb\x01\n\x1eListServiceUserProjectsRequest\x12L\n\x02id\x18\x01 \x01(\tB<\x92\x41\x39\x32\x37The unique ID of the service user to list projects for.R\x02id\x12`\n\x06org_id\x18\x02 \x01(\tBI\x92\x41;29The organization ID to which the service user belongs to.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12)\n\x10with_permissions\x18\x03 \x03(\tR\x0fwithPermissions\"\x9a\x02\n\x1fListServiceUserProjectsResponse\x12>\n\x08projects\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x08projects\x12h\n\x0c\x61\x63\x63\x65ss_pairs\x18\x02 \x03(\x0b\x32\x45.raystack.frontier.v1beta1.ListServiceUserProjectsResponse.AccessPairR\x0b\x61\x63\x63\x65ssPairs\x1aM\n\nAccessPair\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12 \n\x0bpermissions\x18\x02 \x03(\tR\x0bpermissions\"\xa3\x02\n\x1dListOrganizationGroupsRequest\x12\x30\n\x06org_id\x18\x02 \x01(\tB\x19\xfa\x42\x16r\x14\x10\x03\x32\x10^[A-Za-z0-9_-]+$R\x05orgId\x12^\n\x05state\x18\x03 \x01(\tBH\x92\x41\x45\x32\x43The state of the group to filter by. It can be enabled or disabled.R\x05state\x12\x1b\n\tgroup_ids\x18\x04 \x03(\tR\x08groupIds\x12!\n\x0cwith_members\x18\x05 \x01(\x08R\x0bwithMembers\x12*\n\x11with_member_count\x18\x06 \x01(\x08R\x0fwithMemberCountJ\x04\x08\x01\x10\x02\"Z\n\x1eListOrganizationGroupsResponse\x12\x38\n\x06groups\x18\x01 \x03(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x06groups\"\xbc\x01\n\x1d\x43reateOrganizationRoleRequest\x12H\n\x04\x62ody\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.RoleRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\x12Q\n\x06org_id\x18\x02 \x01(\tB:\x92\x41\x33\x32\x31The organization ID to which the role belongs to.\xe2\x41\x01\x02R\x05orgId\"U\n\x1e\x43reateOrganizationRoleResponse\x12\x33\n\x04role\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x04role\"L\n\x1aGetOrganizationRoleRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\"R\n\x1bGetOrganizationRoleResponse\x12\x33\n\x04role\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x04role\"\x86\x01\n\x1dUpdateOrganizationRoleRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x15\n\x06org_id\x18\x03 \x01(\tR\x05orgId\x12>\n\x04\x62ody\x18\x02 \x01(\x0b\x32*.raystack.frontier.v1beta1.RoleRequestBodyR\x04\x62ody\"U\n\x1eUpdateOrganizationRoleResponse\x12\x33\n\x04role\x18\x01 \x01(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x04role\"@\n\x10ListRolesRequest\x12\x14\n\x05state\x18\x01 \x01(\tR\x05state\x12\x16\n\x06scopes\x18\x02 \x03(\tR\x06scopes\"J\n\x11ListRolesResponse\x12\x35\n\x05roles\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x05roles\"l\n\x1cListOrganizationRolesRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\x14\n\x05state\x18\x02 \x01(\tR\x05state\x12\x16\n\x06scopes\x18\x03 \x03(\tR\x06scopes\"V\n\x1dListOrganizationRolesResponse\x12\x35\n\x05roles\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x05roles\"O\n\x1d\x44\x65leteOrganizationRoleRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\" \n\x1e\x44\x65leteOrganizationRoleResponse\"\xca\n\n\x17OrganizationRequestBody\x12\x81\x02\n\x04name\x18\x01 \x01(\tB\xec\x01\x92\x41\xcd\x01\x32\xca\x01The name of the organization. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.<br/>*Example:*`\"frontier-org1-acme\"`\xe2\x41\x01\x02\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9-_]+$R\x04name\x12\xb9\x01\n\x05title\x18\x02 \x01(\tB\xa2\x01\x92\x41\x9e\x01\x32\x9b\x01The title can contain any UTF-8 character, used to provide a human-readable name for the organization. Can also be left empty.<br/> *Example*: `\"Acme Inc\"`R\x05title\x12\xf3\x03\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\xbd\x03\x92\x41\xb9\x03\x32\xb6\x03Metadata object for organizations that can hold key value pairs defined in Organization Metaschema. The metadata object can be used to store arbitrary information about the organization such as labels, descriptions etc. The default Organization Metaschema contains labels and descripton fields. Update the Organization Metaschema to add more fields. <br/>*Example*:`{\"labels\": {\"key\": \"value\"}, \"description\": \"Organization description\"}`R\x08metadata\x12\xf8\x02\n\x06\x61vatar\x18\x04 \x01(\tB\xdf\x02\x92\x41\x8f\x02\x32\xd3\x01The avatar is base64 encoded image data of the user. Can also be left empty. The image should be less than 200KB. Should follow the regex pattern `^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$`.J7\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA\"\xfa\x42IrG\x18\x90\xa1\x0f\x32>^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$\xd0\x01\x01R\x06\x61vatar\"\x8b\x04\n\x18ListOrganizationsRequest\x12\xcf\x01\n\x07user_id\x18\x01 \x01(\tB\xb5\x01\x92\x41\xb1\x01\x32\xae\x01The user ID to filter by. It can be used to list all the organizations that the user is a member of. Otherwise, all the organizations in the Frontier instance will be listed.R\x06userId\x12U\n\x05state\x18\x02 \x01(\tB?\x92\x41<2:The state to filter by. It can be `enabled` or `disabled`.R\x05state\x12o\n\tpage_size\x18\x03 \x01(\x05\x42R\x92\x41\x46\x32\x44The maximum number of users to return per page. The default is 1000.\xfa\x42\x06\x1a\x04(\x01@\x01R\x08pageSize\x12U\n\x08page_num\x18\x04 \x01(\x05\x42:\x92\x41.2,The page number to return. The default is 1.\xfa\x42\x06\x1a\x04(\x01@\x01R\x07pageNum\"j\n\x19ListOrganizationsResponse\x12M\n\rorganizations\x18\x01 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\rorganizations\"m\n\x19\x43reateOrganizationRequest\x12P\n\x04\x62ody\x18\x01 \x01(\x0b\x32\x32.raystack.frontier.v1beta1.OrganizationRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"i\n\x1a\x43reateOrganizationResponse\x12K\n\x0corganization\x18\x01 \x01(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\x0corganization\"f\n\x17GetOrganizationResponse\x12K\n\x0corganization\x18\x01 \x01(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\x0corganization\"i\n\x1aUpdateOrganizationResponse\x12K\n\x0corganization\x18\x01 \x01(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\x0corganization\"(\n\x16GetOrganizationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"s\n\x19UpdateOrganizationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x46\n\x04\x62ody\x18\x02 \x01(\x0b\x32\x32.raystack.frontier.v1beta1.OrganizationRequestBodyR\x04\x62ody\"8\n\x1dListOrganizationAdminsRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"W\n\x1eListOrganizationAdminsResponse\x12\x35\n\x05users\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\"\xaa\x01\n\x1cListOrganizationUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12/\n\x11permission_filter\x18\x02 \x01(\tB\x02\x18\x01R\x10permissionFilter\x12\x1d\n\nwith_roles\x18\x03 \x01(\x08R\twithRoles\x12!\n\x0crole_filters\x18\x04 \x03(\tR\x0broleFilters\"\x94\x02\n\x1dListOrganizationUsersResponse\x12\x35\n\x05users\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\x12`\n\nrole_pairs\x18\x02 \x03(\x0b\x32\x41.raystack.frontier.v1beta1.ListOrganizationUsersResponse.RolePairR\trolePairs\x1aZ\n\x08RolePair\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12\x35\n\x05roles\x18\x02 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x05roles\"\x89\x01\n\x1b\x41\x64\x64OrganizationUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12Q\n\x08user_ids\x18\x02 \x03(\tB6\x92\x41\x33\x32\x31List of user IDs to be added to the organization.R\x07userIds\"\x1e\n\x1c\x41\x64\x64OrganizationUsersResponse\"Q\n\x1dRemoveOrganizationUserRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\" \n\x1eRemoveOrganizationUserResponse\">\n#ListOrganizationServiceUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"r\n$ListOrganizationServiceUsersResponse\x12J\n\x0cserviceusers\x18\x01 \x03(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0cserviceusers\"\xeb\x01\n\"ListOrganizationInvitationsRequest\x12V\n\x06org_id\x18\x01 \x01(\tB?\x92\x41\x38\x32\x36unique id of the organization to which user is invited\xe2\x41\x01\x02R\x05orgId\x12m\n\x07user_id\x18\x02 \x01(\tBT\x92\x41Q2Ouser_id filter is the email id of user who are invited inside the organization.R\x06userId\"n\n#ListOrganizationInvitationsResponse\x12G\n\x0binvitations\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.InvitationR\x0binvitations\"\xa9\x04\n#CreateOrganizationInvitationRequest\x12V\n\x06org_id\x18\x01 \x01(\tB?\x92\x41\x38\x32\x36unique id of the organization to which user is invited\xe2\x41\x01\x02R\x05orgId\x12\xb4\x01\n\x08user_ids\x18\x02 \x03(\tB\x98\x01\x92\x41\x86\x01\x32\x83\x01user_id is email id of user who are invited inside the organization. If user is not registered on the platform, it will be notified\xe2\x41\x01\x02\xfa\x42\x07\x92\x01\x04\x08\x01\x10\nR\x07userIds\x12`\n\tgroup_ids\x18\x03 \x03(\tBC\x92\x41@2>list of group ids to which user needs to be added as a member.R\x08groupIds\x12\x90\x01\n\x08role_ids\x18\x04 \x03(\tBu\x92\x41r2plist of role ids to which user needs to be added as a member. Roles are binded at organization level by default.R\x07roleIds\"o\n$CreateOrganizationInvitationResponse\x12G\n\x0binvitations\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.InvitationR\x0binvitations\"I\n GetOrganizationInvitationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x15\n\x06org_id\x18\x02 \x01(\tR\x05orgId\"j\n!GetOrganizationInvitationResponse\x12\x45\n\ninvitation\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.InvitationR\ninvitation\"L\n#AcceptOrganizationInvitationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x15\n\x06org_id\x18\x02 \x01(\tR\x05orgId\"&\n$AcceptOrganizationInvitationResponse\"L\n#DeleteOrganizationInvitationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x15\n\x06org_id\x18\x02 \x01(\tR\x05orgId\"\xa3\x02\n\x1eListOrganizationDomainsRequest\x12s\n\x06org_id\x18\x01 \x01(\tB\\\x92\x41N2Lunique id of the organization for which whitelisted domains are to be listed\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\x8b\x01\n\x05state\x18\x02 \x01(\tBu\x92\x41r2pfilter to list domains by their state (pending/verified). If not provided, all domains for an org will be listedR\x05state\"^\n\x1fListOrganizationDomainsResponse\x12;\n\x07\x64omains\x18\x01 \x03(\x0b\x32!.raystack.frontier.v1beta1.DomainR\x07\x64omains\"\x9e\x01\n ListOrganizationsByDomainRequest\x12z\n\x04name\x18\x01 \x01(\tBf\x92\x41X2Vdomain name to be used to list all the organizations that have this domain whitelisted\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x04name\"r\n!ListOrganizationsByDomainResponse\x12M\n\rorganizations\x18\x01 \x03(\x0b\x32\'.raystack.frontier.v1beta1.OrganizationR\rorganizations\"9\n\x17JoinOrganizationRequest\x12\x1e\n\x06org_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\x1a\n\x18JoinOrganizationResponse\"\xdd\x01\n\x1cGetOrganizationDomainRequest\x12G\n\x02id\x18\x01 \x01(\tB7\x92\x41)2\'unique id of the domain to be retrieved\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x02id\x12t\n\x06org_id\x18\x02 \x01(\tB]\x92\x41O2Munique id of the organization for which whitelisted domain is to be retrieved\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"Z\n\x1dGetOrganizationDomainResponse\x12\x39\n\x06\x64omain\x18\x01 \x01(\x0b\x32!.raystack.frontier.v1beta1.DomainR\x06\x64omain\"\xf1\x01\n\x1f\x43reateOrganizationDomainRequest\x12r\n\x06org_id\x18\x01 \x01(\tB[\x92\x41M2Kunique id of the organization for which whitelisted domains are to be added\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12Z\n\x06\x64omain\x18\x02 \x01(\tBB\x92\x41\x34\x32\x32\x64omain name to be added to the trusted domain list\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x06\x64omain\"]\n CreateOrganizationDomainResponse\x12\x39\n\x06\x64omain\x18\x01 \x01(\x0b\x32!.raystack.frontier.v1beta1.DomainR\x06\x64omain\"\xde\x01\n\x1f\x44\x65leteOrganizationDomainRequest\x12\x45\n\x02id\x18\x01 \x01(\tB5\x92\x41\'2%unique id of the domain to be deleted\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x02id\x12t\n\x06org_id\x18\x02 \x01(\tB]\x92\x41O2Munique id of the organization for which whitelisted domains are to be deleted\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\"\n DeleteOrganizationDomainResponse\"\xe0\x01\n\x1fVerifyOrganizationDomainRequest\x12u\n\x06org_id\x18\x01 \x01(\tB^\x92\x41P2Nunique id of the organization for which whitelisted domains are to be verified\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\x46\n\x02id\x18\x02 \x01(\tB6\x92\x41(2&unique id of the domain to be verified\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x02id\"8\n VerifyOrganizationDomainResponse\x12\x14\n\x05state\x18\x01 \x01(\tR\x05state\"&\n$DeleteOrganizationInvitationResponse\"+\n\x19\x45nableOrganizationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x1c\n\x1a\x45nableOrganizationResponse\",\n\x1a\x44isableOrganizationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x1d\n\x1b\x44isableOrganizationResponse\"+\n\x19\x44\x65leteOrganizationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x1c\n\x1a\x44\x65leteOrganizationResponse\"2\n\x19GetOrganizationKycRequest\x12\x15\n\x06org_id\x18\x01 \x01(\tR\x05orgId\"s\n\x1aGetOrganizationKycResponse\x12U\n\x10organization_kyc\x18\x01 \x01(\x0b\x32*.raystack.frontier.v1beta1.OrganizationKycR\x0forganizationKyc\"\xca\x05\n\x12ProjectRequestBody\x12\xfd\x01\n\x04name\x18\x01 \x01(\tB\xe8\x01\x92\x41\xc9\x01\x32\xc6\x01The name of the project. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.<br/> *Example:* `frontier-playground`\xe2\x41\x01\x02\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9-_]+$R\x04name\x12\xbe\x01\n\x05title\x18\x02 \x01(\tB\xa7\x01\x92\x41\xa3\x01\x32\xa0\x01The title can contain any UTF-8 character, used to provide a human-readable name for the project. Can also be left empty. <br/> *Example:* `Frontier Playground`R\x05title\x12\x93\x01\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB^\x92\x41[2YMetadata object for projects that can hold key value pairs defined in Project Metaschema.R\x08metadata\x12]\n\x06org_id\x18\x04 \x01(\tBF\x92\x41\x38\x32\x36unique id of the organization to which project belongs\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05orgId\"c\n\x14\x43reateProjectRequest\x12K\n\x04\x62ody\x18\x01 \x01(\x0b\x32-.raystack.frontier.v1beta1.ProjectRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"U\n\x15\x43reateProjectResponse\x12<\n\x07project\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x07project\"\xfb\x01\n\x1fListOrganizationProjectsRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12\x92\x01\n\x05state\x18\x02 \x01(\tB|\x92\x41y2wFilter projects by state. If not specified, all projects are returned. <br/> *Possible values:* `enabled` or `disabled`R\x05state\x12*\n\x11with_member_count\x18\x03 \x01(\x08R\x0fwithMemberCount\"b\n ListOrganizationProjectsResponse\x12>\n\x08projects\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x08projects\"#\n\x11GetProjectRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"R\n\x12GetProjectResponse\x12<\n\x07project\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x07project\"i\n\x14UpdateProjectRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x41\n\x04\x62ody\x18\x02 \x01(\x0b\x32-.raystack.frontier.v1beta1.ProjectRequestBodyR\x04\x62ody\"U\n\x15UpdateProjectResponse\x12<\n\x07project\x18\x01 \x01(\x0b\x32\".raystack.frontier.v1beta1.ProjectR\x07project\"3\n\x18ListProjectAdminsRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"R\n\x19ListProjectAdminsResponse\x12\x35\n\x05users\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\"~\n\x17ListProjectUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12+\n\x11permission_filter\x18\x02 \x01(\tR\x10permissionFilter\x12\x1d\n\nwith_roles\x18\x03 \x01(\x08R\twithRoles\"\x8a\x02\n\x18ListProjectUsersResponse\x12\x35\n\x05users\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\x12[\n\nrole_pairs\x18\x02 \x03(\x0b\x32<.raystack.frontier.v1beta1.ListProjectUsersResponse.RolePairR\trolePairs\x1aZ\n\x08RolePair\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12\x35\n\x05roles\x18\x02 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x05roles\"X\n\x1eListProjectServiceUsersRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12\x1d\n\nwith_roles\x18\x03 \x01(\x08R\twithRoles\"\xbb\x02\n\x1fListProjectServiceUsersResponse\x12J\n\x0cserviceusers\x18\x01 \x03(\x0b\x32&.raystack.frontier.v1beta1.ServiceUserR\x0cserviceusers\x12\x62\n\nrole_pairs\x18\x02 \x03(\x0b\x32\x43.raystack.frontier.v1beta1.ListProjectServiceUsersResponse.RolePairR\trolePairs\x1ah\n\x08RolePair\x12%\n\x0eserviceuser_id\x18\x01 \x01(\tR\rserviceuserId\x12\x35\n\x05roles\x18\x02 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x05roles\"R\n\x18ListProjectGroupsRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12\x1d\n\nwith_roles\x18\x02 \x01(\x08R\twithRoles\"\x91\x02\n\x19ListProjectGroupsResponse\x12\x38\n\x06groups\x18\x01 \x03(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x06groups\x12\\\n\nrole_pairs\x18\x02 \x03(\x0b\x32=.raystack.frontier.v1beta1.ListProjectGroupsResponse.RolePairR\trolePairs\x1a\\\n\x08RolePair\x12\x19\n\x08group_id\x18\x01 \x01(\tR\x07groupId\x12\x35\n\x05roles\x18\x02 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x05roles\"&\n\x14\x45nableProjectRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x17\n\x15\x45nableProjectResponse\"\'\n\x15\x44isableProjectRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x18\n\x16\x44isableProjectResponse\"&\n\x14\x44\x65leteProjectRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x17\n\x15\x44\x65leteProjectResponse\"\xd1\x08\n\x11PolicyRequestBody\x12Z\n\x07role_id\x18\x01 \x01(\tBA\x92\x41\x33\x32\x31unique id of the role to which policy is assigned\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x06roleId\x12\xb6\x01\n\x05title\x18\x03 \x01(\tB\x9f\x01\x92\x41\x9b\x01\x32\x98\x01The title can contain any UTF-8 character, used to provide a human-readable name for the policy. Can also be left empty. <br/> *Example:* `Policy title`R\x05title\x12\xbd\x01\n\x08resource\x18\x02 \x01(\tB\xa0\x01\x92\x41\x91\x01\x32\x8e\x01The resource to which policy is assigned in this format `namespace:uuid`. <br/> *Example:* `app/guardian:70f69c3a-334b-4f25-90b8-4d4f3be6b8e2`\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x08resource\x12\xfa\x02\n\tprincipal\x18\x04 \x01(\tB\xdb\x02\x92\x41\xd3\x02\x32\xd0\x02principal is the user or group to which policy is assigned. The principal id must be prefixed with its namespace id in this format `namespace:uuid`. The namespace can be `app/user`, `app/group` or `app/serviceuser` (coming up!) and uuid is the unique id of the principal. <br/> *Example:* `app/user:92f69c3a-334b-4f25-90b8-4d4f3be6b825`\xe2\x41\x01\x02R\tprincipal\x12\xe9\x01\n\x08metadata\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\xb3\x01\x92\x41\xaf\x01\x32\xac\x01Metadata object for policies that can hold key value pairs defined in Policy Metaschema.<br/> *Example:* `{\"labels\": {\"key\": \"value\"}, \"description\": \"Policy description\"}`R\x08metadata\"\xae\x05\n\x1a\x43reatePolicyForProjectBody\x12Z\n\x07role_id\x18\x01 \x01(\tBA\x92\x41\x33\x32\x31unique id of the role to which policy is assigned\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x06roleId\x12\xb6\x01\n\x05title\x18\x02 \x01(\tB\x9f\x01\x92\x41\x9b\x01\x32\x98\x01The title can contain any UTF-8 character, used to provide a human-readable name for the policy. Can also be left empty. <br/> *Example:* `Policy title`R\x05title\x12\xfa\x02\n\tprincipal\x18\x03 \x01(\tB\xdb\x02\x92\x41\xd3\x02\x32\xd0\x02principal is the user or group to which policy is assigned. The principal id must be prefixed with its namespace id in this format `namespace:uuid`. The namespace can be `app/user`, `app/group` or `app/serviceuser` (coming up!) and uuid is the unique id of the principal. <br/> *Example:* `app/user:92f69c3a-334b-4f25-90b8-4d4f3be6b825`\xe2\x41\x01\x02R\tprincipal\"&\n\x14GetPermissionRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"^\n\x15GetPermissionResponse\x12\x45\n\npermission\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.PermissionR\npermission\"\x18\n\x16ListPermissionsRequest\"b\n\x17ListPermissionsResponse\x12G\n\x0bpermissions\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PermissionR\x0bpermissions\"\x17\n\x15ListNamespacesRequest\"^\n\x16ListNamespacesResponse\x12\x44\n\nnamespaces\x18\x01 \x03(\x0b\x32$.raystack.frontier.v1beta1.NamespaceR\nnamespaces\"%\n\x13GetNamespaceRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"Z\n\x14GetNamespaceResponse\x12\x42\n\tnamespace\x18\x01 \x01(\x0b\x32$.raystack.frontier.v1beta1.NamespaceR\tnamespace\"a\n\x13\x43reatePolicyRequest\x12J\n\x04\x62ody\x18\x01 \x01(\x0b\x32,.raystack.frontier.v1beta1.PolicyRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"W\n\x14\x43reatePolicyResponse\x12\x39\n\x06policy\x18\x02 \x01(\x0b\x32!.raystack.frontier.v1beta1.PolicyR\x06policyJ\x04\x08\x01\x10\x02\"\"\n\x10GetPolicyRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"N\n\x11GetPolicyResponse\x12\x39\n\x06policy\x18\x01 \x01(\x0b\x32!.raystack.frontier.v1beta1.PolicyR\x06policy\"\xc4\x02\n\x13ListPoliciesRequest\x12=\n\x06org_id\x18\x01 \x01(\tB&\x92\x41#2!The organization id to filter by.R\x05orgId\x12@\n\nproject_id\x18\x02 \x01(\tB!\x92\x41\x1e\x32\x1cThe project id to filter by.R\tprojectId\x12\x37\n\x07user_id\x18\x03 \x01(\tB\x1e\x92\x41\x1b\x32\x19The user id to filter by.R\x06userId\x12\x37\n\x07role_id\x18\x04 \x01(\tB\x1e\x92\x41\x1b\x32\x19The role id to filter by.R\x06roleId\x12:\n\x08group_id\x18\x05 \x01(\tB\x1f\x92\x41\x1c\x32\x1aThe group id to filter by.R\x07groupId\"U\n\x14ListPoliciesResponse\x12=\n\x08policies\x18\x01 \x03(\x0b\x32!.raystack.frontier.v1beta1.PolicyR\x08policies\"g\n\x13UpdatePolicyRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12@\n\x04\x62ody\x18\x02 \x01(\x0b\x32,.raystack.frontier.v1beta1.PolicyRequestBodyR\x04\x62ody\"U\n\x14UpdatePolicyResponse\x12=\n\x08policies\x18\x01 \x03(\x0b\x32!.raystack.frontier.v1beta1.PolicyR\x08policies\"%\n\x13\x44\x65letePolicyRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x16\n\x14\x44\x65letePolicyResponse\"\x9c\x01\n\x1d\x43reatePolicyForProjectRequest\x12&\n\nproject_id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\tprojectId\x12S\n\x04\x62ody\x18\x02 \x01(\x0b\x32\x35.raystack.frontier.v1beta1.CreatePolicyForProjectBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\" \n\x1e\x43reatePolicyForProjectResponse\"\xa1\x01\n\x13RelationRequestBody\x12\x16\n\x06object\x18\x01 \x01(\tR\x06object\x12\x18\n\x07subject\x18\x03 \x01(\tR\x07subject\x12\x1a\n\x08relation\x18\x04 \x01(\tR\x08relation\x12\x30\n\x14subject_sub_relation\x18\x06 \x01(\tR\x12subjectSubRelationJ\x04\x08\x02\x10\x03J\x04\x08\x05\x10\x06\"e\n\x15\x43reateRelationRequest\x12L\n\x04\x62ody\x18\x01 \x01(\x0b\x32..raystack.frontier.v1beta1.RelationRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"Y\n\x16\x43reateRelationResponse\x12?\n\x08relation\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.RelationR\x08relation\"$\n\x12GetRelationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"V\n\x13GetRelationResponse\x12?\n\x08relation\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.RelationR\x08relation\"k\n\x15UpdateRelationRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x42\n\x04\x62ody\x18\x02 \x01(\x0b\x32..raystack.frontier.v1beta1.RelationRequestBodyR\x04\x62ody\"Y\n\x16UpdateRelationResponse\x12?\n\x08relation\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.RelationR\x08relation\"\xd0\x06\n\x10GroupRequestBody\x12\xd5\x01\n\x04name\x18\x01 \x01(\tB\xc0\x01\x92\x41\xa1\x01\x32\x9e\x01The name of the group. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.\xe2\x41\x01\x02\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9-_]+$R\x04name\x12\x92\x01\n\x05title\x18\x02 \x01(\tB|\x92\x41y2wThe title can contain any UTF-8 character, used to provide a human-readable name for the group. Can also be left empty.R\x05title\x12\xc8\x03\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\x92\x03\x92\x41\x8e\x03\x32\x8b\x03Metadata object for groups that can hold key value pairs defined in Group Metaschema. The metadata object can be used to store arbitrary information about the group such as labels, descriptions etc. The default Group Metaschema contains labels and descripton fields. Update the Group Metaschema to add more fields.<br/>*Example:*`{\"labels\": {\"key\": \"value\"}, \"description\": \"Group description\"}`R\x08metadataJ\x04\x08\x04\x10\x05\"\xb3\x01\n\x12\x43reateGroupRequest\x12I\n\x04\x62ody\x18\x01 \x01(\x0b\x32+.raystack.frontier.v1beta1.GroupRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\x12R\n\x06org_id\x18\x02 \x01(\tB;\x92\x41\x34\x32\x32The organization ID to which the group belongs to.\xe2\x41\x01\x02R\x05orgId\"[\n\x0fGetGroupRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x15\n\x06org_id\x18\x02 \x01(\tR\x05orgId\x12!\n\x0cwith_members\x18\x03 \x01(\x08R\x0bwithMembers\"M\n\x13\x43reateGroupResponse\x12\x36\n\x05group\x18\x01 \x01(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x05group\"J\n\x10GetGroupResponse\x12\x36\n\x05group\x18\x01 \x01(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x05group\"M\n\x13UpdateGroupResponse\x12\x36\n\x05group\x18\x01 \x01(\x0b\x32 .raystack.frontier.v1beta1.GroupR\x05group\"\xb9\x01\n\x12UpdateGroupRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12?\n\x04\x62ody\x18\x02 \x01(\x0b\x32+.raystack.frontier.v1beta1.GroupRequestBodyR\x04\x62ody\x12R\n\x06org_id\x18\x03 \x01(\tB;\x92\x41\x34\x32\x32The organization ID to which the group belongs to.\xe2\x41\x01\x02R\x05orgId\"]\n\x15ListGroupUsersRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x15\n\x06org_id\x18\x02 \x01(\tR\x05orgId\x12\x1d\n\nwith_roles\x18\x03 \x01(\x08R\twithRoles\"\x86\x02\n\x16ListGroupUsersResponse\x12\x35\n\x05users\x18\x01 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.UserR\x05users\x12Y\n\nrole_pairs\x18\x02 \x03(\x0b\x32:.raystack.frontier.v1beta1.ListGroupUsersResponse.RolePairR\trolePairs\x1aZ\n\x08RolePair\x12\x17\n\x07user_id\x18\x01 \x01(\tR\x06userId\x12\x35\n\x05roles\x18\x02 \x03(\x0b\x32\x1f.raystack.frontier.v1beta1.RoleR\x05roles\"D\n\x12\x45nableGroupRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\x15\n\x13\x45nableGroupResponse\"E\n\x13\x44isableGroupRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\x16\n\x14\x44isableGroupResponse\"D\n\x12\x44\x65leteGroupRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\"\x15\n\x13\x44\x65leteGroupResponse\"a\n\x14\x41\x64\x64GroupUsersRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\x19\n\x08user_ids\x18\x03 \x03(\tR\x07userIds\"\x17\n\x15\x41\x64\x64GroupUsersResponse\"a\n\x16RemoveGroupUserRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x1e\n\x06org_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x05orgId\x12\x17\n\x07user_id\x18\x03 \x01(\tR\x06userId\"\x19\n\x17RemoveGroupUserResponse\"k\n\x15\x44\x65leteRelationRequest\x12\x16\n\x06object\x18\x01 \x01(\tR\x06object\x12\x18\n\x07subject\x18\x02 \x01(\tR\x07subject\x12\x1a\n\x08relation\x18\x04 \x01(\tR\x08relationJ\x04\x08\x03\x10\x04\"\x18\n\x16\x44\x65leteRelationResponse\"i\n\x1bListProjectResourcesRequest\x12&\n\nproject_id\x18\x02 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\tprojectId\x12\x1c\n\tnamespace\x18\x04 \x01(\tR\tnamespaceJ\x04\x08\x01\x10\x02\"a\n\x1cListProjectResourcesResponse\x12\x41\n\tresources\x18\x01 \x03(\x0b\x32#.raystack.frontier.v1beta1.ResourceR\tresources\"\xe3\x06\n\x13ResourceRequestBody\x12y\n\x04name\x18\x01 \x01(\tBe\x92\x41^2\\The name of the resource. Must be unique within the project. <br/> *Example:* `my-resource`\xe2\x41\x01\x02R\x04name\x12\x95\x01\n\x05title\x18\x02 \x01(\tB\x7f\x92\x41|2zThe title can contain any UTF-8 character, used to provide a human-readable name for the resource. Can also be left empty.R\x05title\x12\xfd\x01\n\tnamespace\x18\x03 \x01(\tB\xde\x01\x92\x41\xd6\x01\x32\xd3\x01The namespace of the resource. The resource namespace are created when permissions for that resource is created in Frontier. If namespace doesn\'t exists the request will fail. <br/> *Example:* `compute/instance`\xe2\x41\x01\x02R\tnamespace\x12\xf7\x01\n\tprincipal\x18\x06 \x01(\tB\xd8\x01\x92\x41\xd4\x01\x32\xd1\x01UserID or ServiceUserID that should be marked as owner of the resource. If not provided, the current logged in user will be made the resource owner. <br/> *Example:* `user:92f69c3a-334b-4f25-90b8-4d4f3be6b825`R\tprincipal\x12\x33\n\x08metadata\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadataJ\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06\"\xbb\x01\n\x1c\x43reateProjectResourceRequest\x12L\n\x04\x62ody\x18\x01 \x01(\x0b\x32..raystack.frontier.v1beta1.ResourceRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\x12\x1d\n\nproject_id\x18\x02 \x01(\tR\tprojectId\x12.\n\x02id\x18\x03 \x01(\tB\x1e\x92\x41\x1b\x32\x19\x41utogenerated if skipped.R\x02id\"`\n\x1d\x43reateProjectResourceResponse\x12?\n\x08resource\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.ResourceR\x08resource\"Y\n\x19GetProjectResourceRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12&\n\nproject_id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\tprojectIdJ\x04\x08\x02\x10\x03\"]\n\x1aGetProjectResourceResponse\x12?\n\x08resource\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.ResourceR\x08resource\"\x91\x01\n\x1cUpdateProjectResourceRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x42\n\x04\x62ody\x18\x02 \x01(\x0b\x32..raystack.frontier.v1beta1.ResourceRequestBodyR\x04\x62ody\x12\x1d\n\nproject_id\x18\x03 \x01(\tR\tprojectId\"`\n\x1dUpdateProjectResourceResponse\x12?\n\x08resource\x18\x01 \x01(\x0b\x32#.raystack.frontier.v1beta1.ResourceR\x08resource\"V\n\x1c\x44\x65leteProjectResourceRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12&\n\nproject_id\x18\x03 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\tprojectId\"\x1f\n\x1d\x44\x65leteProjectResourceResponse\"\xb4\x06\n\x1e\x43heckResourcePermissionRequest\x12M\n\tobject_id\x18\x01 \x01(\tB0\x18\x01\x92\x41+2)Deprecated. Use `resource` field instead.R\x08objectId\x12[\n\x10object_namespace\x18\x02 \x01(\tB0\x18\x01\x92\x41+2)Deprecated. Use `resource` field instead.R\x0fobjectNamespace\x12\x98\x01\n\npermission\x18\x03 \x01(\tBx\x92\x41Y2Wthe permission name to check. <br/> *Example:* `get`, `list`, `compute.instance.create`\xe2\x41\x01\x02\xfa\x42\x15r\x13\x32\x11^[A-Za-z0-9._-]+$R\npermission\x12\xca\x03\n\x08resource\x18\x04 \x01(\tB\xad\x03\x92\x41\xa9\x03\x32\xa6\x03`namespace:uuid` or `namespace:name` of the org or project, and `namespace:urn` of a resource under a project. In case of an org/project either provide the complete namespace (app/organization) or Frontier can also parse aliases for the same as `org` or `project`. <br/> *Example:* `organization:92f69c3a-334b-4f25-90b8-4d4f3be6b825` or `app/project:project-name` or `compute/instance:92f69c3a-334b-4f25-90b8-4d4f3be6b825`R\x08resource\"9\n\x1f\x43heckResourcePermissionResponse\x12\x16\n\x06status\x18\x01 \x01(\x08R\x06status\"v\n\x1b\x42\x61tchCheckPermissionRequest\x12W\n\x06\x62odies\x18\x01 \x03(\x0b\x32\x33.raystack.frontier.v1beta1.BatchCheckPermissionBodyB\n\xfa\x42\x07\x92\x01\x04\x08\x01\x10\x14R\x06\x62odies\"\xe8\x04\n\x18\x42\x61tchCheckPermissionBody\x12\x7f\n\npermission\x18\x01 \x01(\tB_\x92\x41@2>the permission name to check. <br/> *Example:* `get` or `list`\xe2\x41\x01\x02\xfa\x42\x15r\x13\x32\x11^[A-Za-z0-9._-]+$R\npermission\x12\xca\x03\n\x08resource\x18\x02 \x01(\tB\xad\x03\x92\x41\xa9\x03\x32\xa6\x03`namespace:uuid` or `namespace:name` of the org or project, and `namespace:urn` of a resource under a project. In case of an org/project either provide the complete namespace (app/organization) or Frontier can also parse aliases for the same as `org` or `project`. <br/> *Example:* `organization:92f69c3a-334b-4f25-90b8-4d4f3be6b825` or `app/project:project-name` or `compute/instance:92f69c3a-334b-4f25-90b8-4d4f3be6b825`R\x08resource\"q\n\x1c\x42\x61tchCheckPermissionResponse\x12Q\n\x05pairs\x18\x01 \x03(\x0b\x32;.raystack.frontier.v1beta1.BatchCheckPermissionResponsePairR\x05pairs\"\x83\x01\n BatchCheckPermissionResponsePair\x12G\n\x04\x62ody\x18\x01 \x01(\x0b\x32\x33.raystack.frontier.v1beta1.BatchCheckPermissionBodyR\x04\x62ody\x12\x16\n\x06status\x18\x02 \x01(\x08R\x06status\"\xaf\x03\n\x15MetaSchemaRequestBody\x12\xda\x01\n\x04name\x18\x01 \x01(\tB\xc5\x01\x92\x41\xa6\x01\x32\xa3\x01The name of the metaschema. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.\xe2\x41\x01\x02\xfa\x42\x14r\x12\x32\x10^[A-Za-z0-9-_]+$R\x04name\x12\xb8\x01\n\x06schema\x18\x02 \x01(\tB\x9f\x01\x92\x41\x90\x01\x32\x8d\x01The schema of the metaschema. The schema must be a valid JSON schema.Please refer to https://json-schema.org/ to know more about json schema.\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x02R\x06schema\"i\n\x17\x43reateMetaSchemaRequest\x12N\n\x04\x62ody\x18\x01 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.MetaSchemaRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"a\n\x18\x43reateMetaSchemaResponse\x12\x45\n\nmetaschema\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.MetaSchemaR\nmetaschema\"&\n\x14GetMetaSchemaRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"^\n\x15GetMetaSchemaResponse\x12\x45\n\nmetaschema\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.MetaSchemaR\nmetaschema\"y\n\x17UpdateMetaSchemaRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12N\n\x04\x62ody\x18\x02 \x01(\x0b\x32\x30.raystack.frontier.v1beta1.MetaSchemaRequestBodyB\x08\xfa\x42\x05\x8a\x01\x02\x10\x01R\x04\x62ody\"a\n\x18UpdateMetaSchemaResponse\x12\x45\n\nmetaschema\x18\x01 \x01(\x0b\x32%.raystack.frontier.v1beta1.MetaSchemaR\nmetaschema\")\n\x17\x44\x65leteMetaSchemaRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\"\x1a\n\x18\x44\x65leteMetaSchemaResponse\"\x18\n\x16ListMetaSchemasRequest\"b\n\x17ListMetaSchemasResponse\x12G\n\x0bmetaschemas\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.MetaSchemaR\x0bmetaschemas\"\x1c\n\x1a\x44\x65scribePreferencesRequest\"a\n\x1b\x44\x65scribePreferencesResponse\x12\x42\n\x06traits\x18\x01 \x03(\x0b\x32*.raystack.frontier.v1beta1.PreferenceTraitR\x06traits\"\x93\x01\n$CreateOrganizationPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12R\n\x06\x62odies\x18\x02 \x03(\x0b\x32\x30.raystack.frontier.v1beta1.PreferenceRequestBodyB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\x06\x62odies\"p\n%CreateOrganizationPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"=\n\"ListOrganizationPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"n\n#ListOrganizationPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"\x8e\x01\n\x1f\x43reateProjectPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12R\n\x06\x62odies\x18\x02 \x03(\x0b\x32\x30.raystack.frontier.v1beta1.PreferenceRequestBodyB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\x06\x62odies\"k\n CreateProjectPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"8\n\x1dListProjectPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"i\n\x1eListProjectPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"\x8c\x01\n\x1d\x43reateGroupPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12R\n\x06\x62odies\x18\x02 \x03(\x0b\x32\x30.raystack.frontier.v1beta1.PreferenceRequestBodyB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\x06\x62odies\"i\n\x1e\x43reateGroupPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"6\n\x1bListGroupPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"g\n\x1cListGroupPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"\x8b\x01\n\x1c\x43reateUserPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\x12R\n\x06\x62odies\x18\x02 \x03(\x0b\x32\x30.raystack.frontier.v1beta1.PreferenceRequestBodyB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\x06\x62odies\"h\n\x1d\x43reateUserPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"5\n\x1aListUserPreferencesRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x03R\x02id\"f\n\x1bListUserPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"y\n#CreateCurrentUserPreferencesRequest\x12R\n\x06\x62odies\x18\x02 \x03(\x0b\x32\x30.raystack.frontier.v1beta1.PreferenceRequestBodyB\x08\xfa\x42\x05\x92\x01\x02\x08\x01R\x06\x62odies\"o\n$CreateCurrentUserPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"#\n!ListCurrentUserPreferencesRequest\"m\n\"ListCurrentUserPreferencesResponse\x12G\n\x0bpreferences\x18\x01 \x03(\x0b\x32%.raystack.frontier.v1beta1.PreferenceR\x0bpreferences\"X\n\x1d\x42illingWebhookCallbackRequest\x12#\n\x08provider\x18\x01 \x01(\tB\x07\xfa\x42\x04r\x02\x10\x01R\x08provider\x12\x12\n\x04\x62ody\x18\x02 \x01(\x0cR\x04\x62ody\" \n\x1e\x42illingWebhookCallbackResponse\"\xb4\x04\n\x1b\x43reateProspectPublicRequest\x12\x44\n\x04name\x18\x01 \x01(\tB0\x92\x41\x17\x32\x15\x66ull name of the user\xfa\x42\x13r\x11\x32\x0c^[A-Za-z ]+$\xd0\x01\x01R\x04name\x12\x39\n\x05\x65mail\x18\x05 \x01(\tB#\x92\x41\x13\x32\x11\x65mail of the user\xe2\x41\x01\x02\xfa\x42\x06r\x04\x10\x01`\x01R\x05\x65mail\x12\x33\n\x05phone\x18\x06 \x01(\tB\x1d\x92\x41\x1a\x32\x18phone number of the userR\x05phone\x12\x8a\x01\n\x08\x61\x63tivity\x18\x07 \x01(\tBn\x92\x41N2Lactivity for which user is subscribing, e.g. newsletter, waitlist, blogs etc\xe2\x41\x01\x02\xfa\x42\x16r\x14\x10\x01\x32\x10^[A-Za-z0-9-_]+$R\x08\x61\x63tivity\x12u\n\x06source\x18\t \x01(\tB]\x92\x41@2>source of this user addition e.g. platform, website, admin etc\xfa\x42\x17r\x15\x32\x10^[A-Za-z0-9-_]+$\xd0\x01\x01R\x06source\x12[\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB&\x92\x41#2!additional info as key value pairR\x08metadata\"\x1e\n\x1c\x43reateProspectPublicResponse\"\x15\n\x13ListSessionsRequest\"V\n\x14ListSessionsResponse\x12>\n\x08sessions\x18\x01 \x03(\x0b\x32\".raystack.frontier.v1beta1.SessionR\x08sessions\"C\n\x14RevokeSessionRequest\x12+\n\nsession_id\x18\x01 \x01(\tB\x0c\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\tsessionId\"\x17\n\x15RevokeSessionResponse\"\x18\n\x16PingUserSessionRequest\"\x19\n\x17PingUserSessionResponse\"\x8d\x04\n\x18\x43reateAuditRecordRequest\x12G\n\x05\x61\x63tor\x18\x01 \x01(\x0b\x32+.raystack.frontier.v1beta1.AuditRecordActorB\x04\xe2\x41\x01\x02R\x05\x61\x63tor\x12!\n\x05\x65vent\x18\x02 \x01(\tB\x0b\xe2\x41\x01\x02\xfa\x42\x04r\x02\x10\x03R\x05\x65vent\x12P\n\x08resource\x18\x03 \x01(\x0b\x32..raystack.frontier.v1beta1.AuditRecordResourceB\x04\xe2\x41\x01\x02R\x08resource\x12\x44\n\x06target\x18\x04 \x01(\x0b\x32,.raystack.frontier.v1beta1.AuditRecordTargetR\x06target\x12\x41\n\x0boccurred_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x02R\noccurredAt\x12\x1f\n\x06org_id\x18\x06 \x01(\tB\x08\xfa\x42\x05r\x03\xb0\x01\x01R\x05orgId\x12\x1d\n\nrequest_id\x18\x07 \x01(\tR\trequestId\x12\x33\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x35\n\x0fidempotency_key\x18\t \x01(\tB\x0c\xe2\x41\x01\x02\xfa\x42\x05r\x03\xb0\x01\x01R\x0eidempotencyKey\"f\n\x19\x43reateAuditRecordResponse\x12I\n\x0c\x61udit_record\x18\x01 \x01(\x0b\x32&.raystack.frontier.v1beta1.AuditRecordR\x0b\x61uditRecord2\xd3\x91\x03\n\x0f\x46rontierService\x12\xe8\x02\n\tListUsers\x12+.raystack.frontier.v1beta1.ListUsersRequest\x1a,.raystack.frontier.v1beta1.ListUsersResponse\"\xff\x01\x92\x41\xe5\x01\n\x04User\x12\x11List public users\x1a\xc9\x01Returns the users from all the organizations in a Frontier instance. It can be filtered by keyword, organization, group and state. Additionally you can include page number and page size for pagination.\x82\xd3\xe4\x93\x02\x10\x12\x0e/v1beta1/users\x12\xbb\x06\n\nCreateUser\x12,.raystack.frontier.v1beta1.CreateUserRequest\x1a-.raystack.frontier.v1beta1.CreateUserResponse\"\xcf\x05\x92\x41\xaf\x05\n\x04User\x12\x0b\x43reate user\x1a\x97\x05\x43reate a user with the given details. A user is not attached to an organization or a group by default,and can be invited to the org/group. The name of the user must be unique within the entire Frontier instance. If a user name is not provided, Frontier automatically generates a name from the user email. The user metadata is validated against the user metaschema. By default the user metaschema contains `labels` and `descriptions` for the user. The `title` field can be optionally added for a user-friendly name. <br/><br/>*Example:*`{\"email\":\"john.doe@raystack.org\",\"title\":\"John Doe\",metadata:{\"label\": {\"key1\": \"value1\"}, \"description\": \"User Description\"}}`b\x00\x82\xd3\xe4\x93\x02\x16\"\x0e/v1beta1/users:\x04\x62ody\x12\xcf\x01\n\x07GetUser\x12).raystack.frontier.v1beta1.GetUserRequest\x1a*.raystack.frontier.v1beta1.GetUserResponse\"m\x92\x41O\n\x04User\x12\x08Get user\x1a=Get a user by id searched over all organizations in Frontier.\x82\xd3\xe4\x93\x02\x15\x12\x13/v1beta1/users/{id}\x12\xea\x02\n\x0eListUserGroups\x12\x30.raystack.frontier.v1beta1.ListUserGroupsRequest\x1a\x31.raystack.frontier.v1beta1.ListUserGroupsResponse\"\xf2\x01\x92\x41\xcc\x01\n\x04User\x12\x10List user groups\x1a\xb1\x01Lists all the groups a user belongs to across all organization in Frontier. To get the groups of a user in a specific organization, use the org_id filter in the query parameter.\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v1beta1/users/{id}/groups\x12\xc7\x01\n\x15ListCurrentUserGroups\x12\x37.raystack.frontier.v1beta1.ListCurrentUserGroupsRequest\x1a\x38.raystack.frontier.v1beta1.ListCurrentUserGroupsResponse\";\x92\x41\x16\n\x04User\x12\x0eList my groups\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v1beta1/users/self/groups\x12\xad\x01\n\x0eGetCurrentUser\x12\x30.raystack.frontier.v1beta1.GetCurrentUserRequest\x1a\x31.raystack.frontier.v1beta1.GetCurrentUserResponse\"6\x92\x41\x18\n\x04User\x12\x10Get current user\x82\xd3\xe4\x93\x02\x15\x12\x13/v1beta1/users/self\x12\xa2\x01\n\nUpdateUser\x12,.raystack.frontier.v1beta1.UpdateUserRequest\x1a-.raystack.frontier.v1beta1.UpdateUserResponse\"7\x92\x41\x13\n\x04User\x12\x0bUpdate user\x82\xd3\xe4\x93\x02\x1b\x1a\x13/v1beta1/users/{id}:\x04\x62ody\x12\xbf\x01\n\x11UpdateCurrentUser\x12\x33.raystack.frontier.v1beta1.UpdateCurrentUserRequest\x1a\x34.raystack.frontier.v1beta1.UpdateCurrentUserResponse\"?\x92\x41\x1b\n\x04User\x12\x13Update current user\x82\xd3\xe4\x93\x02\x1b\x1a\x13/v1beta1/users/self:\x04\x62ody\x12\x91\x02\n\nEnableUser\x12,.raystack.frontier.v1beta1.EnableUserRequest\x1a-.raystack.frontier.v1beta1.EnableUserResponse\"\xa5\x01\x92\x41}\n\x04User\x12\x0b\x45nable user\x1ahSets the state of the user as enabled. The user will be able to log in and access the Frontier instance.\x82\xd3\xe4\x93\x02\x1f\"\x1a/v1beta1/users/{id}/enable:\x01*\x12\x90\x03\n\x0b\x44isableUser\x12-.raystack.frontier.v1beta1.DisableUserRequest\x1a..raystack.frontier.v1beta1.DisableUserResponse\"\xa1\x02\x92\x41\xf7\x01\n\x04User\x12\x0c\x44isable user\x1a\xe0\x01Sets the state of the user as diabled.The user\'s membership to groups and organizations will still exist along with all it\'s roles for access control, but the user will not be able to log in and access the Frontier instance.\x82\xd3\xe4\x93\x02 \"\x1b/v1beta1/users/{id}/disable:\x01*\x12\xf7\x01\n\nDeleteUser\x12,.raystack.frontier.v1beta1.DeleteUserRequest\x1a-.raystack.frontier.v1beta1.DeleteUserResponse\"\x8b\x01\x92\x41m\n\x04User\x12\x0b\x44\x65lete user\x1aXDelete an user permanently forever and all of its relations (organizations, groups, etc)\x82\xd3\xe4\x93\x02\x15*\x13/v1beta1/users/{id}\x12\xff\x04\n\x17ListOrganizationsByUser\x12\x39.raystack.frontier.v1beta1.ListOrganizationsByUserRequest\x1a:.raystack.frontier.v1beta1.ListOrganizationsByUserResponse\"\xec\x03\x92\x41\xbf\x03\n\x04User\x12\x16Get user organizations\x1a\x9e\x03This API returns two list of organizations for the user. i) The list of orgs which the current user is already a part of ii) The list of organizations the user can join directly (based on domain whitelisted and verified by the org). This list will also contain orgs of which user is already a part of. Note: the domain needs to be verified by the org before the it is returned as one of the joinable orgs by domain\x82\xd3\xe4\x93\x02#\x12!/v1beta1/users/{id}/organizations\x12\xa4\x05\n\x1eListOrganizationsByCurrentUser\x12@.raystack.frontier.v1beta1.ListOrganizationsByCurrentUserRequest\x1a\x41.raystack.frontier.v1beta1.ListOrganizationsByCurrentUserResponse\"\xfc\x03\x92\x41\xcf\x03\n\x04User\x12\x14Get my organizations\x1a\xb0\x03This API returns two list of organizations for the current logged in user. i) The list of orgs which the current user is already a part of ii) The list of organizations the user can join directly (based on domain whitelisted and verified by the org). This list will also contain orgs of which user is already a part of. Note: the domain needs to be verified by the org before the it is returned as one of the joinable orgs by domain\x82\xd3\xe4\x93\x02#\x12!/v1beta1/users/self/organizations\x12\xec\x01\n\x12ListProjectsByUser\x12\x34.raystack.frontier.v1beta1.ListProjectsByUserRequest\x1a\x35.raystack.frontier.v1beta1.ListProjectsByUserResponse\"i\x92\x41\x42\n\x04User\x12\x11Get user projects\x1a\'Get all the projects a user belongs to.\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v1beta1/users/{id}/projects\x12\x84\x02\n\x19ListProjectsByCurrentUser\x12;.raystack.frontier.v1beta1.ListProjectsByCurrentUserRequest\x1a<.raystack.frontier.v1beta1.ListProjectsByCurrentUserResponse\"l\x92\x41\x45\n\x04User\x12\x0fGet my projects\x1a,Get all projects the current user belongs to\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v1beta1/users/self/projects\x12\xf7\x01\n\x13ListUserInvitations\x12\x35.raystack.frontier.v1beta1.ListUserInvitationsRequest\x1a\x36.raystack.frontier.v1beta1.ListUserInvitationsResponse\"q\x92\x41G\n\x04User\x12\x15List user invitations\x1a(List all the invitations sent to a user.\x82\xd3\xe4\x93\x02!\x12\x1f/v1beta1/users/{id}/invitations\x12\x92\x02\n\x1aListCurrentUserInvitations\x12<.raystack.frontier.v1beta1.ListCurrentUserInvitationsRequest\x1a=.raystack.frontier.v1beta1.ListCurrentUserInvitationsResponse\"w\x92\x41M\n\x04User\x12\x15List user invitations\x1a.List all the invitations sent to current user.\x82\xd3\xe4\x93\x02!\x12\x1f/v1beta1/users/self/invitations\x12\xa8\x02\n\x10ListServiceUsers\x12\x32.raystack.frontier.v1beta1.ListServiceUsersRequest\x1a\x33.raystack.frontier.v1beta1.ListServiceUsersResponse\"\xaa\x01\x92\x41\x89\x01\n\x0bServiceUser\x12\x16List org service users\x1a\x62Returns the service user of an organization in a Frontier instance. It can be filter by it\'s state\x82\xd3\xe4\x93\x02\x17\x12\x15/v1beta1/serviceusers\x12\xf4\x01\n\x11\x43reateServiceUser\x12\x33.raystack.frontier.v1beta1.CreateServiceUserRequest\x1a\x34.raystack.frontier.v1beta1.CreateServiceUserResponse\"t\x92\x41:\n\x0bServiceUser\x12\x13\x43reate service user\x1a\x16\x43reate a service user.\x82\xd3\xe4\x93\x02\x31\",/v1beta1/organizations/{org_id}/serviceusers:\x01*\x12\xf8\x01\n\x0eGetServiceUser\x12\x30.raystack.frontier.v1beta1.GetServiceUserRequest\x1a\x31.raystack.frontier.v1beta1.GetServiceUserResponse\"\x80\x01\x92\x41\x44\n\x0bServiceUser\x12\x10Get service user\x1a#Get service user details by its id.\x82\xd3\xe4\x93\x02\x33\x12\x31/v1beta1/organizations/{org_id}/serviceusers/{id}\x12\xbe\x02\n\x11\x44\x65leteServiceUser\x12\x33.raystack.frontier.v1beta1.DeleteServiceUserRequest\x1a\x34.raystack.frontier.v1beta1.DeleteServiceUserResponse\"\xbd\x01\x92\x41\x80\x01\n\x0bServiceUser\x12\x13\x44\x65lete service user\x1a\\Delete a service user permanently and all of its relations (keys, organizations, roles, etc)\x82\xd3\xe4\x93\x02\x33*1/v1beta1/organizations/{org_id}/serviceusers/{id}\x12\x98\x03\n\x14\x43reateServiceUserJWK\x12\x36.raystack.frontier.v1beta1.CreateServiceUserJWKRequest\x1a\x37.raystack.frontier.v1beta1.CreateServiceUserJWKResponse\"\x8e\x02\x92\x41\xc9\x01\n\x0bServiceUser\x12+Create service user public/private key pair\x1a\x8c\x01Generate a service user key and return it, the private key part of the response will not be persisted and should be kept securely by client.\x82\xd3\xe4\x93\x02;\"6/v1beta1/organizations/{org_id}/serviceusers/{id}/keys:\x01*\x12\xaf\x02\n\x13ListServiceUserJWKs\x12\x35.raystack.frontier.v1beta1.ListServiceUserJWKsRequest\x1a\x36.raystack.frontier.v1beta1.ListServiceUserJWKsResponse\"\xa8\x01\x92\x41g\n\x0bServiceUser\x12\x16List service user keys\x1a@List all the keys of a service user with its details except jwk.\x82\xd3\xe4\x93\x02\x38\x12\x36/v1beta1/organizations/{org_id}/serviceusers/{id}/keys\x12\x96\x02\n\x11GetServiceUserJWK\x12\x33.raystack.frontier.v1beta1.GetServiceUserJWKRequest\x1a\x34.raystack.frontier.v1beta1.GetServiceUserJWKResponse\"\x95\x01\x92\x41K\n\x0bServiceUser\x12\x14Get service user key\x1a&Get a service user public RSA JWK set.\x82\xd3\xe4\x93\x02\x41\x12?/v1beta1/organizations/{org_id}/serviceusers/{id}/keys/{key_id}\x12\xa2\x02\n\x14\x44\x65leteServiceUserJWK\x12\x36.raystack.frontier.v1beta1.DeleteServiceUserJWKRequest\x1a\x37.raystack.frontier.v1beta1.DeleteServiceUserJWKResponse\"\x98\x01\x92\x41N\n\x0bServiceUser\x12\x17\x44\x65lete service user key\x1a&Delete a service user key permanently.\x82\xd3\xe4\x93\x02\x41*?/v1beta1/organizations/{org_id}/serviceusers/{id}/keys/{key_id}\x12\xa4\x03\n\x1b\x43reateServiceUserCredential\x12=.raystack.frontier.v1beta1.CreateServiceUserCredentialRequest\x1a>.raystack.frontier.v1beta1.CreateServiceUserCredentialResponse\"\x85\x02\x92\x41\xbd\x01\n\x0bServiceUser\x12&Create service user client credentials\x1a\x85\x01Generate a service user credential and return it. The credential value will not be persisted and should be securely stored by client.\x82\xd3\xe4\x93\x02>\"9/v1beta1/organizations/{org_id}/serviceusers/{id}/secrets:\x01*\x12\xb9\x02\n\x1aListServiceUserCredentials\x12<.raystack.frontier.v1beta1.ListServiceUserCredentialsRequest\x1a=.raystack.frontier.v1beta1.ListServiceUserCredentialsResponse\"\x9d\x01\x92\x41Y\n\x0bServiceUser\x12\x1dList service user credentials\x1a+List all the credentials of a service user.\x82\xd3\xe4\x93\x02;\x12\x39/v1beta1/organizations/{org_id}/serviceusers/{id}/secrets\x12\xc0\x02\n\x1b\x44\x65leteServiceUserCredential\x12=.raystack.frontier.v1beta1.DeleteServiceUserCredentialRequest\x1a>.raystack.frontier.v1beta1.DeleteServiceUserCredentialResponse\"\xa1\x01\x92\x41Q\n\x0bServiceUser\x12\x1f\x44\x65lete service user credentials\x1a!Delete a service user credential.\x82\xd3\xe4\x93\x02G*E/v1beta1/organizations/{org_id}/serviceusers/{id}/secrets/{secret_id}\x12\xfc\x02\n\x16\x43reateServiceUserToken\x12\x38.raystack.frontier.v1beta1.CreateServiceUserTokenRequest\x1a\x39.raystack.frontier.v1beta1.CreateServiceUserTokenResponse\"\xec\x01\x92\x41\xa5\x01\n\x0bServiceUser\x12\x19\x43reate service user token\x1a{Generate a service user token and return it. The token value will not be persisted and should be securely stored by client.\x82\xd3\xe4\x93\x02=\"8/v1beta1/organizations/{org_id}/serviceusers/{id}/tokens:\x01*\x12\x9f\x02\n\x15ListServiceUserTokens\x12\x37.raystack.frontier.v1beta1.ListServiceUserTokensRequest\x1a\x38.raystack.frontier.v1beta1.ListServiceUserTokensResponse\"\x92\x01\x92\x41O\n\x0bServiceUser\x12\x18List service user tokens\x1a&List all the tokens of a service user.\x82\xd3\xe4\x93\x02:\x12\x38/v1beta1/organizations/{org_id}/serviceusers/{id}/tokens\x12\xa4\x02\n\x16\x44\x65leteServiceUserToken\x12\x38.raystack.frontier.v1beta1.DeleteServiceUserTokenRequest\x1a\x39.raystack.frontier.v1beta1.DeleteServiceUserTokenResponse\"\x94\x01\x92\x41\x46\n\x0bServiceUser\x12\x19\x44\x65lete service user token\x1a\x1c\x44\x65lete a service user token.\x82\xd3\xe4\x93\x02\x45*C/v1beta1/organizations/{org_id}/serviceusers/{id}/tokens/{token_id}\x12\xb0\x02\n\x17ListServiceUserProjects\x12\x39.raystack.frontier.v1beta1.ListServiceUserProjectsRequest\x1a:.raystack.frontier.v1beta1.ListServiceUserProjectsResponse\"\x9d\x01\x92\x41X\n\x0bServiceUser\x12\x1aList service sser projects\x1a-List all projects the service user belongs to\x82\xd3\xe4\x93\x02<\x12:/v1beta1/organizations/{org_id}/serviceusers/{id}/projects\x12\xe4\x02\n\x16ListOrganizationGroups\x12\x38.raystack.frontier.v1beta1.ListOrganizationGroupsRequest\x1a\x39.raystack.frontier.v1beta1.ListOrganizationGroupsResponse\"\xd4\x01\x92\x41\xa2\x01\n\x05Group\x12\x18List organization groups\x1a\x7fGet all groups that belong to an organization. The results can be filtered by state which can be either be enabled or disabled.\x82\xd3\xe4\x93\x02(\x12&/v1beta1/organizations/{org_id}/groups\x12\x9d\x03\n\x0b\x43reateGroup\x12-.raystack.frontier.v1beta1.CreateGroupRequest\x1a..raystack.frontier.v1beta1.CreateGroupResponse\"\xae\x02\x92\x41\xf6\x01\n\x05Group\x12\x0c\x43reate group\x1a\xde\x01\x43reate a new group in an organization which serves as a container for users. The group can be assigned roles and permissions and can be used to manage access to resources. Also a group can also be assigned to other groups.\x82\xd3\xe4\x93\x02.\"&/v1beta1/organizations/{org_id}/groups:\x04\x62ody\x12\xad\x01\n\x08GetGroup\x12*.raystack.frontier.v1beta1.GetGroupRequest\x1a+.raystack.frontier.v1beta1.GetGroupResponse\"H\x92\x41\x12\n\x05Group\x12\tGet group\x82\xd3\xe4\x93\x02-\x12+/v1beta1/organizations/{org_id}/groups/{id}\x12\xbf\x01\n\x0bUpdateGroup\x12-.raystack.frontier.v1beta1.UpdateGroupRequest\x1a..raystack.frontier.v1beta1.UpdateGroupResponse\"Q\x92\x41\x15\n\x05Group\x12\x0cUpdate group\x82\xd3\xe4\x93\x02\x33\x1a+/v1beta1/organizations/{org_id}/groups/{id}:\x04\x62ody\x12\xfe\x01\n\x0eListGroupUsers\x12\x30.raystack.frontier.v1beta1.ListGroupUsersRequest\x1a\x31.raystack.frontier.v1beta1.ListGroupUsersResponse\"\x86\x01\x92\x41J\n\x05Group\x12\x10List group users\x1a/Returns a list of users that belong to a group.\x82\xd3\xe4\x93\x02\x33\x12\x31/v1beta1/organizations/{org_id}/groups/{id}/users\x12\xdd\x02\n\rAddGroupUsers\x12/.raystack.frontier.v1beta1.AddGroupUsersRequest\x1a\x30.raystack.frontier.v1beta1.AddGroupUsersResponse\"\xe8\x01\x92\x41\xa8\x01\n\x05Group\x12\x0e\x41\x64\x64 group user\x1a\x8e\x01\x41\x64\x64s a principle(user and service-users) to a group, existing users in the group will be ignored. A group can\'t have nested groups as members.\x82\xd3\xe4\x93\x02\x36\"1/v1beta1/organizations/{org_id}/groups/{id}/users:\x01*\x12\xef\x02\n\x0fRemoveGroupUser\x12\x31.raystack.frontier.v1beta1.RemoveGroupUserRequest\x1a\x32.raystack.frontier.v1beta1.RemoveGroupUserResponse\"\xf4\x01\x92\x41\xad\x01\n\x05Group\x12\x11Remove group user\x1a\x90\x01Removes a principle(user and service-users) from a group. If the user is not in the group, the request will succeed but no changes will be made.\x82\xd3\xe4\x93\x02=*;/v1beta1/organizations/{org_id}/groups/{id}/users/{user_id}\x12\xc3\x02\n\x0b\x45nableGroup\x12-.raystack.frontier.v1beta1.EnableGroupRequest\x1a..raystack.frontier.v1beta1.EnableGroupResponse\"\xd4\x01\x92\x41\x93\x01\n\x05Group\x12\x0c\x45nable group\x1a|Sets the state of the group as enabled. The `enabled` flag is used to determine if the group can be used for access control.\x82\xd3\xe4\x93\x02\x37\"2/v1beta1/organizations/{org_id}/groups/{id}/enable:\x01*\x12\xd4\x03\n\x0c\x44isableGroup\x12..raystack.frontier.v1beta1.DisableGroupRequest\x1a/.raystack.frontier.v1beta1.DisableGroupResponse\"\xe2\x02\x92\x41\xa0\x02\n\x05Group\x12\rDisable group\x1a\x87\x02Sets the state of the group as disabled. The group will not be available for access control and the existing users in the group will not be able to access any resources that are assigned to the group. No other users can be added to the group while it is disabled.\x82\xd3\xe4\x93\x02\x38\"3/v1beta1/organizations/{org_id}/groups/{id}/disable:\x01*\x12\xfd\x01\n\x0b\x44\x65leteGroup\x12-.raystack.frontier.v1beta1.DeleteGroupRequest\x1a..raystack.frontier.v1beta1.DeleteGroupResponse\"\x8e\x01\x92\x41X\n\x05Group\x12\x0c\x44\x65lete group\x1a\x41\x44\x65lete an organization group permanently and all of its relations\x82\xd3\xe4\x93\x02-*+/v1beta1/organizations/{org_id}/groups/{id}\x12\x93\x02\n\tListRoles\x12+.raystack.frontier.v1beta1.ListRolesRequest\x1a,.raystack.frontier.v1beta1.ListRolesResponse\"\xaa\x01\x92\x41\x90\x01\n\x04Role\x12\x13List platform roles\x1asReturns a list of platform wide roles available in enitre Frontier instance along with their associated permissions\x82\xd3\xe4\x93\x02\x10\x12\x0e/v1beta1/roles\x12\xbc\x02\n\x15ListOrganizationRoles\x12\x37.raystack.frontier.v1beta1.ListOrganizationRolesRequest\x1a\x38.raystack.frontier.v1beta1.ListOrganizationRolesResponse\"\xaf\x01\x92\x41\x7f\n\x04Role\x12\x17List organization roles\x1a^Returns a list of custom roles created under an organization with their associated permissions\x82\xd3\xe4\x93\x02\'\x12%/v1beta1/organizations/{org_id}/roles\x12\xf7\x02\n\x16\x43reateOrganizationRole\x12\x38.raystack.frontier.v1beta1.CreateOrganizationRoleRequest\x1a\x39.raystack.frontier.v1beta1.CreateOrganizationRoleResponse\"\xe7\x01\x92\x41\xb0\x01\n\x04Role\x12\x18\x43reate organization role\x1a\x8d\x01\x43reate a custom role under an organization. This custom role will only be available for assignment to the principles within the organization.\x82\xd3\xe4\x93\x02-\"%/v1beta1/organizations/{org_id}/roles:\x04\x62ody\x12\xac\x02\n\x13GetOrganizationRole\x12\x35.raystack.frontier.v1beta1.GetOrganizationRoleRequest\x1a\x36.raystack.frontier.v1beta1.GetOrganizationRoleResponse\"\xa5\x01\x92\x41p\n\x04Role\x12\x15Get organization role\x1aQReturns a custom role under an organization along with its associated permissions\x82\xd3\xe4\x93\x02,\x12*/v1beta1/organizations/{org_id}/roles/{id}\x12\xfc\x02\n\x16UpdateOrganizationRole\x12\x38.raystack.frontier.v1beta1.UpdateOrganizationRoleRequest\x1a\x39.raystack.frontier.v1beta1.UpdateOrganizationRoleResponse\"\xec\x01\x92\x41\xb0\x01\n\x04Role\x12\x18Update organization role\x1a\x8d\x01Update a custom role under an organization. This custom role will only be available for assignment to the principles within the organization.\x82\xd3\xe4\x93\x02\x32\x1a*/v1beta1/organizations/{org_id}/roles/{id}:\x04\x62ody\x12\xb7\x02\n\x16\x44\x65leteOrganizationRole\x12\x38.raystack.frontier.v1beta1.DeleteOrganizationRoleRequest\x1a\x39.raystack.frontier.v1beta1.DeleteOrganizationRoleResponse\"\xa7\x01\x92\x41r\n\x04Role\x12\x18\x44\x65lete organization role\x1aPDelete a custom role and all of its relations under an organization permanently.\x82\xd3\xe4\x93\x02,**/v1beta1/organizations/{org_id}/roles/{id}\x12\x9a\x02\n\x11ListOrganizations\x12\x33.raystack.frontier.v1beta1.ListOrganizationsRequest\x1a\x34.raystack.frontier.v1beta1.ListOrganizationsResponse\"\x99\x01\x92\x41x\n\x0cOrganization\x12\x12List organizations\x1aTReturns a list of organizations. It can be filtered by userID or organization state.\x82\xd3\xe4\x93\x02\x18\x12\x16/v1beta1/organizations\x12\xcd\x01\n\x12\x43reateOrganization\x12\x34.raystack.frontier.v1beta1.CreateOrganizationRequest\x1a\x35.raystack.frontier.v1beta1.CreateOrganizationResponse\"J\x92\x41#\n\x0cOrganization\x12\x13\x43reate organization\x82\xd3\xe4\x93\x02\x1e\"\x16/v1beta1/organizations:\x04\x62ody\x12\xe0\x01\n\x0fGetOrganization\x12\x31.raystack.frontier.v1beta1.GetOrganizationRequest\x1a\x32.raystack.frontier.v1beta1.GetOrganizationResponse\"f\x92\x41@\n\x0cOrganization\x12\x10Get organization\x1a\x1eGet organization by ID or name\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v1beta1/organizations/{id}\x12\xed\x01\n\x12UpdateOrganization\x12\x34.raystack.frontier.v1beta1.UpdateOrganizationRequest\x1a\x35.raystack.frontier.v1beta1.UpdateOrganizationResponse\"j\x92\x41>\n\x0cOrganization\x12\x13Update organization\x1a\x19Update organization by ID\x82\xd3\xe4\x93\x02#\x1a\x1b/v1beta1/organizations/{id}:\x04\x62ody\x12\x9f\x02\n\x18ListOrganizationProjects\x12:.raystack.frontier.v1beta1.ListOrganizationProjectsRequest\x1a;.raystack.frontier.v1beta1.ListOrganizationProjectsResponse\"\x89\x01\x92\x41Z\n\x0cOrganization\x12\x19Get organization projects\x1a/Get all projects that belong to an organization\x82\xd3\xe4\x93\x02&\x12$/v1beta1/organizations/{id}/projects\x12\x8e\x02\n\x16ListOrganizationAdmins\x12\x38.raystack.frontier.v1beta1.ListOrganizationAdminsRequest\x1a\x39.raystack.frontier.v1beta1.ListOrganizationAdminsResponse\"\x7f\x92\x41R\n\x0cOrganization\x12\x18List organization admins\x1a(Returns a list admins of an organization\x82\xd3\xe4\x93\x02$\x12\"/v1beta1/organizations/{id}/admins\x12\xdf\x01\n\x15ListOrganizationUsers\x12\x37.raystack.frontier.v1beta1.ListOrganizationUsersRequest\x1a\x38.raystack.frontier.v1beta1.ListOrganizationUsersResponse\"S\x92\x41\'\n\x0cOrganization\x12\x17List organization users\x82\xd3\xe4\x93\x02#\x12!/v1beta1/organizations/{id}/users\x12\xed\x02\n\x14\x41\x64\x64OrganizationUsers\x12\x36.raystack.frontier.v1beta1.AddOrganizationUsersRequest\x1a\x37.raystack.frontier.v1beta1.AddOrganizationUsersResponse\"\xe3\x01\x92\x41\xb3\x01\n\x0cOrganization\x12\x15\x41\x64\x64 organization user\x1a\x8b\x01\x41\x64\x64 a user to an organization. A user must exists in Frontier before adding it to an org. This request will fail if the user doesn\'t exists\x82\xd3\xe4\x93\x02&\"!/v1beta1/organizations/{id}/users:\x01*\x12\x92\x02\n\x16RemoveOrganizationUser\x12\x38.raystack.frontier.v1beta1.RemoveOrganizationUserRequest\x1a\x39.raystack.frontier.v1beta1.RemoveOrganizationUserResponse\"\x82\x01\x92\x41L\n\x0cOrganization\x12\x18Remove organization user\x1a\"Remove a user from an organization\x82\xd3\xe4\x93\x02-*+/v1beta1/organizations/{id}/users/{user_id}\x12\x96\x02\n\x12GetOrganizationKyc\x12\x34.raystack.frontier.v1beta1.GetOrganizationKycRequest\x1a\x35.raystack.frontier.v1beta1.GetOrganizationKycResponse\"\x92\x01\x92\x41\x64\n\x0fOrganizationKyc\x12\x1fGet KYC info of an organization\x1a\x30Get KYC info of an organization using ID or name\x82\xd3\xe4\x93\x02%\x12#/v1beta1/organizations/{org_id}/kyc\x12\x83\x02\n\x1cListOrganizationServiceUsers\x12>.raystack.frontier.v1beta1.ListOrganizationServiceUsersRequest\x1a?.raystack.frontier.v1beta1.ListOrganizationServiceUsersResponse\"b\x92\x41/\n\x0cOrganization\x12\x1fList organization service users\x82\xd3\xe4\x93\x02*\x12(/v1beta1/organizations/{id}/serviceusers\x12\xb9\x02\n\x1bListOrganizationInvitations\x12=.raystack.frontier.v1beta1.ListOrganizationInvitationsRequest\x1a>.raystack.frontier.v1beta1.ListOrganizationInvitationsResponse\"\x9a\x01\x92\x41\x64\n\x0cOrganization\x12\x18List pending invitations\x1a:Returns all pending invitations queued for an organization\x82\xd3\xe4\x93\x02-\x12+/v1beta1/organizations/{org_id}/invitations\x12\xf6\x02\n\x1c\x43reateOrganizationInvitation\x12>.raystack.frontier.v1beta1.CreateOrganizationInvitationRequest\x1a?.raystack.frontier.v1beta1.CreateOrganizationInvitationResponse\"\xd4\x01\x92\x41\x9a\x01\n\x0cOrganization\x12\x0bInvite user\x1a}Invite users to an organization, if user is not registered on the platform, it will be notified. Invitations expire in 7 days\x82\xd3\xe4\x93\x02\x30\"+/v1beta1/organizations/{org_id}/invitations:\x01*\x12\xb3\x02\n\x19GetOrganizationInvitation\x12;.raystack.frontier.v1beta1.GetOrganizationInvitationRequest\x1a<.raystack.frontier.v1beta1.GetOrganizationInvitationResponse\"\x9a\x01\x92\x41_\n\x0cOrganization\x12\x16Get pending invitation\x1a\x37Returns a pending invitation queued for an organization\x82\xd3\xe4\x93\x02\x32\x12\x30/v1beta1/organizations/{org_id}/invitations/{id}\x12\x99\x03\n\x1c\x41\x63\x63\x65ptOrganizationInvitation\x12>.raystack.frontier.v1beta1.AcceptOrganizationInvitationRequest\x1a?.raystack.frontier.v1beta1.AcceptOrganizationInvitationResponse\"\xf7\x01\x92\x41\xb1\x01\n\x0cOrganization\x12\x19\x41\x63\x63\x65pt pending invitation\x1a\x85\x01\x41\x63\x63\x65pt pending invitation queued for an organization. The user will be added to the organization and groups defined in the invitation\x82\xd3\xe4\x93\x02<\"7/v1beta1/organizations/{org_id}/invitations/{id}/accept:\x01*\x12\xbe\x02\n\x1c\x44\x65leteOrganizationInvitation\x12>.raystack.frontier.v1beta1.DeleteOrganizationInvitationRequest\x1a?.raystack.frontier.v1beta1.DeleteOrganizationInvitationResponse\"\x9c\x01\x92\x41\x61\n\x0cOrganization\x12\x19\x44\x65lete pending invitation\x1a\x36\x44\x65lete a pending invitation queued for an organization\x82\xd3\xe4\x93\x02\x32*0/v1beta1/organizations/{org_id}/invitations/{id}\x12\xd8\x03\n\x17ListOrganizationDomains\x12\x39.raystack.frontier.v1beta1.ListOrganizationDomainsRequest\x1a:.raystack.frontier.v1beta1.ListOrganizationDomainsResponse\"\xc5\x02\x92\x41\x92\x02\n\x0cOrganization\x12\x10List org domains\x1a\xef\x01Returns all domains whitelisted for an organization (both pending and verified if no filters are provided for the state). The verified domains allow users email with the org\'s whitelisted domain to join the organization without invitation.\x82\xd3\xe4\x93\x02)\x12\'/v1beta1/organizations/{org_id}/domains\x12\xfe\x04\n\x18\x43reateOrganizationDomain\x12:.raystack.frontier.v1beta1.CreateOrganizationDomainRequest\x1a;.raystack.frontier.v1beta1.CreateOrganizationDomainResponse\"\xe8\x03\x92\x41\xb2\x03\n\x0cOrganization\x12\x11\x43reate org domain\x1a\x8e\x03\x41\x64\x64 a domain to an organization which if verified allows all users of the same domain to be signed up to the organization without invitation. This API generates a verification token for a domain which must be added to your domain\'s DNS provider as a TXT record should be verified with Frontier VerifyOrganizationDomain API before it can be used as an Organization\'s trusted domain to sign up users.\x82\xd3\xe4\x93\x02,\"\'/v1beta1/organizations/{org_id}/domains:\x01*\x12\xb7\x02\n\x18\x44\x65leteOrganizationDomain\x12:.raystack.frontier.v1beta1.DeleteOrganizationDomainRequest\x1a;.raystack.frontier.v1beta1.DeleteOrganizationDomainResponse\"\xa1\x01\x92\x41j\n\x0cOrganization\x12\x11\x44\x65lete org domain\x1aGRemove a domain from the list of an organization\'s trusted domains list\x82\xd3\xe4\x93\x02.*,/v1beta1/organizations/{org_id}/domains/{id}\x12\xe2\x02\n\x15GetOrganizationDomain\x12\x37.raystack.frontier.v1beta1.GetOrganizationDomainRequest\x1a\x38.raystack.frontier.v1beta1.GetOrganizationDomainResponse\"\xd5\x01\x92\x41\x9d\x01\n\x0cOrganization\x12\x0eGet org domain\x1a}Get a domain from the list of an organization\'s whitelisted domains. Returns both verified and unverified domains by their ID\x82\xd3\xe4\x93\x02.\x12,/v1beta1/organizations/{org_id}/domains/{id}\x12\xa5\x04\n\x18VerifyOrganizationDomain\x12:.raystack.frontier.v1beta1.VerifyOrganizationDomainRequest\x1a;.raystack.frontier.v1beta1.VerifyOrganizationDomainResponse\"\x8f\x03\x92\x41\xcd\x02\n\x0cOrganization\x12\x11Verify org domain\x1a\xa9\x02Verify a domain for an organization with a verification token generated by Frontier GenerateDomainVerificationToken API. The token must be added to your domain\'s DNS provider as a TXT record before it can be verified. This API returns the state of the domain (pending/verified) after verification.\x82\xd3\xe4\x93\x02\x38\"3/v1beta1/organizations/{org_id}/domains/{id}/verify:\x01*\x12\x92\x03\n\x10JoinOrganization\x12\x32.raystack.frontier.v1beta1.JoinOrganizationRequest\x1a\x33.raystack.frontier.v1beta1.JoinOrganizationResponse\"\x94\x02\x92\x41\xe1\x01\n\x0cOrganization\x12\x11Join organization\x1a\xbd\x01\x41llows the current logged in user to join the Org if one is not a part of it. The user will only be able to join when the user email\'s domain matches the organization\'s whitelisted domains.\x82\xd3\xe4\x93\x02)\"$/v1beta1/organizations/{org_id}/join:\x01*\x12\xd9\x02\n\x12\x45nableOrganization\x12\x34.raystack.frontier.v1beta1.EnableOrganizationRequest\x1a\x35.raystack.frontier.v1beta1.EnableOrganizationResponse\"\xd5\x01\x92\x41\xa4\x01\n\x0cOrganization\x12\x13\x45nable organization\x1a\x7fSets the state of the organization as enabled. The existing users in the org will be able to access any organization resources.\x82\xd3\xe4\x93\x02\'\"\"/v1beta1/organizations/{id}/enable:\x01*\x12\xe4\x02\n\x13\x44isableOrganization\x12\x35.raystack.frontier.v1beta1.DisableOrganizationRequest\x1a\x36.raystack.frontier.v1beta1.DisableOrganizationResponse\"\xdd\x01\x92\x41\xab\x01\n\x0cOrganization\x12\x14\x44isable organization\x1a\x84\x01Sets the state of the organization as disabled. The existing users in the org will not be able to access any organization resources.\x82\xd3\xe4\x93\x02(\"#/v1beta1/organizations/{id}/disable:\x01*\x12\xc6\x02\n\x12\x44\x65leteOrganization\x12\x34.raystack.frontier.v1beta1.DeleteOrganizationRequest\x1a\x35.raystack.frontier.v1beta1.DeleteOrganizationResponse\"\xc2\x01\x92\x41\x9b\x01\n\x0cOrganization\x12\x13\x44\x65lete organization\x1avDelete an organization and all of its relations permanently. The organization users will not be deleted from Frontier.\x82\xd3\xe4\x93\x02\x1d*\x1b/v1beta1/organizations/{id}\x12\xaf\x01\n\rCreateProject\x12/.raystack.frontier.v1beta1.CreateProjectRequest\x1a\x30.raystack.frontier.v1beta1.CreateProjectResponse\";\x92\x41\x19\n\x07Project\x12\x0e\x43reate project\x82\xd3\xe4\x93\x02\x19\"\x11/v1beta1/projects:\x04\x62ody\x12\xbb\x01\n\nGetProject\x12,.raystack.frontier.v1beta1.GetProjectRequest\x1a-.raystack.frontier.v1beta1.GetProjectResponse\"P\x92\x41/\n\x07Project\x12\x0bGet project\x1a\x17Returns a project by ID\x82\xd3\xe4\x93\x02\x18\x12\x16/v1beta1/projects/{id}\x12\xcd\x01\n\rUpdateProject\x12/.raystack.frontier.v1beta1.UpdateProjectRequest\x1a\x30.raystack.frontier.v1beta1.UpdateProjectResponse\"Y\x92\x41\x32\n\x07Project\x12\x0eUpdate project\x1a\x17Updates a project by ID\x82\xd3\xe4\x93\x02\x1e\x1a\x16/v1beta1/projects/{id}:\x04\x62ody\x12\xf3\x01\n\x11ListProjectAdmins\x12\x33.raystack.frontier.v1beta1.ListProjectAdminsRequest\x1a\x34.raystack.frontier.v1beta1.ListProjectAdminsResponse\"s\x92\x41K\n\x07Project\x12\x13List project admins\x1a+Returns a collection of admins of a project\x82\xd3\xe4\x93\x02\x1f\x12\x1d/v1beta1/projects/{id}/admins\x12\x98\x02\n\x10ListProjectUsers\x12\x32.raystack.frontier.v1beta1.ListProjectUsersRequest\x1a\x33.raystack.frontier.v1beta1.ListProjectUsersResponse\"\x9a\x01\x92\x41s\n\x07Project\x12\x12List project users\x1aTReturns a collection of users of a project. Filter by user permissions is supported.\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v1beta1/projects/{id}/users\x12\x91\x02\n\x17ListProjectServiceUsers\x12\x39.raystack.frontier.v1beta1.ListProjectServiceUsersRequest\x1a:.raystack.frontier.v1beta1.ListProjectServiceUsersResponse\"\x7f\x92\x41Q\n\x07Project\x12\x19List project serviceusers\x1a+Returns a collection of users of a project.\x82\xd3\xe4\x93\x02%\x12#/v1beta1/projects/{id}/serviceusers\x12\xf4\x01\n\x11ListProjectGroups\x12\x33.raystack.frontier.v1beta1.ListProjectGroupsRequest\x1a\x34.raystack.frontier.v1beta1.ListProjectGroupsResponse\"t\x92\x41L\n\x07Project\x12\x13List project groups\x1a,Returns a collection of groups of a project.\x82\xd3\xe4\x93\x02\x1f\x12\x1d/v1beta1/projects/{id}/groups\x12\xb8\x01\n\rEnableProject\x12/.raystack.frontier.v1beta1.EnableProjectRequest\x1a\x30.raystack.frontier.v1beta1.EnableProjectResponse\"D\x92\x41\x19\n\x07Project\x12\x0e\x45nable project\x82\xd3\xe4\x93\x02\"\"\x1d/v1beta1/projects/{id}/enable:\x01*\x12\xbd\x01\n\x0e\x44isableProject\x12\x30.raystack.frontier.v1beta1.DisableProjectRequest\x1a\x31.raystack.frontier.v1beta1.DisableProjectResponse\"F\x92\x41\x1a\n\x07Project\x12\x0f\x44isable project\x82\xd3\xe4\x93\x02#\"\x1e/v1beta1/projects/{id}/disable:\x01*\x12\xe2\x01\n\rDeleteProject\x12/.raystack.frontier.v1beta1.DeleteProjectRequest\x1a\x30.raystack.frontier.v1beta1.DeleteProjectResponse\"n\x92\x41M\n\x07Project\x12\x0e\x44\x65lete Project\x1a\x32\x44\x65lete a project all of its relations permanently.\x82\xd3\xe4\x93\x02\x18*\x16/v1beta1/projects/{id}\x12\xbd\x01\n\x0c\x43reatePolicy\x12..raystack.frontier.v1beta1.CreatePolicyRequest\x1a/.raystack.frontier.v1beta1.CreatePolicyResponse\"L\x92\x41*\n\x06Policy\x12\rCreate policy\x1a\x11\x43reates a policy \x82\xd3\xe4\x93\x02\x19\"\x11/v1beta1/policies:\x04\x62ody\x12\xb5\x01\n\tGetPolicy\x12+.raystack.frontier.v1beta1.GetPolicyRequest\x1a,.raystack.frontier.v1beta1.GetPolicyResponse\"M\x92\x41,\n\x06Policy\x12\nGet policy\x1a\x16Returns a policy by ID\x82\xd3\xe4\x93\x02\x18\x12\x16/v1beta1/policies/{id}\x12\xb9\x02\n\x0cListPolicies\x12..raystack.frontier.v1beta1.ListPoliciesRequest\x1a/.raystack.frontier.v1beta1.ListPoliciesResponse\"\xc7\x01\x92\x41\xaa\x01\n\x06Policy\x12\x11List all policies\x1a\x8c\x01Lists all the policies from all the organizations in a Frontier instance. It can be filtered by organization, project, user, role and group.\x82\xd3\xe4\x93\x02\x13\x12\x11/v1beta1/policies\x12\xc7\x01\n\x0cUpdatePolicy\x12..raystack.frontier.v1beta1.UpdatePolicyRequest\x1a/.raystack.frontier.v1beta1.UpdatePolicyResponse\"V\x92\x41/\n\x06Policy\x12\rUpdate policy\x1a\x16Updates a policy by ID\x82\xd3\xe4\x93\x02\x1e\x1a\x16/v1beta1/policies/{id}:\x04\x62ody\x12\xdc\x01\n\x0c\x44\x65letePolicy\x12..raystack.frontier.v1beta1.DeletePolicyRequest\x1a/.raystack.frontier.v1beta1.DeletePolicyResponse\"k\x92\x41J\n\x06Policy\x12\rDelete Policy\x1a\x31\x44\x65lete a policy all of its relations permanently.\x82\xd3\xe4\x93\x02\x18*\x16/v1beta1/policies/{id}\x12\x89\x02\n\x16\x43reatePolicyForProject\x12\x38.raystack.frontier.v1beta1.CreatePolicyForProjectRequest\x1a\x39.raystack.frontier.v1beta1.CreatePolicyForProjectResponse\"z\x92\x41\x42\n\x06Policy\x12\x19\x43reate Policy for Project\x1a\x1d\x43reate a policy for a project\x82\xd3\xe4\x93\x02/\"\'/v1beta1/policies/projects/{project_id}:\x04\x62ody\x12\xb5\x01\n\x0e\x43reateRelation\x12\x30.raystack.frontier.v1beta1.CreateRelationRequest\x1a\x31.raystack.frontier.v1beta1.CreateRelationResponse\">\x92\x41\x1b\n\x08Relation\x12\x0f\x43reate relation\x82\xd3\xe4\x93\x02\x1a\"\x12/v1beta1/relations:\x04\x62ody\x12\xc2\x01\n\x0bGetRelation\x12-.raystack.frontier.v1beta1.GetRelationRequest\x1a..raystack.frontier.v1beta1.GetRelationResponse\"T\x92\x41\x32\n\x08Relation\x12\x0cGet relation\x1a\x18Returns a relation by ID\x82\xd3\xe4\x93\x02\x19\x12\x17/v1beta1/relations/{id}\x12\x90\x02\n\x0e\x44\x65leteRelation\x12\x30.raystack.frontier.v1beta1.DeleteRelationRequest\x1a\x31.raystack.frontier.v1beta1.DeleteRelationResponse\"\x98\x01\x92\x41N\n\x08Relation\x12\x0f\x44\x65lete relation\x1a\x31Remove a subject having a relation from an object\x82\xd3\xe4\x93\x02\x41*?/v1beta1/relations/{relation}/object/{object}/subject/{subject}\x12\xba\x01\n\x0fListPermissions\x12\x31.raystack.frontier.v1beta1.ListPermissionsRequest\x1a\x32.raystack.frontier.v1beta1.ListPermissionsResponse\"@\x92\x41!\n\nPermission\x12\x13Get all permissions\x82\xd3\xe4\x93\x02\x16\x12\x14/v1beta1/permissions\x12\xd0\x01\n\rGetPermission\x12/.raystack.frontier.v1beta1.GetPermissionRequest\x1a\x30.raystack.frontier.v1beta1.GetPermissionResponse\"\\\x92\x41\x38\n\nPermission\x12\x0eGet permission\x1a\x1aReturns a permission by ID\x82\xd3\xe4\x93\x02\x1b\x12\x19/v1beta1/permissions/{id}\x12\xef\x01\n\x0eListNamespaces\x12\x30.raystack.frontier.v1beta1.ListNamespacesRequest\x1a\x31.raystack.frontier.v1beta1.ListNamespacesResponse\"x\x92\x41Z\n\tNamespace\x12\x12Get all namespaces\x1a\x39Returns the list of all namespaces in a Frontier instance\x82\xd3\xe4\x93\x02\x15\x12\x13/v1beta1/namespaces\x12\xc9\x01\n\x0cGetNamespace\x12..raystack.frontier.v1beta1.GetNamespaceRequest\x1a/.raystack.frontier.v1beta1.GetNamespaceResponse\"X\x92\x41\x35\n\tNamespace\x12\rGet namespace\x1a\x19Returns a namespace by ID\x82\xd3\xe4\x93\x02\x1a\x12\x18/v1beta1/namespaces/{id}\x12\xd9\x01\n\x14ListProjectResources\x12\x36.raystack.frontier.v1beta1.ListProjectResourcesRequest\x1a\x37.raystack.frontier.v1beta1.ListProjectResourcesResponse\"P\x92\x41\x1d\n\x08Resource\x12\x11Get all resources\x82\xd3\xe4\x93\x02*\x12(/v1beta1/projects/{project_id}/resources\x12\x81\x02\n\x15\x43reateProjectResource\x12\x37.raystack.frontier.v1beta1.CreateProjectResourceRequest\x1a\x38.raystack.frontier.v1beta1.CreateProjectResourceResponse\"u\x92\x41<\n\x08Resource\x12\x0f\x43reate resource\x1a\x1f\x43reates a resource in a project\x82\xd3\xe4\x93\x02\x30\"(/v1beta1/projects/{project_id}/resources:\x04\x62ody\x12\xf5\x01\n\x12GetProjectResource\x12\x34.raystack.frontier.v1beta1.GetProjectResourceRequest\x1a\x35.raystack.frontier.v1beta1.GetProjectResourceResponse\"r\x92\x41:\n\x08Resource\x12\x0cGet resource\x1a Returns a project resource by ID\x82\xd3\xe4\x93\x02/\x12-/v1beta1/projects/{project_id}/resources/{id}\x12\x86\x02\n\x15UpdateProjectResource\x12\x37.raystack.frontier.v1beta1.UpdateProjectResourceRequest\x1a\x38.raystack.frontier.v1beta1.UpdateProjectResourceResponse\"z\x92\x41<\n\x08Resource\x12\x0fUpdate resource\x1a\x1fUpdates a resource in a project\x82\xd3\xe4\x93\x02\x35\x1a-/v1beta1/projects/{project_id}/resources/{id}:\x04\x62ody\x12\x8f\x02\n\x15\x44\x65leteProjectResource\x12\x37.raystack.frontier.v1beta1.DeleteProjectResourceRequest\x1a\x38.raystack.frontier.v1beta1.DeleteProjectResourceResponse\"\x82\x01\x92\x41J\n\x08Resource\x12\x0f\x44\x65lete resource\x1a-Deletes a resource from a project permanently\x82\xd3\xe4\x93\x02/*-/v1beta1/projects/{project_id}/resources/{id}\x12\xfb\x03\n\x17\x43heckResourcePermission\x12\x39.raystack.frontier.v1beta1.CheckResourcePermissionRequest\x1a:.raystack.frontier.v1beta1.CheckResourcePermissionResponse\"\xe8\x02\x92\x41\xcb\x02\n\x05\x41uthz\x12\x05\x43heck\x1a\xba\x02Returns true if a principal has required permissions to access a resource and false otherwise.<br/> Note the principal can be a user or a service account. Frontier will extract principal from the current logged in session cookie (if any), or the client id and secret (in case of service users) or the access token.\x82\xd3\xe4\x93\x02\x13\"\x0e/v1beta1/check:\x01*\x12\xb3\x04\n\x14\x42\x61tchCheckPermission\x12\x36.raystack.frontier.v1beta1.BatchCheckPermissionRequest\x1a\x37.raystack.frontier.v1beta1.BatchCheckPermissionResponse\"\xa9\x03\x92\x41\x87\x03\n\x05\x41uthz\x12\x0b\x42\x61tch check\x1a\xf0\x02Returns true if a principal has required permissions to access a resource and false otherwise.<br/> Note the principal can be a user or a service account, and Frontier will the credentials from the current logged in principal from the session cookie (if any), or the client id and secret (in case of service users) or the access token (in case of human user accounts).\x82\xd3\xe4\x93\x02\x18\"\x13/v1beta1/batchcheck:\x01*\x12\xb5\x01\n\x07GetJWKs\x12).raystack.frontier.v1beta1.GetJWKsRequest\x1a*.raystack.frontier.v1beta1.GetJWKsResponse\"S\x92\x41\x1c\n\x05\x41uthz\x12\x13Get well known JWKs\x82\xd3\xe4\x93\x02.\x12\x12/v1beta1/auth/jwksZ\x18\x12\x16/.well-known/jwks.json\x12q\n\x0cListSessions\x12..raystack.frontier.v1beta1.ListSessionsRequest\x1a/.raystack.frontier.v1beta1.ListSessionsResponse\"\x00\x12t\n\rRevokeSession\x12/.raystack.frontier.v1beta1.RevokeSessionRequest\x1a\x30.raystack.frontier.v1beta1.RevokeSessionResponse\"\x00\x12z\n\x0fPingUserSession\x12\x31.raystack.frontier.v1beta1.PingUserSessionRequest\x1a\x32.raystack.frontier.v1beta1.PingUserSessionResponse\"\x00\x12\xb7\x02\n\x12ListAuthStrategies\x12\x34.raystack.frontier.v1beta1.ListAuthStrategiesRequest\x1a\x35.raystack.frontier.v1beta1.ListAuthStrategiesResponse\"\xb3\x01\x92\x41\x9a\x01\n\x05\x41uthn\x12\x1eList authentication strategies\x1aqReturns a list of identity providers configured on an instance level in Frontier. e.g Google, AzureAD, Github etc\x82\xd3\xe4\x93\x02\x0f\x12\r/v1beta1/auth\x12\xe9\x04\n\x0c\x41uthenticate\x12..raystack.frontier.v1beta1.AuthenticateRequest\x1a/.raystack.frontier.v1beta1.AuthenticateResponse\"\xf7\x03\x92\x41\x98\x03\n\x05\x41uthn\x12\x1c\x41uthenticate with a strategy\x1a\xf0\x02\x41uthenticate a user with a strategy. By default, after successful authentication no operation will be performed to apply redirection in case of browsers, provide a url in the authenticate request body that will be used for redirection after authentication. Also set redirect as true for redirecting the user request to the redirect_url after successful authentication.\x82\xd3\xe4\x93\x02U\x12&/v1beta1/auth/register/{strategy_name}Z+\"&/v1beta1/auth/register/{strategy_name}:\x01*\x12\xbd\x04\n\x0c\x41uthCallback\x12..raystack.frontier.v1beta1.AuthCallbackRequest\x1a/.raystack.frontier.v1beta1.AuthCallbackResponse\"\xcb\x03\x92\x41\x8c\x03\n\x05\x41uthn\x12\x18\x43\x61llback from a strategy\x1a\xe8\x02\x43\x61llback from a strategy. This is the endpoint where the strategy will redirect the user after successful authentication. This endpoint will be called with the code and state query parameters. The code will be used to get the access token from the strategy and the state will be used to get the return_to url from the session and redirect the user to that url.\x82\xd3\xe4\x93\x02\x35\x12\x16/v1beta1/auth/callbackZ\x1b\"\x16/v1beta1/auth/callback:\x01*\x12\xc2\x03\n\tAuthToken\x12+.raystack.frontier.v1beta1.AuthTokenRequest\x1a,.raystack.frontier.v1beta1.AuthTokenResponse\"\xd9\x02\x92\x41\xb7\x02\n\x05\x41uthn\x12*Generate access token by given credentials\x1a\x81\x02\x41\x63\x63\x65ss token can be generated by providing the credentials in the request body/header. The credentials can be client id and secret or service account generated key jwt. Use the generated access token in Authorization header to access the frontier resources.\x82\xd3\xe4\x93\x02\x18\"\x13/v1beta1/auth/token:\x01*\x12\xc1\x01\n\nAuthLogout\x12,.raystack.frontier.v1beta1.AuthLogoutRequest\x1a-.raystack.frontier.v1beta1.AuthLogoutResponse\"V\x92\x41\x1f\n\x05\x41uthn\x12\x16Logout from a strategy\x82\xd3\xe4\x93\x02.\x12\x14/v1beta1/auth/logoutZ\x16*\x14/v1beta1/auth/logout\x12\xae\x02\n\x0fListMetaSchemas\x12\x31.raystack.frontier.v1beta1.ListMetaSchemasRequest\x1a\x32.raystack.frontier.v1beta1.ListMetaSchemasResponse\"\xb3\x01\x92\x41\x92\x01\n\nMetaSchema\x12\x10List metaschemas\x1arReturns a list of all metaschemas configured on an instance level in Frontier. e.g user, project, organization etc\x82\xd3\xe4\x93\x02\x17\x12\x15/v1beta1/meta/schemas\x12\x9f\x05\n\x10\x43reateMetaSchema\x12\x32.raystack.frontier.v1beta1.CreateMetaSchemaRequest\x1a\x33.raystack.frontier.v1beta1.CreateMetaSchemaResponse\"\xa1\x04\x92\x41\xfa\x03\n\nMetaSchema\x12\x11\x43reate metaschema\x1a\xd8\x03\x43reate a new metadata schema. The metaschema **name** must be unique within the entire Frontier instance and can contain only alphanumeric characters, dashes and underscores. The metaschema **schema** must be a valid JSON schema.Please refer to https://json-schema.org/ to know more about json schema. <br/>*Example:* `{name:\"user\",schema:{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"object\",\"additionalProperties\":{\"type\":\"string\"}},\"description\":{\"type\":\"string\"}}}}`\x82\xd3\xe4\x93\x02\x1d\"\x15/v1beta1/meta/schemas:\x04\x62ody\x12\xd3\x01\n\rGetMetaSchema\x12/.raystack.frontier.v1beta1.GetMetaSchemaRequest\x1a\x30.raystack.frontier.v1beta1.GetMetaSchemaResponse\"_\x92\x41:\n\nMetaSchema\x12\x0eGet metaschema\x1a\x1cGet a metadata schema by ID.\x82\xd3\xe4\x93\x02\x1c\x12\x1a/v1beta1/meta/schemas/{id}\x12\xc1\x04\n\x10UpdateMetaSchema\x12\x32.raystack.frontier.v1beta1.UpdateMetaSchemaRequest\x1a\x33.raystack.frontier.v1beta1.UpdateMetaSchemaResponse\"\xc3\x03\x92\x41\x97\x03\n\nMetaSchema\x12\x11Update metaschema\x1a\xf5\x02Update a metadata schema. Only `schema` field of a metaschema can be updated. The metaschema `schema` must be a valid JSON schema.Please refer to https://json-schema.org/ to know more about json schema. <br/>*Example:* `{name:\"user\",schema:{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"object\",\"additionalProperties\":{\"type\":\"string\"}},\"description\":{\"type\":\"string\"}}}}`\x82\xd3\xe4\x93\x02\"\x1a\x1a/v1beta1/meta/schemas/{id}:\x04\x62ody\x12\xe3\x04\n\x10\x44\x65leteMetaSchema\x12\x32.raystack.frontier.v1beta1.DeleteMetaSchemaRequest\x1a\x33.raystack.frontier.v1beta1.DeleteMetaSchemaResponse\"\xe5\x03\x92\x41\xbf\x03\n\nMetaSchema\x12\x11\x44\x65lete metaschema\x1a\x9d\x03\x44\x65lete a metadata schema permanently. Once deleted the metaschema won\'t be used to validate the metadata. For example, if a metaschema(with `label` and `description` fields) is used to validate the metadata of a user, then deleting the metaschema will not validate the metadata of the user and metadata field can contain any key-value pair(and say another field called `foo` can be inserted in a user\'s metadata).\x82\xd3\xe4\x93\x02\x1c*\x1a/v1beta1/meta/schemas/{id}\x12\x89\x02\n\x13\x44\x65scribePreferences\x12\x35.raystack.frontier.v1beta1.DescribePreferencesRequest\x1a\x36.raystack.frontier.v1beta1.DescribePreferencesResponse\"\x82\x01\x92\x41\\\n\nPreference\x12\x14\x44\x65scribe preferences\x1a\x38Returns a list of all preferences supported by Frontier.\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v1beta1/preferences/traits\x12\xc4\x03\n\x1d\x43reateOrganizationPreferences\x12?.raystack.frontier.v1beta1.CreateOrganizationPreferencesRequest\x1a@.raystack.frontier.v1beta1.CreateOrganizationPreferencesResponse\"\x9f\x02\x92\x41\xe9\x01\n\nPreference\x12\x1f\x43reate organization preferences\x1a\xb9\x01\x43reate a new organization preferences. The organization preferences **name** must be unique within the organization and can contain only alphanumeric characters, dashes and underscores.\x82\xd3\xe4\x93\x02,\"\'/v1beta1/organizations/{id}/preferences:\x01*\x12\xa5\x02\n\x1bListOrganizationPreferences\x12=.raystack.frontier.v1beta1.ListOrganizationPreferencesRequest\x1a>.raystack.frontier.v1beta1.ListOrganizationPreferencesResponse\"\x86\x01\x92\x41T\n\nPreference\x12\x1dList organization preferences\x1a\'List an organization preferences by ID.\x82\xd3\xe4\x93\x02)\x12\'/v1beta1/organizations/{id}/preferences\x12\x9c\x03\n\x18\x43reateProjectPreferences\x12:.raystack.frontier.v1beta1.CreateProjectPreferencesRequest\x1a;.raystack.frontier.v1beta1.CreateProjectPreferencesResponse\"\x86\x02\x92\x41\xd5\x01\n\nPreference\x12\x1a\x43reate project preferences\x1a\xaa\x01\x43reate a new project preferences. The project preferences **name** must be unique within the project and can contain only alphanumeric characters, dashes and underscores.\x82\xd3\xe4\x93\x02\'\"\"/v1beta1/projects/{id}/preferences:\x01*\x12\x85\x02\n\x16ListProjectPreferences\x12\x38.raystack.frontier.v1beta1.ListProjectPreferencesRequest\x1a\x39.raystack.frontier.v1beta1.ListProjectPreferencesResponse\"v\x92\x41I\n\nPreference\x12\x18List project preferences\x1a!List a project preferences by ID.\x82\xd3\xe4\x93\x02$\x12\"/v1beta1/projects/{id}/preferences\x12\x8c\x03\n\x16\x43reateGroupPreferences\x12\x38.raystack.frontier.v1beta1.CreateGroupPreferencesRequest\x1a\x39.raystack.frontier.v1beta1.CreateGroupPreferencesResponse\"\xfc\x01\x92\x41\xcd\x01\n\nPreference\x12\x18\x43reate group preferences\x1a\xa4\x01\x43reate a new group preferences. The group preferences **name** must be unique within the group and can contain only alphanumeric characters, dashes and underscores.\x82\xd3\xe4\x93\x02%\" /v1beta1/groups/{id}/preferences:\x01*\x12\xf9\x01\n\x14ListGroupPreferences\x12\x36.raystack.frontier.v1beta1.ListGroupPreferencesRequest\x1a\x37.raystack.frontier.v1beta1.ListGroupPreferencesResponse\"p\x92\x41\x45\n\nPreference\x12\x16List group preferences\x1a\x1fList a group preferences by ID.\x82\xd3\xe4\x93\x02\"\x12 /v1beta1/groups/{id}/preferences\x12\x84\x03\n\x15\x43reateUserPreferences\x12\x37.raystack.frontier.v1beta1.CreateUserPreferencesRequest\x1a\x38.raystack.frontier.v1beta1.CreateUserPreferencesResponse\"\xf7\x01\x92\x41\xc9\x01\n\nPreference\x12\x17\x43reate user preferences\x1a\xa1\x01\x43reate a new user preferences. The user preferences **name** must be unique within the user and can contain only alphanumeric characters, dashes and underscores.\x82\xd3\xe4\x93\x02$\"\x1f/v1beta1/users/{id}/preferences:\x01*\x12\xf3\x01\n\x13ListUserPreferences\x12\x35.raystack.frontier.v1beta1.ListUserPreferencesRequest\x1a\x36.raystack.frontier.v1beta1.ListUserPreferencesResponse\"m\x92\x41\x43\n\nPreference\x12\x15List user preferences\x1a\x1eList a user preferences by ID.\x82\xd3\xe4\x93\x02!\x12\x1f/v1beta1/users/{id}/preferences\x12\xa1\x03\n\x1c\x43reateCurrentUserPreferences\x12>.raystack.frontier.v1beta1.CreateCurrentUserPreferencesRequest\x1a?.raystack.frontier.v1beta1.CreateCurrentUserPreferencesResponse\"\xff\x01\x92\x41\xd1\x01\n\nPreference\x12\x1f\x43reate current user preferences\x1a\xa1\x01\x43reate a new user preferences. The user preferences **name** must be unique within the user and can contain only alphanumeric characters, dashes and underscores.\x82\xd3\xe4\x93\x02$\"\x1f/v1beta1/users/self/preferences:\x01*\x12\x90\x02\n\x1aListCurrentUserPreferences\x12<.raystack.frontier.v1beta1.ListCurrentUserPreferencesRequest\x1a=.raystack.frontier.v1beta1.ListCurrentUserPreferencesResponse\"u\x92\x41K\n\nPreference\x12\x1dList current user preferences\x1a\x1eList a user preferences by ID.\x82\xd3\xe4\x93\x02!\x12\x1f/v1beta1/users/self/preferences\x12\x93\x02\n\x14\x43reateBillingAccount\x12\x36.raystack.frontier.v1beta1.CreateBillingAccountRequest\x1a\x37.raystack.frontier.v1beta1.CreateBillingAccountResponse\"\x89\x01\x92\x41T\n\x07\x42illing\x12\x16\x43reate billing account\x1a\x31\x43reate a new billing account for an organization.\x82\xd3\xe4\x93\x02,\"\'/v1beta1/organizations/{org_id}/billing:\x01*\x12\xf3\x01\n\x11GetBillingAccount\x12\x33.raystack.frontier.v1beta1.GetBillingAccountRequest\x1a\x34.raystack.frontier.v1beta1.GetBillingAccountResponse\"s\x92\x41<\n\x07\x42illing\x12\x13Get billing account\x1a\x1cGet a billing account by ID.\x82\xd3\xe4\x93\x02.\x12,/v1beta1/organizations/{org_id}/billing/{id}\x12\x85\x02\n\x14UpdateBillingAccount\x12\x36.raystack.frontier.v1beta1.UpdateBillingAccountRequest\x1a\x37.raystack.frontier.v1beta1.UpdateBillingAccountResponse\"|\x92\x41\x42\n\x07\x42illing\x12\x16Update billing account\x1a\x1fUpdate a billing account by ID.\x82\xd3\xe4\x93\x02\x31\x1a,/v1beta1/organizations/{org_id}/billing/{id}:\x01*\x12\xc1\x02\n\x16RegisterBillingAccount\x12\x38.raystack.frontier.v1beta1.RegisterBillingAccountRequest\x1a\x39.raystack.frontier.v1beta1.RegisterBillingAccountResponse\"\xb1\x01\x92\x41n\n\x07\x42illing\x12$Register billing account to provider\x1a=Register a billing account to a provider if it\'s not already.\x82\xd3\xe4\x93\x02:\"5/v1beta1/organizations/{org_id}/billing/{id}/register:\x01*\x12\x83\x02\n\x13ListBillingAccounts\x12\x35.raystack.frontier.v1beta1.ListBillingAccountsRequest\x1a\x36.raystack.frontier.v1beta1.ListBillingAccountsResponse\"}\x92\x41K\n\x07\x42illing\x12\x15List billing accounts\x1a)List billing accounts of an organization.\x82\xd3\xe4\x93\x02)\x12\'/v1beta1/organizations/{org_id}/billing\x12\x82\x02\n\x14\x44\x65leteBillingAccount\x12\x36.raystack.frontier.v1beta1.DeleteBillingAccountRequest\x1a\x37.raystack.frontier.v1beta1.DeleteBillingAccountResponse\"y\x92\x41\x42\n\x07\x42illing\x12\x16\x44\x65lete billing account\x1a\x1f\x44\x65lete a billing account by ID.\x82\xd3\xe4\x93\x02.*,/v1beta1/organizations/{org_id}/billing/{id}\x12\x8d\x02\n\x14\x45nableBillingAccount\x12\x36.raystack.frontier.v1beta1.EnableBillingAccountRequest\x1a\x37.raystack.frontier.v1beta1.EnableBillingAccountResponse\"\x83\x01\x92\x41\x42\n\x07\x42illing\x12\x16\x45nable billing account\x1a\x1f\x45nable a billing account by ID.\x82\xd3\xe4\x93\x02\x38\"3/v1beta1/organizations/{org_id}/billing/{id}/enable:\x01*\x12\xe9\x02\n\x15\x44isableBillingAccount\x12\x37.raystack.frontier.v1beta1.DisableBillingAccountRequest\x1a\x38.raystack.frontier.v1beta1.DisableBillingAccountResponse\"\xdc\x01\x92\x41\x99\x01\n\x07\x42illing\x12\x17\x44isable billing account\x1auDisable a billing account by ID. Disabling a billing account doesn\'t automatically disable it\'s active subscriptions.\x82\xd3\xe4\x93\x02\x39\"4/v1beta1/organizations/{org_id}/billing/{id}/disable:\x01*\x12\x8b\x02\n\x11GetBillingBalance\x12\x33.raystack.frontier.v1beta1.GetBillingBalanceRequest\x1a\x34.raystack.frontier.v1beta1.GetBillingBalanceResponse\"\x8a\x01\x92\x41K\n\x07\x42illing\x12\x13Get billing balance\x1a+Get the balance of a billing account by ID.\x82\xd3\xe4\x93\x02\x36\x12\x34/v1beta1/organizations/{org_id}/billing/{id}/balance\x12\xfa\x01\n\nHasTrialed\x12,.raystack.frontier.v1beta1.HasTrialedRequest\x1a-.raystack.frontier.v1beta1.HasTrialedResponse\"\x8e\x01\x92\x41?\n\x07\x42illing\x12\x0bHas trialed\x1a\'Check if a billing account has trialed.\x82\xd3\xe4\x93\x02\x46\x12\x44/v1beta1/organizations/{org_id}/billing/{id}/plans/{plan_id}/trialed\x12\xc7\x02\n\x0fGetSubscription\x12\x31.raystack.frontier.v1beta1.GetSubscriptionRequest\x1a\x32.raystack.frontier.v1beta1.GetSubscriptionResponse\"\xcc\x01\x92\x41;\n\x0cSubscription\x12\x10Get subscription\x1a\x19Get a subscription by ID.\x82\xd3\xe4\x93\x02\x87\x01\x12G/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}Z<\x12:/v1beta1/organizations/{org_id}/billing/subscriptions/{id}\x12\xea\x02\n\x12\x43\x61ncelSubscription\x12\x34.raystack.frontier.v1beta1.CancelSubscriptionRequest\x1a\x35.raystack.frontier.v1beta1.CancelSubscriptionResponse\"\xe6\x01\x92\x41\x41\n\x0cSubscription\x12\x13\x43\x61ncel subscription\x1a\x1c\x43\x61ncel a subscription by ID.\x82\xd3\xe4\x93\x02\x9b\x01\"N/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}/cancel:\x01*ZF\"A/v1beta1/organizations/{org_id}/billing/subscriptions/{id}/cancel:\x01*\x12\xd3\x02\n\x11ListSubscriptions\x12\x33.raystack.frontier.v1beta1.ListSubscriptionsRequest\x1a\x34.raystack.frontier.v1beta1.ListSubscriptionsResponse\"\xd2\x01\x92\x41L\n\x0cSubscription\x12\x12List subscriptions\x1a(List subscriptions of a billing account.\x82\xd3\xe4\x93\x02}\x12\x42/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptionsZ7\x12\x35/v1beta1/organizations/{org_id}/billing/subscriptions\x12\xf4\x02\n\x12\x43hangeSubscription\x12\x34.raystack.frontier.v1beta1.ChangeSubscriptionRequest\x1a\x35.raystack.frontier.v1beta1.ChangeSubscriptionResponse\"\xf0\x01\x92\x41K\n\x0cSubscription\x12\x18\x43hange subscription plan\x1a!Change a subscription plan by ID.\x82\xd3\xe4\x93\x02\x9b\x01\"N/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}/change:\x01*ZF\"A/v1beta1/organizations/{org_id}/billing/subscriptions/{id}/change:\x01*\x12\xdc\x02\n\x12UpdateSubscription\x12\x34.raystack.frontier.v1beta1.UpdateSubscriptionRequest\x1a\x35.raystack.frontier.v1beta1.UpdateSubscriptionResponse\"\xd8\x01\x92\x41\x41\n\x0cSubscription\x12\x13Update subscription\x1a\x1cUpdate a subscription by ID.\x82\xd3\xe4\x93\x02\x8d\x01\x1aG/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}:\x01*Z?\":/v1beta1/organizations/{org_id}/billing/subscriptions/{id}:\x01*\x12\xd8\x01\n\rCreateProduct\x12/.raystack.frontier.v1beta1.CreateProductRequest\x1a\x30.raystack.frontier.v1beta1.CreateProductResponse\"d\x92\x41=\n\x07Product\x12\x0e\x43reate product\x1a\"Create a new product for platform.\x82\xd3\xe4\x93\x02\x1e\"\x19/v1beta1/billing/products:\x01*\x12\xc0\x01\n\nGetProduct\x12,.raystack.frontier.v1beta1.GetProductRequest\x1a-.raystack.frontier.v1beta1.GetProductResponse\"U\x92\x41,\n\x07Product\x12\x0bGet product\x1a\x14Get a product by ID.\x82\xd3\xe4\x93\x02 \x12\x1e/v1beta1/billing/products/{id}\x12\xcf\x01\n\x0cListProducts\x12..raystack.frontier.v1beta1.ListProductsRequest\x1a/.raystack.frontier.v1beta1.ListProductsResponse\"^\x92\x41:\n\x07Product\x12\rList products\x1a List all products of a platform.\x82\xd3\xe4\x93\x02\x1b\x12\x19/v1beta1/billing/products\x12\xd2\x01\n\rUpdateProduct\x12/.raystack.frontier.v1beta1.UpdateProductRequest\x1a\x30.raystack.frontier.v1beta1.UpdateProductResponse\"^\x92\x41\x32\n\x07Product\x12\x0eUpdate product\x1a\x17Update a product by ID.\x82\xd3\xe4\x93\x02#\x1a\x1e/v1beta1/billing/products/{id}:\x01*\x12\xd8\x01\n\rCreateFeature\x12/.raystack.frontier.v1beta1.CreateFeatureRequest\x1a\x30.raystack.frontier.v1beta1.CreateFeatureResponse\"d\x92\x41=\n\x07\x46\x65\x61ture\x12\x0e\x43reate feature\x1a\"Create a new feature for platform.\x82\xd3\xe4\x93\x02\x1e\"\x19/v1beta1/billing/features:\x01*\x12\xc0\x01\n\nGetFeature\x12,.raystack.frontier.v1beta1.GetFeatureRequest\x1a-.raystack.frontier.v1beta1.GetFeatureResponse\"U\x92\x41,\n\x07\x46\x65\x61ture\x12\x0bGet feature\x1a\x14Get a feature by ID.\x82\xd3\xe4\x93\x02 \x12\x1e/v1beta1/billing/features/{id}\x12\xd2\x01\n\rUpdateFeature\x12/.raystack.frontier.v1beta1.UpdateFeatureRequest\x1a\x30.raystack.frontier.v1beta1.UpdateFeatureResponse\"^\x92\x41\x32\n\x07\x46\x65\x61ture\x12\x0eUpdate feature\x1a\x17Update a feature by ID.\x82\xd3\xe4\x93\x02#\x1a\x1e/v1beta1/billing/features/{id}:\x01*\x12\xc0\x01\n\x0cListFeatures\x12..raystack.frontier.v1beta1.ListFeaturesRequest\x1a/.raystack.frontier.v1beta1.ListFeaturesResponse\"O\x92\x41+\n\x07\x46\x65\x61ture\x12\rList features\x1a\x11List all features\x82\xd3\xe4\x93\x02\x1b\x12\x19/v1beta1/billing/features\x12\xc3\x01\n\nCreatePlan\x12,.raystack.frontier.v1beta1.CreatePlanRequest\x1a-.raystack.frontier.v1beta1.CreatePlanResponse\"X\x92\x41\x34\n\x04Plan\x12\x0b\x43reate plan\x1a\x1f\x43reate a new plan for platform.\x82\xd3\xe4\x93\x02\x1b\"\x16/v1beta1/billing/plans:\x01*\x12\xac\x01\n\tListPlans\x12+.raystack.frontier.v1beta1.ListPlansRequest\x1a,.raystack.frontier.v1beta1.ListPlansResponse\"D\x92\x41#\n\x04Plan\x12\nList plans\x1a\x0fList all plans.\x82\xd3\xe4\x93\x02\x18\x12\x16/v1beta1/billing/plans\x12\xab\x01\n\x07GetPlan\x12).raystack.frontier.v1beta1.GetPlanRequest\x1a*.raystack.frontier.v1beta1.GetPlanResponse\"I\x92\x41#\n\x04Plan\x12\x08Get plan\x1a\x11Get a plan by ID.\x82\xd3\xe4\x93\x02\x1d\x12\x1b/v1beta1/billing/plans/{id}\x12\xbd\x01\n\nUpdatePlan\x12,.raystack.frontier.v1beta1.UpdatePlanRequest\x1a-.raystack.frontier.v1beta1.UpdatePlanResponse\"R\x92\x41)\n\x04Plan\x12\x0bUpdate plan\x1a\x14Update a plan by ID.\x82\xd3\xe4\x93\x02 \x1a\x1b/v1beta1/billing/plans/{id}:\x01*\x12\x85\x03\n\x0e\x43reateCheckout\x12\x30.raystack.frontier.v1beta1.CreateCheckoutRequest\x1a\x31.raystack.frontier.v1beta1.CreateCheckoutResponse\"\x8d\x02\x92\x41\x88\x01\n\x08\x43heckout\x12\"Checkout a product or subscription\x1aXCheckout a product to buy it one time or start a subscription plan on a billing account.\x82\xd3\xe4\x93\x02{\">/v1beta1/organizations/{org_id}/billing/{billing_id}/checkouts:\x01*Z6\"1/v1beta1/organizations/{org_id}/billing/checkouts:\x01*\x12\xb7\x02\n\rListCheckouts\x12/.raystack.frontier.v1beta1.ListCheckoutsRequest\x1a\x30.raystack.frontier.v1beta1.ListCheckoutsResponse\"\xc2\x01\x92\x41\x44\n\x08\x43heckout\x12\x0eList checkouts\x1a(List all checkouts of a billing account.\x82\xd3\xe4\x93\x02u\x12>/v1beta1/organizations/{org_id}/billing/{billing_id}/checkoutsZ3\x12\x31/v1beta1/organizations/{org_id}/billing/checkouts\x12\xa6\x02\n\x0bGetCheckout\x12-.raystack.frontier.v1beta1.GetCheckoutRequest\x1a..raystack.frontier.v1beta1.GetCheckoutResponse\"\xb7\x01\x92\x41/\n\x08\x43heckout\x12\x0cGet checkout\x1a\x15Get a checkout by ID.\x82\xd3\xe4\x93\x02\x7f\x12\x43/v1beta1/organizations/{org_id}/billing/{billing_id}/checkouts/{id}Z8\x12\x36/v1beta1/organizations/{org_id}/billing/checkouts/{id}\x12\xdc\x02\n\x17\x43heckFeatureEntitlement\x12\x39.raystack.frontier.v1beta1.CheckFeatureEntitlementRequest\x1a:.raystack.frontier.v1beta1.CheckFeatureEntitlementResponse\"\xc9\x01\x92\x41V\n\x0b\x45ntitlement\x12\x11\x43heck entitlement\x1a\x34\x43heck if a billing account is entitled to a feature.\x82\xd3\xe4\x93\x02j\":/v1beta1/organizations/{org_id}/billing/{billing_id}/check:\x01*Z)\"$/v1beta1/organizations/billing/check:\x01*\x12\x9f\x02\n\x16\x43heckCreditEntitlement\x12\x38.raystack.frontier.v1beta1.CheckCreditEntitlementRequest\x1a\x39.raystack.frontier.v1beta1.CheckCreditEntitlementResponse\"\x8f\x01\x92\x41k\n\x0b\x45ntitlement\x12\x18\x43heck credit entitlement\x1a\x42\x43heck if a billing account has enough credits to cover the amount.\x82\xd3\xe4\x93\x02\x1b\"\x16/v1beta1/billing/check:\x01*\x12\xc9\x02\n\x12\x43reateBillingUsage\x12\x34.raystack.frontier.v1beta1.CreateBillingUsageRequest\x1a\x35.raystack.frontier.v1beta1.CreateBillingUsageResponse\"\xc5\x01\x92\x41P\n\x05Usage\x12\x14\x43reate billing usage\x1a\x31Report a new billing usage for a billing account.\x82\xd3\xe4\x93\x02l\";/v1beta1/organizations/{org_id}/billing/{billing_id}/usages:\x01*Z*\"%/v1beta1/organizations/billing/usages:\x01*\x12\xec\x02\n\x17ListBillingTransactions\x12\x39.raystack.frontier.v1beta1.ListBillingTransactionsRequest\x1a:.raystack.frontier.v1beta1.ListBillingTransactionsResponse\"\xd9\x01\x92\x41U\n\x0bTransaction\x12\x19List billing transactions\x1a+List all transactions of a billing account.\x82\xd3\xe4\x93\x02{\x12\x41/v1beta1/organizations/{org_id}/billing/{billing_id}/transactionsZ6\x12\x34/v1beta1/organizations/{org_id}/billing/transactions\x12\xef\x02\n\x18TotalDebitedTransactions\x12:.raystack.frontier.v1beta1.TotalDebitedTransactionsRequest\x1a;.raystack.frontier.v1beta1.TotalDebitedTransactionsResponse\"\xd9\x01\x92\x41\x7f\n\x0bTransaction\x12\x37Sum of amount of debited transactions including refunds\x1a\x37Sum of amount of debited transactions including refunds\x82\xd3\xe4\x93\x02Q\x12O/v1beta1/organizations/{org_id}/billing/{billing_id}/debited_transactions_total\x12\xaf\x02\n\x0cListInvoices\x12..raystack.frontier.v1beta1.ListInvoicesRequest\x1a/.raystack.frontier.v1beta1.ListInvoicesResponse\"\xbd\x01\x92\x41\x41\n\x07Invoice\x12\rList invoices\x1a\'List all invoices of a billing account.\x82\xd3\xe4\x93\x02s\x12=/v1beta1/organizations/{org_id}/billing/{billing_id}/invoicesZ2\x12\x30/v1beta1/organizations/{org_id}/billing/invoices\x12\xe2\x02\n\x12GetUpcomingInvoice\x12\x34.raystack.frontier.v1beta1.GetUpcomingInvoiceRequest\x1a\x35.raystack.frontier.v1beta1.GetUpcomingInvoiceResponse\"\xde\x01\x92\x41O\n\x07Invoice\x12\x14Get upcoming invoice\x1a.Get the upcoming invoice of a billing account.\x82\xd3\xe4\x93\x02\x85\x01\x12\x46/v1beta1/organizations/{org_id}/billing/{billing_id}/invoices/upcomingZ;\x12\x39/v1beta1/organizations/{org_id}/billing/invoices/upcoming\x12\x9c\x02\n\x16\x42illingWebhookCallback\x12\x38.raystack.frontier.v1beta1.BillingWebhookCallbackRequest\x1a\x39.raystack.frontier.v1beta1.BillingWebhookCallbackResponse\"\x8c\x01\x92\x41N\n\x07Webhook\x12\x16\x41\x63\x63\x65pt Billing webhook\x1a+Accepts a Billing webhook and processes it.\x82\xd3\xe4\x93\x02\x35\"-/v1beta1/billing/webhooks/callback/{provider}:\x04\x62ody\x12\x91\x02\n\x14\x43reateProspectPublic\x12\x36.raystack.frontier.v1beta1.CreateProspectPublicRequest\x1a\x37.raystack.frontier.v1beta1.CreateProspectPublicResponse\"\x87\x01\x92\x41g\n\x08Prospect\x12\x0f\x43reate prospect\x1aJCreate prospect for given email and activity. Available for public access.\x82\xd3\xe4\x93\x02\x17\"\x12/v1beta1/prospects:\x01*\x12\x80\x01\n\x11\x43reateAuditRecord\x12\x33.raystack.frontier.v1beta1.CreateAuditRecordRequest\x1a\x34.raystack.frontier.v1beta1.CreateAuditRecordResponse\"\x00\x42\xf6\r\n#io.raystack.proton.frontier.v1beta1B\x08\x46rontierZ;github.com/raystack/proton/frontier/v1beta1;frontierv1beta1\x92\x41\x86\r\x12\x1e\n\x15\x46rontier General APIs2\x05\x30.2.0\x1a\x0e\x31\x32\x37.0.0.1:7400*\x01\x01\x32\x10\x61pplication/json:\x10\x61pplication/jsonR<\n\x03\x32\x30\x30\x12\x35\n\x1bOK - A successful response.\x12\x16\n\x14\x1a\x12.google.rpc.StatusRi\n\x03\x34\x30\x30\x12\x62\nHBad Request - The request was malformed or contained invalid parameters.\x12\x16\n\x14\x1a\x12.google.rpc.StatusRJ\n\x03\x34\x30\x31\x12\x43\n)Unauthorized - Authentication is required\x12\x16\n\x14\x1a\x12.google.rpc.StatusRa\n\x03\x34\x30\x33\x12Z\n@Forbidden - User does not have permission to access the resource\x12\x16\n\x14\x1a\x12.google.rpc.StatusRQ\n\x03\x34\x30\x34\x12J\n0Not Found - The requested resource was not found\x12\x16\n\x14\x1a\x12.google.rpc.StatusRu\n\x03\x35\x30\x30\x12n\nTInternal Server Error. Returned when theres is something wrong with Frontier server.\x12\x16\n\x14\x1a\x12.google.rpc.StatusZ\xb6\x01\nD\n\x05\x42\x61sic\x12;\x08\x01\x12\x1f\x43lient ID/Secret authentication\x1a\x14\x42\x61sic Authentication \x02\nn\n\x06\x42\x65\x61rer\x12\x64\x08\x02\x12OThe Authorization header must be set to Bearer followed by a space and a token.\x1a\rAuthorization \x02\x62\x17\n\t\n\x05\x42\x61sic\x12\x00\n\n\n\x06\x42\x65\x61rer\x12\x00j\x06\n\x04Userj\x82\x03\n\x05Group\x12\xf8\x02Groups in Frontier are used to manage users and their access to resources. Each group has a unique name and id that can be used to grant access to resources. When a user is added to a group, they inherit the access permissions that have been granted to the group. This allows you to manage access to resources at scale, without having to grant permissions to individual users.j\x06\n\x04Rolej\x0e\n\x0cOrganizationj\t\n\x07Projectj\x08\n\x06Policyj\n\n\x08Relationj\x0c\n\nPermissionj\x0b\n\tNamespacej\n\n\x08Resourcej\x1b\n\x05\x41uthz\x12\x12\x41uthorization APIsj\x1c\n\x05\x41uthn\x12\x13\x41uthentication APIsj\x90\x02\n\nMetaSchema\x12\x81\x02Manage Metadata Schemas which are used to validate metadata object while creating user/org/group/role. Frontier automatically generates default metaschemas with `label` and `description` fields. You can also update these metaschemas to add/edit more fields.b\x06proto3')
35
+
36
+ _globals = globals()
37
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
38
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.frontier.v1beta1.frontier_pb2', _globals)
39
+ if not _descriptor._USE_C_DESCRIPTORS:
40
+ _globals['DESCRIPTOR']._loaded_options = None
41
+ _globals['DESCRIPTOR']._serialized_options = b'\n#io.raystack.proton.frontier.v1beta1B\010FrontierZ;github.com/raystack/proton/frontier/v1beta1;frontierv1beta1\222A\206\r\022\036\n\025Frontier General APIs2\0050.2.0\032\016127.0.0.1:7400*\001\0012\020application/json:\020application/jsonR<\n\003200\0225\n\033OK - A successful response.\022\026\n\024\032\022.google.rpc.StatusRi\n\003400\022b\nHBad Request - The request was malformed or contained invalid parameters.\022\026\n\024\032\022.google.rpc.StatusRJ\n\003401\022C\n)Unauthorized - Authentication is required\022\026\n\024\032\022.google.rpc.StatusRa\n\003403\022Z\n@Forbidden - User does not have permission to access the resource\022\026\n\024\032\022.google.rpc.StatusRQ\n\003404\022J\n0Not Found - The requested resource was not found\022\026\n\024\032\022.google.rpc.StatusRu\n\003500\022n\nTInternal Server Error. Returned when theres is something wrong with Frontier server.\022\026\n\024\032\022.google.rpc.StatusZ\266\001\nD\n\005Basic\022;\010\001\022\037Client ID/Secret authentication\032\024Basic Authentication \002\nn\n\006Bearer\022d\010\002\022OThe Authorization header must be set to Bearer followed by a space and a token.\032\rAuthorization \002b\027\n\t\n\005Basic\022\000\n\n\n\006Bearer\022\000j\006\n\004Userj\202\003\n\005Group\022\370\002Groups in Frontier are used to manage users and their access to resources. Each group has a unique name and id that can be used to grant access to resources. When a user is added to a group, they inherit the access permissions that have been granted to the group. This allows you to manage access to resources at scale, without having to grant permissions to individual users.j\006\n\004Rolej\016\n\014Organizationj\t\n\007Projectj\010\n\006Policyj\n\n\010Relationj\014\n\nPermissionj\013\n\tNamespacej\n\n\010Resourcej\033\n\005Authz\022\022Authorization APIsj\034\n\005Authn\022\023Authentication APIsj\220\002\n\nMetaSchema\022\201\002Manage Metadata Schemas which are used to validate metadata object while creating user/org/group/role. Frontier automatically generates default metaschemas with `label` and `description` fields. You can also update these metaschemas to add/edit more fields.'
42
+ _globals['_CREATEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._loaded_options = None
43
+ _globals['_CREATEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
44
+ _globals['_CREATEBILLINGACCOUNTREQUEST'].fields_by_name['body']._loaded_options = None
45
+ _globals['_CREATEBILLINGACCOUNTREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
46
+ _globals['_GETBILLINGACCOUNTREQUEST'].fields_by_name['id']._loaded_options = None
47
+ _globals['_GETBILLINGACCOUNTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
48
+ _globals['_GETBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._loaded_options = None
49
+ _globals['_GETBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
50
+ _globals['_UPDATEBILLINGACCOUNTREQUEST'].fields_by_name['id']._loaded_options = None
51
+ _globals['_UPDATEBILLINGACCOUNTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\005r\003\260\001\001'
52
+ _globals['_UPDATEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._loaded_options = None
53
+ _globals['_UPDATEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
54
+ _globals['_REGISTERBILLINGACCOUNTREQUEST'].fields_by_name['id']._loaded_options = None
55
+ _globals['_REGISTERBILLINGACCOUNTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\005r\003\260\001\001'
56
+ _globals['_REGISTERBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._loaded_options = None
57
+ _globals['_REGISTERBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
58
+ _globals['_LISTBILLINGACCOUNTSREQUEST'].fields_by_name['org_id']._loaded_options = None
59
+ _globals['_LISTBILLINGACCOUNTSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
60
+ _globals['_DELETEBILLINGACCOUNTREQUEST'].fields_by_name['id']._loaded_options = None
61
+ _globals['_DELETEBILLINGACCOUNTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\005r\003\260\001\001'
62
+ _globals['_DELETEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._loaded_options = None
63
+ _globals['_DELETEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
64
+ _globals['_ENABLEBILLINGACCOUNTREQUEST'].fields_by_name['id']._loaded_options = None
65
+ _globals['_ENABLEBILLINGACCOUNTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\005r\003\260\001\001'
66
+ _globals['_ENABLEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._loaded_options = None
67
+ _globals['_ENABLEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
68
+ _globals['_DISABLEBILLINGACCOUNTREQUEST'].fields_by_name['id']._loaded_options = None
69
+ _globals['_DISABLEBILLINGACCOUNTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\005r\003\260\001\001'
70
+ _globals['_DISABLEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._loaded_options = None
71
+ _globals['_DISABLEBILLINGACCOUNTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
72
+ _globals['_GETBILLINGBALANCEREQUEST'].fields_by_name['id']._loaded_options = None
73
+ _globals['_GETBILLINGBALANCEREQUEST'].fields_by_name['id']._serialized_options = b'\372B\005r\003\260\001\001'
74
+ _globals['_GETBILLINGBALANCEREQUEST'].fields_by_name['org_id']._loaded_options = None
75
+ _globals['_GETBILLINGBALANCEREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
76
+ _globals['_HASTRIALEDREQUEST'].fields_by_name['id']._loaded_options = None
77
+ _globals['_HASTRIALEDREQUEST'].fields_by_name['id']._serialized_options = b'\372B\005r\003\260\001\001'
78
+ _globals['_HASTRIALEDREQUEST'].fields_by_name['org_id']._loaded_options = None
79
+ _globals['_HASTRIALEDREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\001'
80
+ _globals['_HASTRIALEDREQUEST'].fields_by_name['plan_id']._loaded_options = None
81
+ _globals['_HASTRIALEDREQUEST'].fields_by_name['plan_id']._serialized_options = b'\372B\004r\002\020\001'
82
+ _globals['_CREATEBILLINGUSAGEREQUEST'].fields_by_name['billing_id']._loaded_options = None
83
+ _globals['_CREATEBILLINGUSAGEREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
84
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST'].fields_by_name['org_id']._loaded_options = None
85
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
86
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST'].fields_by_name['billing_id']._loaded_options = None
87
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
88
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST'].fields_by_name['since']._loaded_options = None
89
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST'].fields_by_name['since']._serialized_options = b'\030\001'
90
+ _globals['_TOTALDEBITEDTRANSACTIONSREQUEST'].fields_by_name['org_id']._loaded_options = None
91
+ _globals['_TOTALDEBITEDTRANSACTIONSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
92
+ _globals['_TOTALDEBITEDTRANSACTIONSREQUEST'].fields_by_name['billing_id']._loaded_options = None
93
+ _globals['_TOTALDEBITEDTRANSACTIONSREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\005r\003\260\001\001'
94
+ _globals['_GETSUBSCRIPTIONREQUEST'].fields_by_name['org_id']._loaded_options = None
95
+ _globals['_GETSUBSCRIPTIONREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
96
+ _globals['_GETSUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._loaded_options = None
97
+ _globals['_GETSUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
98
+ _globals['_GETSUBSCRIPTIONREQUEST'].fields_by_name['id']._loaded_options = None
99
+ _globals['_GETSUBSCRIPTIONREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
100
+ _globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['org_id']._loaded_options = None
101
+ _globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
102
+ _globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['billing_id']._loaded_options = None
103
+ _globals['_LISTSUBSCRIPTIONSREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
104
+ _globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['org_id']._loaded_options = None
105
+ _globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
106
+ _globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._loaded_options = None
107
+ _globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
108
+ _globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['id']._loaded_options = None
109
+ _globals['_UPDATESUBSCRIPTIONREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
110
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['org_id']._loaded_options = None
111
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
112
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._loaded_options = None
113
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
114
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['id']._loaded_options = None
115
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
116
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['plan']._loaded_options = None
117
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['plan']._serialized_options = b'\030\001'
118
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['immediate']._loaded_options = None
119
+ _globals['_CHANGESUBSCRIPTIONREQUEST'].fields_by_name['immediate']._serialized_options = b'\030\001'
120
+ _globals['_CANCELSUBSCRIPTIONREQUEST'].fields_by_name['org_id']._loaded_options = None
121
+ _globals['_CANCELSUBSCRIPTIONREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
122
+ _globals['_CANCELSUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._loaded_options = None
123
+ _globals['_CANCELSUBSCRIPTIONREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
124
+ _globals['_CANCELSUBSCRIPTIONREQUEST'].fields_by_name['id']._loaded_options = None
125
+ _globals['_CANCELSUBSCRIPTIONREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
126
+ _globals['_CHECKFEATUREENTITLEMENTREQUEST'].fields_by_name['billing_id']._loaded_options = None
127
+ _globals['_CHECKFEATUREENTITLEMENTREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
128
+ _globals['_CHECKFEATUREENTITLEMENTREQUEST'].fields_by_name['feature']._loaded_options = None
129
+ _globals['_CHECKFEATUREENTITLEMENTREQUEST'].fields_by_name['feature']._serialized_options = b'\372B\004r\002\020\001'
130
+ _globals['_CHECKCREDITENTITLEMENTREQUEST'].fields_by_name['org_id']._loaded_options = None
131
+ _globals['_CHECKCREDITENTITLEMENTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
132
+ _globals['_CHECKCREDITENTITLEMENTREQUEST'].fields_by_name['amount']._loaded_options = None
133
+ _globals['_CHECKCREDITENTITLEMENTREQUEST'].fields_by_name['amount']._serialized_options = b'\372B\004\"\002 \000'
134
+ _globals['_CREATECHECKOUTREQUEST'].fields_by_name['org_id']._loaded_options = None
135
+ _globals['_CREATECHECKOUTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
136
+ _globals['_CREATECHECKOUTREQUEST'].fields_by_name['billing_id']._loaded_options = None
137
+ _globals['_CREATECHECKOUTREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
138
+ _globals['_LISTCHECKOUTSREQUEST'].fields_by_name['org_id']._loaded_options = None
139
+ _globals['_LISTCHECKOUTSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
140
+ _globals['_LISTCHECKOUTSREQUEST'].fields_by_name['billing_id']._loaded_options = None
141
+ _globals['_LISTCHECKOUTSREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
142
+ _globals['_GETCHECKOUTREQUEST'].fields_by_name['org_id']._loaded_options = None
143
+ _globals['_GETCHECKOUTREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
144
+ _globals['_GETCHECKOUTREQUEST'].fields_by_name['billing_id']._loaded_options = None
145
+ _globals['_GETCHECKOUTREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
146
+ _globals['_GETCHECKOUTREQUEST'].fields_by_name['id']._loaded_options = None
147
+ _globals['_GETCHECKOUTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
148
+ _globals['_PRODUCTREQUESTBODY'].fields_by_name['name']._loaded_options = None
149
+ _globals['_PRODUCTREQUESTBODY'].fields_by_name['name']._serialized_options = b'\372B\004r\002\020\003'
150
+ _globals['_PRODUCTREQUESTBODY'].fields_by_name['behavior']._loaded_options = None
151
+ _globals['_PRODUCTREQUESTBODY'].fields_by_name['behavior']._serialized_options = b'\372B\037r\035R\005basicR\007creditsR\010per_seat\320\001\001'
152
+ _globals['_CREATEPRODUCTREQUEST'].fields_by_name['body']._loaded_options = None
153
+ _globals['_CREATEPRODUCTREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
154
+ _globals['_GETPRODUCTREQUEST'].fields_by_name['id']._loaded_options = None
155
+ _globals['_GETPRODUCTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
156
+ _globals['_UPDATEPRODUCTREQUEST'].fields_by_name['id']._loaded_options = None
157
+ _globals['_UPDATEPRODUCTREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
158
+ _globals['_FEATUREREQUESTBODY'].fields_by_name['name']._loaded_options = None
159
+ _globals['_FEATUREREQUESTBODY'].fields_by_name['name']._serialized_options = b'\372B\004r\002\020\003'
160
+ _globals['_CREATEFEATUREREQUEST'].fields_by_name['body']._loaded_options = None
161
+ _globals['_CREATEFEATUREREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
162
+ _globals['_GETFEATUREREQUEST'].fields_by_name['id']._loaded_options = None
163
+ _globals['_GETFEATUREREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
164
+ _globals['_UPDATEFEATUREREQUEST'].fields_by_name['id']._loaded_options = None
165
+ _globals['_UPDATEFEATUREREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
166
+ _globals['_PLANREQUESTBODY'].fields_by_name['interval']._loaded_options = None
167
+ _globals['_PLANREQUESTBODY'].fields_by_name['interval']._serialized_options = b'\372B\032r\030R\003dayR\004weekR\005monthR\004year'
168
+ _globals['_CREATEPLANREQUEST'].fields_by_name['body']._loaded_options = None
169
+ _globals['_CREATEPLANREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
170
+ _globals['_GETPLANREQUEST'].fields_by_name['id']._loaded_options = None
171
+ _globals['_GETPLANREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
172
+ _globals['_UPDATEPLANREQUEST'].fields_by_name['id']._loaded_options = None
173
+ _globals['_UPDATEPLANREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\001'
174
+ _globals['_LISTINVOICESREQUEST'].fields_by_name['org_id']._loaded_options = None
175
+ _globals['_LISTINVOICESREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
176
+ _globals['_LISTINVOICESREQUEST'].fields_by_name['billing_id']._loaded_options = None
177
+ _globals['_LISTINVOICESREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
178
+ _globals['_GETUPCOMINGINVOICEREQUEST'].fields_by_name['org_id']._loaded_options = None
179
+ _globals['_GETUPCOMINGINVOICEREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
180
+ _globals['_GETUPCOMINGINVOICEREQUEST'].fields_by_name['billing_id']._loaded_options = None
181
+ _globals['_GETUPCOMINGINVOICEREQUEST'].fields_by_name['billing_id']._serialized_options = b'\372B\010r\006\260\001\001\320\001\001'
182
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['strategy_name']._loaded_options = None
183
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['strategy_name']._serialized_options = b'\222AJ2HName of the strategy to use for authentication.<br/> *Example:* `google`'
184
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['redirect_onstart']._loaded_options = None
185
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['redirect_onstart']._serialized_options = b'\222AM2KIf set to true, location header will be set for redirect to start auth flow'
186
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['return_to']._loaded_options = None
187
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['return_to']._serialized_options = b'\222Ab2`URL to redirect after successful authentication.<br/> *Example:*`\"https://frontier.example.com\"`'
188
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['email']._loaded_options = None
189
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['email']._serialized_options = b'\222A\\2ZEmail of the user to authenticate. Used for magic links.<br/> *Example:*`example@acme.org`'
190
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['callback_url']._loaded_options = None
191
+ _globals['_AUTHENTICATEREQUEST'].fields_by_name['callback_url']._serialized_options = b'\222A\357\0012\354\001Host which should handle the call to finish authentication flow, for most cases it could be host of frontier but in case of proxies, this will be proxy public endpoint.<br/> *Example:*`https://frontier.example.com/v1beta1/auth/callback`'
192
+ _globals['_USERREQUESTBODY'].fields_by_name['name']._loaded_options = None
193
+ _globals['_USERREQUESTBODY'].fields_by_name['name']._serialized_options = b'\222A\214\0022\211\002The name of the user. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores and must start with a letter. If not provided, Frontier automatically generates a name from the user email. \372B$r\"2 ^([a-zA-Z][a-zA-Z0-9-_]{3,64})?$'
194
+ _globals['_USERREQUESTBODY'].fields_by_name['email']._loaded_options = None
195
+ _globals['_USERREQUESTBODY'].fields_by_name['email']._serialized_options = b'\222A~2|The email of the user. The email must be unique within the entire Frontier instance.<br/>*Example:*`\"john.doe@raystack.org\"`\342A\001\002\372B\004r\002`\001'
196
+ _globals['_USERREQUESTBODY'].fields_by_name['metadata']._loaded_options = None
197
+ _globals['_USERREQUESTBODY'].fields_by_name['metadata']._serialized_options = b'\222A\250\0032\245\003Metadata object for users that can hold key value pairs pre-defined in User Metaschema. The metadata object can be used to store arbitrary information about the user such as label, description etc. By default the user metaschema contains labels and descriptions for the user. Update the same to add more fields to the user metadata object. <br/>*Example:*`{\"label\": {\"key1\": \"value1\"}, \"description\": \"User Description\"}`'
198
+ _globals['_USERREQUESTBODY'].fields_by_name['title']._loaded_options = None
199
+ _globals['_USERREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A\225\0012\222\001The title can contain any UTF-8 character, used to provide a human-readable name for the user. Can also be left empty. <br/>*Example:*`\"John Doe\"`'
200
+ _globals['_USERREQUESTBODY'].fields_by_name['avatar']._loaded_options = None
201
+ _globals['_USERREQUESTBODY'].fields_by_name['avatar']._serialized_options = b'\222A\217\0022\323\001The avatar is base64 encoded image data of the user. Can also be left empty. The image should be less than 200KB. Should follow the regex pattern `^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$`.J7\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA\"\372BIrG\030\220\241\0172>^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$\320\001\001'
202
+ _globals['_LISTUSERSREQUEST'].fields_by_name['page_size']._loaded_options = None
203
+ _globals['_LISTUSERSREQUEST'].fields_by_name['page_size']._serialized_options = b'\222AF2DThe maximum number of users to return per page. The default is 1000.\372B\006\032\004(\001@\001'
204
+ _globals['_LISTUSERSREQUEST'].fields_by_name['page_num']._loaded_options = None
205
+ _globals['_LISTUSERSREQUEST'].fields_by_name['page_num']._serialized_options = b'\222A.2,The page number to return. The default is 1.\372B\006\032\004(\001@\001'
206
+ _globals['_LISTUSERSREQUEST'].fields_by_name['keyword']._loaded_options = None
207
+ _globals['_LISTUSERSREQUEST'].fields_by_name['keyword']._serialized_options = b'\222A-2+The keyword to search for in name or email.'
208
+ _globals['_LISTUSERSREQUEST'].fields_by_name['org_id']._loaded_options = None
209
+ _globals['_LISTUSERSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A)2\'The organization ID to filter users by.'
210
+ _globals['_LISTUSERSREQUEST'].fields_by_name['group_id']._loaded_options = None
211
+ _globals['_LISTUSERSREQUEST'].fields_by_name['group_id']._serialized_options = b'\222A\0342\032The group id to filter by.'
212
+ _globals['_LISTUSERSREQUEST'].fields_by_name['state']._loaded_options = None
213
+ _globals['_LISTUSERSREQUEST'].fields_by_name['state']._serialized_options = b'\222A826The state to filter by. It can be enabled or disabled.'
214
+ _globals['_CREATEUSERREQUEST'].fields_by_name['body']._loaded_options = None
215
+ _globals['_CREATEUSERREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
216
+ _globals['_LISTPROJECTSBYCURRENTUSERREQUEST'].fields_by_name['page_size']._loaded_options = None
217
+ _globals['_LISTPROJECTSBYCURRENTUSERREQUEST'].fields_by_name['page_size']._serialized_options = b'\222AF2DThe maximum number of users to return per page. The default is 1000.\372B\006\032\004(\001@\001'
218
+ _globals['_LISTPROJECTSBYCURRENTUSERREQUEST'].fields_by_name['page_num']._loaded_options = None
219
+ _globals['_LISTPROJECTSBYCURRENTUSERREQUEST'].fields_by_name['page_num']._serialized_options = b'\222A.2,The page number to return. The default is 1.\372B\006\032\004(\001@\001'
220
+ _globals['_LISTUSERGROUPSREQUEST'].fields_by_name['id']._loaded_options = None
221
+ _globals['_LISTUSERGROUPSREQUEST'].fields_by_name['id']._serialized_options = b'\222A.2,The unique ID of the user to get groups for.'
222
+ _globals['_LISTUSERGROUPSREQUEST'].fields_by_name['org_id']._loaded_options = None
223
+ _globals['_LISTUSERGROUPSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222Ag2eThe organization ID to filter groups by. If not provided, groups from all organizations are returned.'
224
+ _globals['_LISTUSERINVITATIONSREQUEST'].fields_by_name['id']._loaded_options = None
225
+ _globals['_LISTUSERINVITATIONSREQUEST'].fields_by_name['id']._serialized_options = b'\222A-2+The user email to list the invitations for.'
226
+ _globals['_LISTSERVICEUSERSREQUEST'].fields_by_name['org_id']._loaded_options = None
227
+ _globals['_LISTSERVICEUSERSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A12/The organization ID to filter service users by.\342A\001\002\372B\004r\002\020\003'
228
+ _globals['_LISTSERVICEUSERSREQUEST'].fields_by_name['state']._loaded_options = None
229
+ _globals['_LISTSERVICEUSERSREQUEST'].fields_by_name['state']._serialized_options = b'\222A826The state to filter by. It can be enabled or disabled.'
230
+ _globals['_SERVICEUSERREQUESTBODY'].fields_by_name['title']._loaded_options = None
231
+ _globals['_SERVICEUSERREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A:2\'User friendly name of the service user.J\017\"Order Service\"'
232
+ _globals['_CREATESERVICEUSERREQUEST'].fields_by_name['org_id']._loaded_options = None
233
+ _globals['_CREATESERVICEUSERREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
234
+ _globals['_GETSERVICEUSERREQUEST'].fields_by_name['id']._loaded_options = None
235
+ _globals['_GETSERVICEUSERREQUEST'].fields_by_name['id']._serialized_options = b'\222A+2)The unique ID of the service user to get.'
236
+ _globals['_GETSERVICEUSERREQUEST'].fields_by_name['org_id']._loaded_options = None
237
+ _globals['_GETSERVICEUSERREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
238
+ _globals['_DELETESERVICEUSERREQUEST'].fields_by_name['id']._loaded_options = None
239
+ _globals['_DELETESERVICEUSERREQUEST'].fields_by_name['id']._serialized_options = b'\222A.2,The unique ID of the service user to delete.'
240
+ _globals['_DELETESERVICEUSERREQUEST'].fields_by_name['org_id']._loaded_options = None
241
+ _globals['_DELETESERVICEUSERREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
242
+ _globals['_CREATESERVICEUSERJWKREQUEST'].fields_by_name['id']._loaded_options = None
243
+ _globals['_CREATESERVICEUSERJWKREQUEST'].fields_by_name['id']._serialized_options = b'\222A826The unique ID of the service user to create a key for.'
244
+ _globals['_CREATESERVICEUSERJWKREQUEST'].fields_by_name['org_id']._loaded_options = None
245
+ _globals['_CREATESERVICEUSERJWKREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
246
+ _globals['_GETSERVICEUSERJWKREQUEST'].fields_by_name['id']._loaded_options = None
247
+ _globals['_GETSERVICEUSERJWKREQUEST'].fields_by_name['id']._serialized_options = b'\222A523The unique ID of the service user to get a key for.'
248
+ _globals['_GETSERVICEUSERJWKREQUEST'].fields_by_name['key_id']._loaded_options = None
249
+ _globals['_GETSERVICEUSERJWKREQUEST'].fields_by_name['key_id']._serialized_options = b'\222A\"2 The unique ID of the key to get.'
250
+ _globals['_GETSERVICEUSERJWKREQUEST'].fields_by_name['org_id']._loaded_options = None
251
+ _globals['_GETSERVICEUSERJWKREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
252
+ _globals['_LISTSERVICEUSERJWKSREQUEST'].fields_by_name['id']._loaded_options = None
253
+ _globals['_LISTSERVICEUSERJWKSREQUEST'].fields_by_name['id']._serialized_options = b'\222A523The unique ID of the service user to list keys for.'
254
+ _globals['_LISTSERVICEUSERJWKSREQUEST'].fields_by_name['org_id']._loaded_options = None
255
+ _globals['_LISTSERVICEUSERJWKSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
256
+ _globals['_DELETESERVICEUSERJWKREQUEST'].fields_by_name['id']._loaded_options = None
257
+ _globals['_DELETESERVICEUSERJWKREQUEST'].fields_by_name['id']._serialized_options = b'\222A826The unique ID of the service user to delete a key for.'
258
+ _globals['_DELETESERVICEUSERJWKREQUEST'].fields_by_name['key_id']._loaded_options = None
259
+ _globals['_DELETESERVICEUSERJWKREQUEST'].fields_by_name['key_id']._serialized_options = b'\222A%2#The unique ID of the key to delete.'
260
+ _globals['_DELETESERVICEUSERJWKREQUEST'].fields_by_name['org_id']._loaded_options = None
261
+ _globals['_DELETESERVICEUSERJWKREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
262
+ _globals['_CREATESERVICEUSERCREDENTIALREQUEST'].fields_by_name['id']._loaded_options = None
263
+ _globals['_CREATESERVICEUSERCREDENTIALREQUEST'].fields_by_name['id']._serialized_options = b'\222A826The unique ID of the service user to create a key for.'
264
+ _globals['_CREATESERVICEUSERCREDENTIALREQUEST'].fields_by_name['org_id']._loaded_options = None
265
+ _globals['_CREATESERVICEUSERCREDENTIALREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
266
+ _globals['_LISTSERVICEUSERCREDENTIALSREQUEST'].fields_by_name['id']._loaded_options = None
267
+ _globals['_LISTSERVICEUSERCREDENTIALSREQUEST'].fields_by_name['id']._serialized_options = b'\222A826The unique ID of the service user to list secrets for.'
268
+ _globals['_LISTSERVICEUSERCREDENTIALSREQUEST'].fields_by_name['org_id']._loaded_options = None
269
+ _globals['_LISTSERVICEUSERCREDENTIALSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
270
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST'].fields_by_name['id']._loaded_options = None
271
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST'].fields_by_name['id']._serialized_options = b'\222A;29The unique ID of the service user to delete a secret for.'
272
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST'].fields_by_name['secret_id']._loaded_options = None
273
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST'].fields_by_name['secret_id']._serialized_options = b'\222A(2&The unique ID of the secret to delete.'
274
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST'].fields_by_name['org_id']._loaded_options = None
275
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
276
+ _globals['_CREATESERVICEUSERTOKENREQUEST'].fields_by_name['id']._loaded_options = None
277
+ _globals['_CREATESERVICEUSERTOKENREQUEST'].fields_by_name['id']._serialized_options = b'\222A:28The unique ID of the service user to create a token for.'
278
+ _globals['_CREATESERVICEUSERTOKENREQUEST'].fields_by_name['org_id']._loaded_options = None
279
+ _globals['_CREATESERVICEUSERTOKENREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
280
+ _globals['_LISTSERVICEUSERTOKENSREQUEST'].fields_by_name['id']._loaded_options = None
281
+ _globals['_LISTSERVICEUSERTOKENSREQUEST'].fields_by_name['id']._serialized_options = b'\222A725The unique ID of the service user to list tokens for.'
282
+ _globals['_LISTSERVICEUSERTOKENSREQUEST'].fields_by_name['org_id']._loaded_options = None
283
+ _globals['_LISTSERVICEUSERTOKENSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
284
+ _globals['_DELETESERVICEUSERTOKENREQUEST'].fields_by_name['id']._loaded_options = None
285
+ _globals['_DELETESERVICEUSERTOKENREQUEST'].fields_by_name['id']._serialized_options = b'\222A:28The unique ID of the service user to delete a token for.'
286
+ _globals['_DELETESERVICEUSERTOKENREQUEST'].fields_by_name['token_id']._loaded_options = None
287
+ _globals['_DELETESERVICEUSERTOKENREQUEST'].fields_by_name['token_id']._serialized_options = b'\222A\'2%The unique ID of the token to delete.'
288
+ _globals['_DELETESERVICEUSERTOKENREQUEST'].fields_by_name['org_id']._loaded_options = None
289
+ _globals['_DELETESERVICEUSERTOKENREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
290
+ _globals['_LISTSERVICEUSERPROJECTSREQUEST'].fields_by_name['id']._loaded_options = None
291
+ _globals['_LISTSERVICEUSERPROJECTSREQUEST'].fields_by_name['id']._serialized_options = b'\222A927The unique ID of the service user to list projects for.'
292
+ _globals['_LISTSERVICEUSERPROJECTSREQUEST'].fields_by_name['org_id']._loaded_options = None
293
+ _globals['_LISTSERVICEUSERPROJECTSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A;29The organization ID to which the service user belongs to.\342A\001\002\372B\004r\002\020\003'
294
+ _globals['_LISTORGANIZATIONGROUPSREQUEST'].fields_by_name['org_id']._loaded_options = None
295
+ _globals['_LISTORGANIZATIONGROUPSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\026r\024\020\0032\020^[A-Za-z0-9_-]+$'
296
+ _globals['_LISTORGANIZATIONGROUPSREQUEST'].fields_by_name['state']._loaded_options = None
297
+ _globals['_LISTORGANIZATIONGROUPSREQUEST'].fields_by_name['state']._serialized_options = b'\222AE2CThe state of the group to filter by. It can be enabled or disabled.'
298
+ _globals['_CREATEORGANIZATIONROLEREQUEST'].fields_by_name['body']._loaded_options = None
299
+ _globals['_CREATEORGANIZATIONROLEREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
300
+ _globals['_CREATEORGANIZATIONROLEREQUEST'].fields_by_name['org_id']._loaded_options = None
301
+ _globals['_CREATEORGANIZATIONROLEREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A321The organization ID to which the role belongs to.\342A\001\002'
302
+ _globals['_GETORGANIZATIONROLEREQUEST'].fields_by_name['org_id']._loaded_options = None
303
+ _globals['_GETORGANIZATIONROLEREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
304
+ _globals['_LISTORGANIZATIONROLESREQUEST'].fields_by_name['org_id']._loaded_options = None
305
+ _globals['_LISTORGANIZATIONROLESREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
306
+ _globals['_DELETEORGANIZATIONROLEREQUEST'].fields_by_name['org_id']._loaded_options = None
307
+ _globals['_DELETEORGANIZATIONROLEREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
308
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['name']._loaded_options = None
309
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['name']._serialized_options = b'\222A\315\0012\312\001The name of the organization. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.<br/>*Example:*`\"frontier-org1-acme\"`\342A\001\002\372B\024r\0222\020^[A-Za-z0-9-_]+$'
310
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['title']._loaded_options = None
311
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A\236\0012\233\001The title can contain any UTF-8 character, used to provide a human-readable name for the organization. Can also be left empty.<br/> *Example*: `\"Acme Inc\"`'
312
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['metadata']._loaded_options = None
313
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['metadata']._serialized_options = b'\222A\271\0032\266\003Metadata object for organizations that can hold key value pairs defined in Organization Metaschema. The metadata object can be used to store arbitrary information about the organization such as labels, descriptions etc. The default Organization Metaschema contains labels and descripton fields. Update the Organization Metaschema to add more fields. <br/>*Example*:`{\"labels\": {\"key\": \"value\"}, \"description\": \"Organization description\"}`'
314
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['avatar']._loaded_options = None
315
+ _globals['_ORGANIZATIONREQUESTBODY'].fields_by_name['avatar']._serialized_options = b'\222A\217\0022\323\001The avatar is base64 encoded image data of the user. Can also be left empty. The image should be less than 200KB. Should follow the regex pattern `^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$`.J7\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA\"\372BIrG\030\220\241\0172>^data:image/(png|jpg|jpeg|gif);base64,([a-zA-Z0-9+/]+={0,2})+$\320\001\001'
316
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['user_id']._loaded_options = None
317
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['user_id']._serialized_options = b'\222A\261\0012\256\001The user ID to filter by. It can be used to list all the organizations that the user is a member of. Otherwise, all the organizations in the Frontier instance will be listed.'
318
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['state']._loaded_options = None
319
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['state']._serialized_options = b'\222A<2:The state to filter by. It can be `enabled` or `disabled`.'
320
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
321
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\222AF2DThe maximum number of users to return per page. The default is 1000.\372B\006\032\004(\001@\001'
322
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['page_num']._loaded_options = None
323
+ _globals['_LISTORGANIZATIONSREQUEST'].fields_by_name['page_num']._serialized_options = b'\222A.2,The page number to return. The default is 1.\372B\006\032\004(\001@\001'
324
+ _globals['_CREATEORGANIZATIONREQUEST'].fields_by_name['body']._loaded_options = None
325
+ _globals['_CREATEORGANIZATIONREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
326
+ _globals['_LISTORGANIZATIONADMINSREQUEST'].fields_by_name['id']._loaded_options = None
327
+ _globals['_LISTORGANIZATIONADMINSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
328
+ _globals['_LISTORGANIZATIONUSERSREQUEST'].fields_by_name['id']._loaded_options = None
329
+ _globals['_LISTORGANIZATIONUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
330
+ _globals['_LISTORGANIZATIONUSERSREQUEST'].fields_by_name['permission_filter']._loaded_options = None
331
+ _globals['_LISTORGANIZATIONUSERSREQUEST'].fields_by_name['permission_filter']._serialized_options = b'\030\001'
332
+ _globals['_ADDORGANIZATIONUSERSREQUEST'].fields_by_name['id']._loaded_options = None
333
+ _globals['_ADDORGANIZATIONUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
334
+ _globals['_ADDORGANIZATIONUSERSREQUEST'].fields_by_name['user_ids']._loaded_options = None
335
+ _globals['_ADDORGANIZATIONUSERSREQUEST'].fields_by_name['user_ids']._serialized_options = b'\222A321List of user IDs to be added to the organization.'
336
+ _globals['_REMOVEORGANIZATIONUSERREQUEST'].fields_by_name['id']._loaded_options = None
337
+ _globals['_REMOVEORGANIZATIONUSERREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
338
+ _globals['_LISTORGANIZATIONSERVICEUSERSREQUEST'].fields_by_name['id']._loaded_options = None
339
+ _globals['_LISTORGANIZATIONSERVICEUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
340
+ _globals['_LISTORGANIZATIONINVITATIONSREQUEST'].fields_by_name['org_id']._loaded_options = None
341
+ _globals['_LISTORGANIZATIONINVITATIONSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A826unique id of the organization to which user is invited\342A\001\002'
342
+ _globals['_LISTORGANIZATIONINVITATIONSREQUEST'].fields_by_name['user_id']._loaded_options = None
343
+ _globals['_LISTORGANIZATIONINVITATIONSREQUEST'].fields_by_name['user_id']._serialized_options = b'\222AQ2Ouser_id filter is the email id of user who are invited inside the organization.'
344
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['org_id']._loaded_options = None
345
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A826unique id of the organization to which user is invited\342A\001\002'
346
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['user_ids']._loaded_options = None
347
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['user_ids']._serialized_options = b'\222A\206\0012\203\001user_id is email id of user who are invited inside the organization. If user is not registered on the platform, it will be notified\342A\001\002\372B\007\222\001\004\010\001\020\n'
348
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['group_ids']._loaded_options = None
349
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['group_ids']._serialized_options = b'\222A@2>list of group ids to which user needs to be added as a member.'
350
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['role_ids']._loaded_options = None
351
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST'].fields_by_name['role_ids']._serialized_options = b'\222Ar2plist of role ids to which user needs to be added as a member. Roles are binded at organization level by default.'
352
+ _globals['_LISTORGANIZATIONDOMAINSREQUEST'].fields_by_name['org_id']._loaded_options = None
353
+ _globals['_LISTORGANIZATIONDOMAINSREQUEST'].fields_by_name['org_id']._serialized_options = b'\222AN2Lunique id of the organization for which whitelisted domains are to be listed\342A\001\002\372B\004r\002\020\003'
354
+ _globals['_LISTORGANIZATIONDOMAINSREQUEST'].fields_by_name['state']._loaded_options = None
355
+ _globals['_LISTORGANIZATIONDOMAINSREQUEST'].fields_by_name['state']._serialized_options = b'\222Ar2pfilter to list domains by their state (pending/verified). If not provided, all domains for an org will be listed'
356
+ _globals['_LISTORGANIZATIONSBYDOMAINREQUEST'].fields_by_name['name']._loaded_options = None
357
+ _globals['_LISTORGANIZATIONSBYDOMAINREQUEST'].fields_by_name['name']._serialized_options = b'\222AX2Vdomain name to be used to list all the organizations that have this domain whitelisted\342A\001\002\372B\004r\002\020\003'
358
+ _globals['_JOINORGANIZATIONREQUEST'].fields_by_name['org_id']._loaded_options = None
359
+ _globals['_JOINORGANIZATIONREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
360
+ _globals['_GETORGANIZATIONDOMAINREQUEST'].fields_by_name['id']._loaded_options = None
361
+ _globals['_GETORGANIZATIONDOMAINREQUEST'].fields_by_name['id']._serialized_options = b'\222A)2\'unique id of the domain to be retrieved\342A\001\002\372B\004r\002\020\003'
362
+ _globals['_GETORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._loaded_options = None
363
+ _globals['_GETORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._serialized_options = b'\222AO2Munique id of the organization for which whitelisted domain is to be retrieved\342A\001\002\372B\004r\002\020\003'
364
+ _globals['_CREATEORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._loaded_options = None
365
+ _globals['_CREATEORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._serialized_options = b'\222AM2Kunique id of the organization for which whitelisted domains are to be added\342A\001\002\372B\004r\002\020\003'
366
+ _globals['_CREATEORGANIZATIONDOMAINREQUEST'].fields_by_name['domain']._loaded_options = None
367
+ _globals['_CREATEORGANIZATIONDOMAINREQUEST'].fields_by_name['domain']._serialized_options = b'\222A422domain name to be added to the trusted domain list\342A\001\002\372B\004r\002\020\003'
368
+ _globals['_DELETEORGANIZATIONDOMAINREQUEST'].fields_by_name['id']._loaded_options = None
369
+ _globals['_DELETEORGANIZATIONDOMAINREQUEST'].fields_by_name['id']._serialized_options = b'\222A\'2%unique id of the domain to be deleted\342A\001\002\372B\004r\002\020\003'
370
+ _globals['_DELETEORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._loaded_options = None
371
+ _globals['_DELETEORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._serialized_options = b'\222AO2Munique id of the organization for which whitelisted domains are to be deleted\342A\001\002\372B\004r\002\020\003'
372
+ _globals['_VERIFYORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._loaded_options = None
373
+ _globals['_VERIFYORGANIZATIONDOMAINREQUEST'].fields_by_name['org_id']._serialized_options = b'\222AP2Nunique id of the organization for which whitelisted domains are to be verified\342A\001\002\372B\004r\002\020\003'
374
+ _globals['_VERIFYORGANIZATIONDOMAINREQUEST'].fields_by_name['id']._loaded_options = None
375
+ _globals['_VERIFYORGANIZATIONDOMAINREQUEST'].fields_by_name['id']._serialized_options = b'\222A(2&unique id of the domain to be verified\342A\001\002\372B\004r\002\020\003'
376
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['name']._loaded_options = None
377
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['name']._serialized_options = b'\222A\311\0012\306\001The name of the project. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.<br/> *Example:* `frontier-playground`\342A\001\002\372B\024r\0222\020^[A-Za-z0-9-_]+$'
378
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['title']._loaded_options = None
379
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A\243\0012\240\001The title can contain any UTF-8 character, used to provide a human-readable name for the project. Can also be left empty. <br/> *Example:* `Frontier Playground`'
380
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['metadata']._loaded_options = None
381
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['metadata']._serialized_options = b'\222A[2YMetadata object for projects that can hold key value pairs defined in Project Metaschema.'
382
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['org_id']._loaded_options = None
383
+ _globals['_PROJECTREQUESTBODY'].fields_by_name['org_id']._serialized_options = b'\222A826unique id of the organization to which project belongs\342A\001\002\372B\004r\002\020\003'
384
+ _globals['_CREATEPROJECTREQUEST'].fields_by_name['body']._loaded_options = None
385
+ _globals['_CREATEPROJECTREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
386
+ _globals['_LISTORGANIZATIONPROJECTSREQUEST'].fields_by_name['id']._loaded_options = None
387
+ _globals['_LISTORGANIZATIONPROJECTSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
388
+ _globals['_LISTORGANIZATIONPROJECTSREQUEST'].fields_by_name['state']._loaded_options = None
389
+ _globals['_LISTORGANIZATIONPROJECTSREQUEST'].fields_by_name['state']._serialized_options = b'\222Ay2wFilter projects by state. If not specified, all projects are returned. <br/> *Possible values:* `enabled` or `disabled`'
390
+ _globals['_LISTPROJECTADMINSREQUEST'].fields_by_name['id']._loaded_options = None
391
+ _globals['_LISTPROJECTADMINSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
392
+ _globals['_LISTPROJECTUSERSREQUEST'].fields_by_name['id']._loaded_options = None
393
+ _globals['_LISTPROJECTUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
394
+ _globals['_LISTPROJECTSERVICEUSERSREQUEST'].fields_by_name['id']._loaded_options = None
395
+ _globals['_LISTPROJECTSERVICEUSERSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
396
+ _globals['_LISTPROJECTGROUPSREQUEST'].fields_by_name['id']._loaded_options = None
397
+ _globals['_LISTPROJECTGROUPSREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
398
+ _globals['_POLICYREQUESTBODY'].fields_by_name['role_id']._loaded_options = None
399
+ _globals['_POLICYREQUESTBODY'].fields_by_name['role_id']._serialized_options = b'\222A321unique id of the role to which policy is assigned\342A\001\002\372B\004r\002\020\003'
400
+ _globals['_POLICYREQUESTBODY'].fields_by_name['title']._loaded_options = None
401
+ _globals['_POLICYREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A\233\0012\230\001The title can contain any UTF-8 character, used to provide a human-readable name for the policy. Can also be left empty. <br/> *Example:* `Policy title`'
402
+ _globals['_POLICYREQUESTBODY'].fields_by_name['resource']._loaded_options = None
403
+ _globals['_POLICYREQUESTBODY'].fields_by_name['resource']._serialized_options = b'\222A\221\0012\216\001The resource to which policy is assigned in this format `namespace:uuid`. <br/> *Example:* `app/guardian:70f69c3a-334b-4f25-90b8-4d4f3be6b8e2`\342A\001\002\372B\004r\002\020\003'
404
+ _globals['_POLICYREQUESTBODY'].fields_by_name['principal']._loaded_options = None
405
+ _globals['_POLICYREQUESTBODY'].fields_by_name['principal']._serialized_options = b'\222A\323\0022\320\002principal is the user or group to which policy is assigned. The principal id must be prefixed with its namespace id in this format `namespace:uuid`. The namespace can be `app/user`, `app/group` or `app/serviceuser` (coming up!) and uuid is the unique id of the principal. <br/> *Example:* `app/user:92f69c3a-334b-4f25-90b8-4d4f3be6b825`\342A\001\002'
406
+ _globals['_POLICYREQUESTBODY'].fields_by_name['metadata']._loaded_options = None
407
+ _globals['_POLICYREQUESTBODY'].fields_by_name['metadata']._serialized_options = b'\222A\257\0012\254\001Metadata object for policies that can hold key value pairs defined in Policy Metaschema.<br/> *Example:* `{\"labels\": {\"key\": \"value\"}, \"description\": \"Policy description\"}`'
408
+ _globals['_CREATEPOLICYFORPROJECTBODY'].fields_by_name['role_id']._loaded_options = None
409
+ _globals['_CREATEPOLICYFORPROJECTBODY'].fields_by_name['role_id']._serialized_options = b'\222A321unique id of the role to which policy is assigned\342A\001\002\372B\004r\002\020\003'
410
+ _globals['_CREATEPOLICYFORPROJECTBODY'].fields_by_name['title']._loaded_options = None
411
+ _globals['_CREATEPOLICYFORPROJECTBODY'].fields_by_name['title']._serialized_options = b'\222A\233\0012\230\001The title can contain any UTF-8 character, used to provide a human-readable name for the policy. Can also be left empty. <br/> *Example:* `Policy title`'
412
+ _globals['_CREATEPOLICYFORPROJECTBODY'].fields_by_name['principal']._loaded_options = None
413
+ _globals['_CREATEPOLICYFORPROJECTBODY'].fields_by_name['principal']._serialized_options = b'\222A\323\0022\320\002principal is the user or group to which policy is assigned. The principal id must be prefixed with its namespace id in this format `namespace:uuid`. The namespace can be `app/user`, `app/group` or `app/serviceuser` (coming up!) and uuid is the unique id of the principal. <br/> *Example:* `app/user:92f69c3a-334b-4f25-90b8-4d4f3be6b825`\342A\001\002'
414
+ _globals['_CREATEPOLICYREQUEST'].fields_by_name['body']._loaded_options = None
415
+ _globals['_CREATEPOLICYREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
416
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['org_id']._loaded_options = None
417
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A#2!The organization id to filter by.'
418
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['project_id']._loaded_options = None
419
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['project_id']._serialized_options = b'\222A\0362\034The project id to filter by.'
420
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['user_id']._loaded_options = None
421
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['user_id']._serialized_options = b'\222A\0332\031The user id to filter by.'
422
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['role_id']._loaded_options = None
423
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['role_id']._serialized_options = b'\222A\0332\031The role id to filter by.'
424
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['group_id']._loaded_options = None
425
+ _globals['_LISTPOLICIESREQUEST'].fields_by_name['group_id']._serialized_options = b'\222A\0342\032The group id to filter by.'
426
+ _globals['_CREATEPOLICYFORPROJECTREQUEST'].fields_by_name['project_id']._loaded_options = None
427
+ _globals['_CREATEPOLICYFORPROJECTREQUEST'].fields_by_name['project_id']._serialized_options = b'\372B\004r\002\020\003'
428
+ _globals['_CREATEPOLICYFORPROJECTREQUEST'].fields_by_name['body']._loaded_options = None
429
+ _globals['_CREATEPOLICYFORPROJECTREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
430
+ _globals['_CREATERELATIONREQUEST'].fields_by_name['body']._loaded_options = None
431
+ _globals['_CREATERELATIONREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
432
+ _globals['_GROUPREQUESTBODY'].fields_by_name['name']._loaded_options = None
433
+ _globals['_GROUPREQUESTBODY'].fields_by_name['name']._serialized_options = b'\222A\241\0012\236\001The name of the group. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.\342A\001\002\372B\024r\0222\020^[A-Za-z0-9-_]+$'
434
+ _globals['_GROUPREQUESTBODY'].fields_by_name['title']._loaded_options = None
435
+ _globals['_GROUPREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222Ay2wThe title can contain any UTF-8 character, used to provide a human-readable name for the group. Can also be left empty.'
436
+ _globals['_GROUPREQUESTBODY'].fields_by_name['metadata']._loaded_options = None
437
+ _globals['_GROUPREQUESTBODY'].fields_by_name['metadata']._serialized_options = b'\222A\216\0032\213\003Metadata object for groups that can hold key value pairs defined in Group Metaschema. The metadata object can be used to store arbitrary information about the group such as labels, descriptions etc. The default Group Metaschema contains labels and descripton fields. Update the Group Metaschema to add more fields.<br/>*Example:*`{\"labels\": {\"key\": \"value\"}, \"description\": \"Group description\"}`'
438
+ _globals['_CREATEGROUPREQUEST'].fields_by_name['body']._loaded_options = None
439
+ _globals['_CREATEGROUPREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
440
+ _globals['_CREATEGROUPREQUEST'].fields_by_name['org_id']._loaded_options = None
441
+ _globals['_CREATEGROUPREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A422The organization ID to which the group belongs to.\342A\001\002'
442
+ _globals['_UPDATEGROUPREQUEST'].fields_by_name['org_id']._loaded_options = None
443
+ _globals['_UPDATEGROUPREQUEST'].fields_by_name['org_id']._serialized_options = b'\222A422The organization ID to which the group belongs to.\342A\001\002'
444
+ _globals['_ENABLEGROUPREQUEST'].fields_by_name['org_id']._loaded_options = None
445
+ _globals['_ENABLEGROUPREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
446
+ _globals['_DISABLEGROUPREQUEST'].fields_by_name['org_id']._loaded_options = None
447
+ _globals['_DISABLEGROUPREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
448
+ _globals['_DELETEGROUPREQUEST'].fields_by_name['org_id']._loaded_options = None
449
+ _globals['_DELETEGROUPREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
450
+ _globals['_ADDGROUPUSERSREQUEST'].fields_by_name['org_id']._loaded_options = None
451
+ _globals['_ADDGROUPUSERSREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
452
+ _globals['_REMOVEGROUPUSERREQUEST'].fields_by_name['org_id']._loaded_options = None
453
+ _globals['_REMOVEGROUPUSERREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\004r\002\020\003'
454
+ _globals['_LISTPROJECTRESOURCESREQUEST'].fields_by_name['project_id']._loaded_options = None
455
+ _globals['_LISTPROJECTRESOURCESREQUEST'].fields_by_name['project_id']._serialized_options = b'\372B\004r\002\020\003'
456
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['name']._loaded_options = None
457
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['name']._serialized_options = b'\222A^2\\The name of the resource. Must be unique within the project. <br/> *Example:* `my-resource`\342A\001\002'
458
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['title']._loaded_options = None
459
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['title']._serialized_options = b'\222A|2zThe title can contain any UTF-8 character, used to provide a human-readable name for the resource. Can also be left empty.'
460
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['namespace']._loaded_options = None
461
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['namespace']._serialized_options = b'\222A\326\0012\323\001The namespace of the resource. The resource namespace are created when permissions for that resource is created in Frontier. If namespace doesn\'t exists the request will fail. <br/> *Example:* `compute/instance`\342A\001\002'
462
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['principal']._loaded_options = None
463
+ _globals['_RESOURCEREQUESTBODY'].fields_by_name['principal']._serialized_options = b'\222A\324\0012\321\001UserID or ServiceUserID that should be marked as owner of the resource. If not provided, the current logged in user will be made the resource owner. <br/> *Example:* `user:92f69c3a-334b-4f25-90b8-4d4f3be6b825`'
464
+ _globals['_CREATEPROJECTRESOURCEREQUEST'].fields_by_name['body']._loaded_options = None
465
+ _globals['_CREATEPROJECTRESOURCEREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
466
+ _globals['_CREATEPROJECTRESOURCEREQUEST'].fields_by_name['id']._loaded_options = None
467
+ _globals['_CREATEPROJECTRESOURCEREQUEST'].fields_by_name['id']._serialized_options = b'\222A\0332\031Autogenerated if skipped.'
468
+ _globals['_GETPROJECTRESOURCEREQUEST'].fields_by_name['project_id']._loaded_options = None
469
+ _globals['_GETPROJECTRESOURCEREQUEST'].fields_by_name['project_id']._serialized_options = b'\372B\004r\002\020\003'
470
+ _globals['_DELETEPROJECTRESOURCEREQUEST'].fields_by_name['project_id']._loaded_options = None
471
+ _globals['_DELETEPROJECTRESOURCEREQUEST'].fields_by_name['project_id']._serialized_options = b'\372B\004r\002\020\003'
472
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['object_id']._loaded_options = None
473
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['object_id']._serialized_options = b'\030\001\222A+2)Deprecated. Use `resource` field instead.'
474
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['object_namespace']._loaded_options = None
475
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['object_namespace']._serialized_options = b'\030\001\222A+2)Deprecated. Use `resource` field instead.'
476
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['permission']._loaded_options = None
477
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['permission']._serialized_options = b'\222AY2Wthe permission name to check. <br/> *Example:* `get`, `list`, `compute.instance.create`\342A\001\002\372B\025r\0232\021^[A-Za-z0-9._-]+$'
478
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['resource']._loaded_options = None
479
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST'].fields_by_name['resource']._serialized_options = b'\222A\251\0032\246\003`namespace:uuid` or `namespace:name` of the org or project, and `namespace:urn` of a resource under a project. In case of an org/project either provide the complete namespace (app/organization) or Frontier can also parse aliases for the same as `org` or `project`. <br/> *Example:* `organization:92f69c3a-334b-4f25-90b8-4d4f3be6b825` or `app/project:project-name` or `compute/instance:92f69c3a-334b-4f25-90b8-4d4f3be6b825`'
480
+ _globals['_BATCHCHECKPERMISSIONREQUEST'].fields_by_name['bodies']._loaded_options = None
481
+ _globals['_BATCHCHECKPERMISSIONREQUEST'].fields_by_name['bodies']._serialized_options = b'\372B\007\222\001\004\010\001\020\024'
482
+ _globals['_BATCHCHECKPERMISSIONBODY'].fields_by_name['permission']._loaded_options = None
483
+ _globals['_BATCHCHECKPERMISSIONBODY'].fields_by_name['permission']._serialized_options = b'\222A@2>the permission name to check. <br/> *Example:* `get` or `list`\342A\001\002\372B\025r\0232\021^[A-Za-z0-9._-]+$'
484
+ _globals['_BATCHCHECKPERMISSIONBODY'].fields_by_name['resource']._loaded_options = None
485
+ _globals['_BATCHCHECKPERMISSIONBODY'].fields_by_name['resource']._serialized_options = b'\222A\251\0032\246\003`namespace:uuid` or `namespace:name` of the org or project, and `namespace:urn` of a resource under a project. In case of an org/project either provide the complete namespace (app/organization) or Frontier can also parse aliases for the same as `org` or `project`. <br/> *Example:* `organization:92f69c3a-334b-4f25-90b8-4d4f3be6b825` or `app/project:project-name` or `compute/instance:92f69c3a-334b-4f25-90b8-4d4f3be6b825`'
486
+ _globals['_METASCHEMAREQUESTBODY'].fields_by_name['name']._loaded_options = None
487
+ _globals['_METASCHEMAREQUESTBODY'].fields_by_name['name']._serialized_options = b'\222A\246\0012\243\001The name of the metaschema. The name must be unique within the entire Frontier instance. The name can contain only alphanumeric characters, dashes and underscores.\342A\001\002\372B\024r\0222\020^[A-Za-z0-9-_]+$'
488
+ _globals['_METASCHEMAREQUESTBODY'].fields_by_name['schema']._loaded_options = None
489
+ _globals['_METASCHEMAREQUESTBODY'].fields_by_name['schema']._serialized_options = b'\222A\220\0012\215\001The schema of the metaschema. The schema must be a valid JSON schema.Please refer to https://json-schema.org/ to know more about json schema.\342A\001\002\372B\004r\002\020\002'
490
+ _globals['_CREATEMETASCHEMAREQUEST'].fields_by_name['body']._loaded_options = None
491
+ _globals['_CREATEMETASCHEMAREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
492
+ _globals['_UPDATEMETASCHEMAREQUEST'].fields_by_name['body']._loaded_options = None
493
+ _globals['_UPDATEMETASCHEMAREQUEST'].fields_by_name['body']._serialized_options = b'\372B\005\212\001\002\020\001'
494
+ _globals['_CREATEORGANIZATIONPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
495
+ _globals['_CREATEORGANIZATIONPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
496
+ _globals['_CREATEORGANIZATIONPREFERENCESREQUEST'].fields_by_name['bodies']._loaded_options = None
497
+ _globals['_CREATEORGANIZATIONPREFERENCESREQUEST'].fields_by_name['bodies']._serialized_options = b'\372B\005\222\001\002\010\001'
498
+ _globals['_LISTORGANIZATIONPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
499
+ _globals['_LISTORGANIZATIONPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
500
+ _globals['_CREATEPROJECTPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
501
+ _globals['_CREATEPROJECTPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
502
+ _globals['_CREATEPROJECTPREFERENCESREQUEST'].fields_by_name['bodies']._loaded_options = None
503
+ _globals['_CREATEPROJECTPREFERENCESREQUEST'].fields_by_name['bodies']._serialized_options = b'\372B\005\222\001\002\010\001'
504
+ _globals['_LISTPROJECTPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
505
+ _globals['_LISTPROJECTPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
506
+ _globals['_CREATEGROUPPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
507
+ _globals['_CREATEGROUPPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
508
+ _globals['_CREATEGROUPPREFERENCESREQUEST'].fields_by_name['bodies']._loaded_options = None
509
+ _globals['_CREATEGROUPPREFERENCESREQUEST'].fields_by_name['bodies']._serialized_options = b'\372B\005\222\001\002\010\001'
510
+ _globals['_LISTGROUPPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
511
+ _globals['_LISTGROUPPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
512
+ _globals['_CREATEUSERPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
513
+ _globals['_CREATEUSERPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
514
+ _globals['_CREATEUSERPREFERENCESREQUEST'].fields_by_name['bodies']._loaded_options = None
515
+ _globals['_CREATEUSERPREFERENCESREQUEST'].fields_by_name['bodies']._serialized_options = b'\372B\005\222\001\002\010\001'
516
+ _globals['_LISTUSERPREFERENCESREQUEST'].fields_by_name['id']._loaded_options = None
517
+ _globals['_LISTUSERPREFERENCESREQUEST'].fields_by_name['id']._serialized_options = b'\372B\004r\002\020\003'
518
+ _globals['_CREATECURRENTUSERPREFERENCESREQUEST'].fields_by_name['bodies']._loaded_options = None
519
+ _globals['_CREATECURRENTUSERPREFERENCESREQUEST'].fields_by_name['bodies']._serialized_options = b'\372B\005\222\001\002\010\001'
520
+ _globals['_BILLINGWEBHOOKCALLBACKREQUEST'].fields_by_name['provider']._loaded_options = None
521
+ _globals['_BILLINGWEBHOOKCALLBACKREQUEST'].fields_by_name['provider']._serialized_options = b'\372B\004r\002\020\001'
522
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['name']._loaded_options = None
523
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['name']._serialized_options = b'\222A\0272\025full name of the user\372B\023r\0212\014^[A-Za-z ]+$\320\001\001'
524
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['email']._loaded_options = None
525
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['email']._serialized_options = b'\222A\0232\021email of the user\342A\001\002\372B\006r\004\020\001`\001'
526
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['phone']._loaded_options = None
527
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['phone']._serialized_options = b'\222A\0322\030phone number of the user'
528
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['activity']._loaded_options = None
529
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['activity']._serialized_options = b'\222AN2Lactivity for which user is subscribing, e.g. newsletter, waitlist, blogs etc\342A\001\002\372B\026r\024\020\0012\020^[A-Za-z0-9-_]+$'
530
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['source']._loaded_options = None
531
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['source']._serialized_options = b'\222A@2>source of this user addition e.g. platform, website, admin etc\372B\027r\0252\020^[A-Za-z0-9-_]+$\320\001\001'
532
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['metadata']._loaded_options = None
533
+ _globals['_CREATEPROSPECTPUBLICREQUEST'].fields_by_name['metadata']._serialized_options = b'\222A#2!additional info as key value pair'
534
+ _globals['_REVOKESESSIONREQUEST'].fields_by_name['session_id']._loaded_options = None
535
+ _globals['_REVOKESESSIONREQUEST'].fields_by_name['session_id']._serialized_options = b'\342A\001\002\372B\005r\003\260\001\001'
536
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['actor']._loaded_options = None
537
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['actor']._serialized_options = b'\342A\001\002'
538
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['event']._loaded_options = None
539
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['event']._serialized_options = b'\342A\001\002\372B\004r\002\020\003'
540
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['resource']._loaded_options = None
541
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['resource']._serialized_options = b'\342A\001\002'
542
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['occurred_at']._loaded_options = None
543
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['occurred_at']._serialized_options = b'\342A\001\002'
544
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['org_id']._loaded_options = None
545
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['org_id']._serialized_options = b'\372B\005r\003\260\001\001'
546
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['idempotency_key']._loaded_options = None
547
+ _globals['_CREATEAUDITRECORDREQUEST'].fields_by_name['idempotency_key']._serialized_options = b'\342A\001\002\372B\005r\003\260\001\001'
548
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUsers']._loaded_options = None
549
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUsers']._serialized_options = b'\222A\345\001\n\004User\022\021List public users\032\311\001Returns the users from all the organizations in a Frontier instance. It can be filtered by keyword, organization, group and state. Additionally you can include page number and page size for pagination.\202\323\344\223\002\020\022\016/v1beta1/users'
550
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateUser']._loaded_options = None
551
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateUser']._serialized_options = b'\222A\257\005\n\004User\022\013Create user\032\227\005Create a user with the given details. A user is not attached to an organization or a group by default,and can be invited to the org/group. The name of the user must be unique within the entire Frontier instance. If a user name is not provided, Frontier automatically generates a name from the user email. The user metadata is validated against the user metaschema. By default the user metaschema contains `labels` and `descriptions` for the user. The `title` field can be optionally added for a user-friendly name. <br/><br/>*Example:*`{\"email\":\"john.doe@raystack.org\",\"title\":\"John Doe\",metadata:{\"label\": {\"key1\": \"value1\"}, \"description\": \"User Description\"}}`b\000\202\323\344\223\002\026\"\016/v1beta1/users:\004body'
552
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetUser']._loaded_options = None
553
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetUser']._serialized_options = b'\222AO\n\004User\022\010Get user\032=Get a user by id searched over all organizations in Frontier.\202\323\344\223\002\025\022\023/v1beta1/users/{id}'
554
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUserGroups']._loaded_options = None
555
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUserGroups']._serialized_options = b'\222A\314\001\n\004User\022\020List user groups\032\261\001Lists all the groups a user belongs to across all organization in Frontier. To get the groups of a user in a specific organization, use the org_id filter in the query parameter.\202\323\344\223\002\034\022\032/v1beta1/users/{id}/groups'
556
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCurrentUserGroups']._loaded_options = None
557
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCurrentUserGroups']._serialized_options = b'\222A\026\n\004User\022\016List my groups\202\323\344\223\002\034\022\032/v1beta1/users/self/groups'
558
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetCurrentUser']._loaded_options = None
559
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetCurrentUser']._serialized_options = b'\222A\030\n\004User\022\020Get current user\202\323\344\223\002\025\022\023/v1beta1/users/self'
560
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateUser']._loaded_options = None
561
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateUser']._serialized_options = b'\222A\023\n\004User\022\013Update user\202\323\344\223\002\033\032\023/v1beta1/users/{id}:\004body'
562
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateCurrentUser']._loaded_options = None
563
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateCurrentUser']._serialized_options = b'\222A\033\n\004User\022\023Update current user\202\323\344\223\002\033\032\023/v1beta1/users/self:\004body'
564
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableUser']._loaded_options = None
565
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableUser']._serialized_options = b'\222A}\n\004User\022\013Enable user\032hSets the state of the user as enabled. The user will be able to log in and access the Frontier instance.\202\323\344\223\002\037\"\032/v1beta1/users/{id}/enable:\001*'
566
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableUser']._loaded_options = None
567
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableUser']._serialized_options = b'\222A\367\001\n\004User\022\014Disable user\032\340\001Sets the state of the user as diabled.The user\'s membership to groups and organizations will still exist along with all it\'s roles for access control, but the user will not be able to log in and access the Frontier instance.\202\323\344\223\002 \"\033/v1beta1/users/{id}/disable:\001*'
568
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteUser']._loaded_options = None
569
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteUser']._serialized_options = b'\222Am\n\004User\022\013Delete user\032XDelete an user permanently forever and all of its relations (organizations, groups, etc)\202\323\344\223\002\025*\023/v1beta1/users/{id}'
570
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationsByUser']._loaded_options = None
571
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationsByUser']._serialized_options = b'\222A\277\003\n\004User\022\026Get user organizations\032\236\003This API returns two list of organizations for the user. i) The list of orgs which the current user is already a part of ii) The list of organizations the user can join directly (based on domain whitelisted and verified by the org). This list will also contain orgs of which user is already a part of. Note: the domain needs to be verified by the org before the it is returned as one of the joinable orgs by domain\202\323\344\223\002#\022!/v1beta1/users/{id}/organizations'
572
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationsByCurrentUser']._loaded_options = None
573
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationsByCurrentUser']._serialized_options = b'\222A\317\003\n\004User\022\024Get my organizations\032\260\003This API returns two list of organizations for the current logged in user. i) The list of orgs which the current user is already a part of ii) The list of organizations the user can join directly (based on domain whitelisted and verified by the org). This list will also contain orgs of which user is already a part of. Note: the domain needs to be verified by the org before the it is returned as one of the joinable orgs by domain\202\323\344\223\002#\022!/v1beta1/users/self/organizations'
574
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectsByUser']._loaded_options = None
575
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectsByUser']._serialized_options = b'\222AB\n\004User\022\021Get user projects\032\'Get all the projects a user belongs to.\202\323\344\223\002\036\022\034/v1beta1/users/{id}/projects'
576
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectsByCurrentUser']._loaded_options = None
577
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectsByCurrentUser']._serialized_options = b'\222AE\n\004User\022\017Get my projects\032,Get all projects the current user belongs to\202\323\344\223\002\036\022\034/v1beta1/users/self/projects'
578
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUserInvitations']._loaded_options = None
579
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUserInvitations']._serialized_options = b'\222AG\n\004User\022\025List user invitations\032(List all the invitations sent to a user.\202\323\344\223\002!\022\037/v1beta1/users/{id}/invitations'
580
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCurrentUserInvitations']._loaded_options = None
581
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCurrentUserInvitations']._serialized_options = b'\222AM\n\004User\022\025List user invitations\032.List all the invitations sent to current user.\202\323\344\223\002!\022\037/v1beta1/users/self/invitations'
582
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUsers']._loaded_options = None
583
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUsers']._serialized_options = b'\222A\211\001\n\013ServiceUser\022\026List org service users\032bReturns the service user of an organization in a Frontier instance. It can be filter by it\'s state\202\323\344\223\002\027\022\025/v1beta1/serviceusers'
584
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUser']._loaded_options = None
585
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUser']._serialized_options = b'\222A:\n\013ServiceUser\022\023Create service user\032\026Create a service user.\202\323\344\223\0021\",/v1beta1/organizations/{org_id}/serviceusers:\001*'
586
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetServiceUser']._loaded_options = None
587
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetServiceUser']._serialized_options = b'\222AD\n\013ServiceUser\022\020Get service user\032#Get service user details by its id.\202\323\344\223\0023\0221/v1beta1/organizations/{org_id}/serviceusers/{id}'
588
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUser']._loaded_options = None
589
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUser']._serialized_options = b'\222A\200\001\n\013ServiceUser\022\023Delete service user\032\\Delete a service user permanently and all of its relations (keys, organizations, roles, etc)\202\323\344\223\0023*1/v1beta1/organizations/{org_id}/serviceusers/{id}'
590
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUserJWK']._loaded_options = None
591
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUserJWK']._serialized_options = b'\222A\311\001\n\013ServiceUser\022+Create service user public/private key pair\032\214\001Generate a service user key and return it, the private key part of the response will not be persisted and should be kept securely by client.\202\323\344\223\002;\"6/v1beta1/organizations/{org_id}/serviceusers/{id}/keys:\001*'
592
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserJWKs']._loaded_options = None
593
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserJWKs']._serialized_options = b'\222Ag\n\013ServiceUser\022\026List service user keys\032@List all the keys of a service user with its details except jwk.\202\323\344\223\0028\0226/v1beta1/organizations/{org_id}/serviceusers/{id}/keys'
594
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetServiceUserJWK']._loaded_options = None
595
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetServiceUserJWK']._serialized_options = b'\222AK\n\013ServiceUser\022\024Get service user key\032&Get a service user public RSA JWK set.\202\323\344\223\002A\022?/v1beta1/organizations/{org_id}/serviceusers/{id}/keys/{key_id}'
596
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUserJWK']._loaded_options = None
597
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUserJWK']._serialized_options = b'\222AN\n\013ServiceUser\022\027Delete service user key\032&Delete a service user key permanently.\202\323\344\223\002A*?/v1beta1/organizations/{org_id}/serviceusers/{id}/keys/{key_id}'
598
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUserCredential']._loaded_options = None
599
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUserCredential']._serialized_options = b'\222A\275\001\n\013ServiceUser\022&Create service user client credentials\032\205\001Generate a service user credential and return it. The credential value will not be persisted and should be securely stored by client.\202\323\344\223\002>\"9/v1beta1/organizations/{org_id}/serviceusers/{id}/secrets:\001*'
600
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserCredentials']._loaded_options = None
601
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserCredentials']._serialized_options = b'\222AY\n\013ServiceUser\022\035List service user credentials\032+List all the credentials of a service user.\202\323\344\223\002;\0229/v1beta1/organizations/{org_id}/serviceusers/{id}/secrets'
602
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUserCredential']._loaded_options = None
603
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUserCredential']._serialized_options = b'\222AQ\n\013ServiceUser\022\037Delete service user credentials\032!Delete a service user credential.\202\323\344\223\002G*E/v1beta1/organizations/{org_id}/serviceusers/{id}/secrets/{secret_id}'
604
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUserToken']._loaded_options = None
605
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateServiceUserToken']._serialized_options = b'\222A\245\001\n\013ServiceUser\022\031Create service user token\032{Generate a service user token and return it. The token value will not be persisted and should be securely stored by client.\202\323\344\223\002=\"8/v1beta1/organizations/{org_id}/serviceusers/{id}/tokens:\001*'
606
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserTokens']._loaded_options = None
607
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserTokens']._serialized_options = b'\222AO\n\013ServiceUser\022\030List service user tokens\032&List all the tokens of a service user.\202\323\344\223\002:\0228/v1beta1/organizations/{org_id}/serviceusers/{id}/tokens'
608
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUserToken']._loaded_options = None
609
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteServiceUserToken']._serialized_options = b'\222AF\n\013ServiceUser\022\031Delete service user token\032\034Delete a service user token.\202\323\344\223\002E*C/v1beta1/organizations/{org_id}/serviceusers/{id}/tokens/{token_id}'
610
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserProjects']._loaded_options = None
611
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListServiceUserProjects']._serialized_options = b'\222AX\n\013ServiceUser\022\032List service sser projects\032-List all projects the service user belongs to\202\323\344\223\002<\022:/v1beta1/organizations/{org_id}/serviceusers/{id}/projects'
612
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationGroups']._loaded_options = None
613
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationGroups']._serialized_options = b'\222A\242\001\n\005Group\022\030List organization groups\032\177Get all groups that belong to an organization. The results can be filtered by state which can be either be enabled or disabled.\202\323\344\223\002(\022&/v1beta1/organizations/{org_id}/groups'
614
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateGroup']._loaded_options = None
615
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateGroup']._serialized_options = b'\222A\366\001\n\005Group\022\014Create group\032\336\001Create a new group in an organization which serves as a container for users. The group can be assigned roles and permissions and can be used to manage access to resources. Also a group can also be assigned to other groups.\202\323\344\223\002.\"&/v1beta1/organizations/{org_id}/groups:\004body'
616
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetGroup']._loaded_options = None
617
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetGroup']._serialized_options = b'\222A\022\n\005Group\022\tGet group\202\323\344\223\002-\022+/v1beta1/organizations/{org_id}/groups/{id}'
618
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateGroup']._loaded_options = None
619
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateGroup']._serialized_options = b'\222A\025\n\005Group\022\014Update group\202\323\344\223\0023\032+/v1beta1/organizations/{org_id}/groups/{id}:\004body'
620
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListGroupUsers']._loaded_options = None
621
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListGroupUsers']._serialized_options = b'\222AJ\n\005Group\022\020List group users\032/Returns a list of users that belong to a group.\202\323\344\223\0023\0221/v1beta1/organizations/{org_id}/groups/{id}/users'
622
+ _globals['_FRONTIERSERVICE'].methods_by_name['AddGroupUsers']._loaded_options = None
623
+ _globals['_FRONTIERSERVICE'].methods_by_name['AddGroupUsers']._serialized_options = b'\222A\250\001\n\005Group\022\016Add group user\032\216\001Adds a principle(user and service-users) to a group, existing users in the group will be ignored. A group can\'t have nested groups as members.\202\323\344\223\0026\"1/v1beta1/organizations/{org_id}/groups/{id}/users:\001*'
624
+ _globals['_FRONTIERSERVICE'].methods_by_name['RemoveGroupUser']._loaded_options = None
625
+ _globals['_FRONTIERSERVICE'].methods_by_name['RemoveGroupUser']._serialized_options = b'\222A\255\001\n\005Group\022\021Remove group user\032\220\001Removes a principle(user and service-users) from a group. If the user is not in the group, the request will succeed but no changes will be made.\202\323\344\223\002=*;/v1beta1/organizations/{org_id}/groups/{id}/users/{user_id}'
626
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableGroup']._loaded_options = None
627
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableGroup']._serialized_options = b'\222A\223\001\n\005Group\022\014Enable group\032|Sets the state of the group as enabled. The `enabled` flag is used to determine if the group can be used for access control.\202\323\344\223\0027\"2/v1beta1/organizations/{org_id}/groups/{id}/enable:\001*'
628
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableGroup']._loaded_options = None
629
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableGroup']._serialized_options = b'\222A\240\002\n\005Group\022\rDisable group\032\207\002Sets the state of the group as disabled. The group will not be available for access control and the existing users in the group will not be able to access any resources that are assigned to the group. No other users can be added to the group while it is disabled.\202\323\344\223\0028\"3/v1beta1/organizations/{org_id}/groups/{id}/disable:\001*'
630
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteGroup']._loaded_options = None
631
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteGroup']._serialized_options = b'\222AX\n\005Group\022\014Delete group\032ADelete an organization group permanently and all of its relations\202\323\344\223\002-*+/v1beta1/organizations/{org_id}/groups/{id}'
632
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListRoles']._loaded_options = None
633
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListRoles']._serialized_options = b'\222A\220\001\n\004Role\022\023List platform roles\032sReturns a list of platform wide roles available in enitre Frontier instance along with their associated permissions\202\323\344\223\002\020\022\016/v1beta1/roles'
634
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationRoles']._loaded_options = None
635
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationRoles']._serialized_options = b'\222A\177\n\004Role\022\027List organization roles\032^Returns a list of custom roles created under an organization with their associated permissions\202\323\344\223\002\'\022%/v1beta1/organizations/{org_id}/roles'
636
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationRole']._loaded_options = None
637
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationRole']._serialized_options = b'\222A\260\001\n\004Role\022\030Create organization role\032\215\001Create a custom role under an organization. This custom role will only be available for assignment to the principles within the organization.\202\323\344\223\002-\"%/v1beta1/organizations/{org_id}/roles:\004body'
638
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationRole']._loaded_options = None
639
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationRole']._serialized_options = b'\222Ap\n\004Role\022\025Get organization role\032QReturns a custom role under an organization along with its associated permissions\202\323\344\223\002,\022*/v1beta1/organizations/{org_id}/roles/{id}'
640
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateOrganizationRole']._loaded_options = None
641
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateOrganizationRole']._serialized_options = b'\222A\260\001\n\004Role\022\030Update organization role\032\215\001Update a custom role under an organization. This custom role will only be available for assignment to the principles within the organization.\202\323\344\223\0022\032*/v1beta1/organizations/{org_id}/roles/{id}:\004body'
642
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganizationRole']._loaded_options = None
643
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganizationRole']._serialized_options = b'\222Ar\n\004Role\022\030Delete organization role\032PDelete a custom role and all of its relations under an organization permanently.\202\323\344\223\002,**/v1beta1/organizations/{org_id}/roles/{id}'
644
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizations']._loaded_options = None
645
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizations']._serialized_options = b'\222Ax\n\014Organization\022\022List organizations\032TReturns a list of organizations. It can be filtered by userID or organization state.\202\323\344\223\002\030\022\026/v1beta1/organizations'
646
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganization']._loaded_options = None
647
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganization']._serialized_options = b'\222A#\n\014Organization\022\023Create organization\202\323\344\223\002\036\"\026/v1beta1/organizations:\004body'
648
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganization']._loaded_options = None
649
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganization']._serialized_options = b'\222A@\n\014Organization\022\020Get organization\032\036Get organization by ID or name\202\323\344\223\002\035\022\033/v1beta1/organizations/{id}'
650
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateOrganization']._loaded_options = None
651
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateOrganization']._serialized_options = b'\222A>\n\014Organization\022\023Update organization\032\031Update organization by ID\202\323\344\223\002#\032\033/v1beta1/organizations/{id}:\004body'
652
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationProjects']._loaded_options = None
653
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationProjects']._serialized_options = b'\222AZ\n\014Organization\022\031Get organization projects\032/Get all projects that belong to an organization\202\323\344\223\002&\022$/v1beta1/organizations/{id}/projects'
654
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationAdmins']._loaded_options = None
655
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationAdmins']._serialized_options = b'\222AR\n\014Organization\022\030List organization admins\032(Returns a list admins of an organization\202\323\344\223\002$\022\"/v1beta1/organizations/{id}/admins'
656
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationUsers']._loaded_options = None
657
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationUsers']._serialized_options = b'\222A\'\n\014Organization\022\027List organization users\202\323\344\223\002#\022!/v1beta1/organizations/{id}/users'
658
+ _globals['_FRONTIERSERVICE'].methods_by_name['AddOrganizationUsers']._loaded_options = None
659
+ _globals['_FRONTIERSERVICE'].methods_by_name['AddOrganizationUsers']._serialized_options = b'\222A\263\001\n\014Organization\022\025Add organization user\032\213\001Add a user to an organization. A user must exists in Frontier before adding it to an org. This request will fail if the user doesn\'t exists\202\323\344\223\002&\"!/v1beta1/organizations/{id}/users:\001*'
660
+ _globals['_FRONTIERSERVICE'].methods_by_name['RemoveOrganizationUser']._loaded_options = None
661
+ _globals['_FRONTIERSERVICE'].methods_by_name['RemoveOrganizationUser']._serialized_options = b'\222AL\n\014Organization\022\030Remove organization user\032\"Remove a user from an organization\202\323\344\223\002-*+/v1beta1/organizations/{id}/users/{user_id}'
662
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationKyc']._loaded_options = None
663
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationKyc']._serialized_options = b'\222Ad\n\017OrganizationKyc\022\037Get KYC info of an organization\0320Get KYC info of an organization using ID or name\202\323\344\223\002%\022#/v1beta1/organizations/{org_id}/kyc'
664
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationServiceUsers']._loaded_options = None
665
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationServiceUsers']._serialized_options = b'\222A/\n\014Organization\022\037List organization service users\202\323\344\223\002*\022(/v1beta1/organizations/{id}/serviceusers'
666
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationInvitations']._loaded_options = None
667
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationInvitations']._serialized_options = b'\222Ad\n\014Organization\022\030List pending invitations\032:Returns all pending invitations queued for an organization\202\323\344\223\002-\022+/v1beta1/organizations/{org_id}/invitations'
668
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationInvitation']._loaded_options = None
669
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationInvitation']._serialized_options = b'\222A\232\001\n\014Organization\022\013Invite user\032}Invite users to an organization, if user is not registered on the platform, it will be notified. Invitations expire in 7 days\202\323\344\223\0020\"+/v1beta1/organizations/{org_id}/invitations:\001*'
670
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationInvitation']._loaded_options = None
671
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationInvitation']._serialized_options = b'\222A_\n\014Organization\022\026Get pending invitation\0327Returns a pending invitation queued for an organization\202\323\344\223\0022\0220/v1beta1/organizations/{org_id}/invitations/{id}'
672
+ _globals['_FRONTIERSERVICE'].methods_by_name['AcceptOrganizationInvitation']._loaded_options = None
673
+ _globals['_FRONTIERSERVICE'].methods_by_name['AcceptOrganizationInvitation']._serialized_options = b'\222A\261\001\n\014Organization\022\031Accept pending invitation\032\205\001Accept pending invitation queued for an organization. The user will be added to the organization and groups defined in the invitation\202\323\344\223\002<\"7/v1beta1/organizations/{org_id}/invitations/{id}/accept:\001*'
674
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganizationInvitation']._loaded_options = None
675
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganizationInvitation']._serialized_options = b'\222Aa\n\014Organization\022\031Delete pending invitation\0326Delete a pending invitation queued for an organization\202\323\344\223\0022*0/v1beta1/organizations/{org_id}/invitations/{id}'
676
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationDomains']._loaded_options = None
677
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationDomains']._serialized_options = b'\222A\222\002\n\014Organization\022\020List org domains\032\357\001Returns all domains whitelisted for an organization (both pending and verified if no filters are provided for the state). The verified domains allow users email with the org\'s whitelisted domain to join the organization without invitation.\202\323\344\223\002)\022\'/v1beta1/organizations/{org_id}/domains'
678
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationDomain']._loaded_options = None
679
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationDomain']._serialized_options = b'\222A\262\003\n\014Organization\022\021Create org domain\032\216\003Add a domain to an organization which if verified allows all users of the same domain to be signed up to the organization without invitation. This API generates a verification token for a domain which must be added to your domain\'s DNS provider as a TXT record should be verified with Frontier VerifyOrganizationDomain API before it can be used as an Organization\'s trusted domain to sign up users.\202\323\344\223\002,\"\'/v1beta1/organizations/{org_id}/domains:\001*'
680
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganizationDomain']._loaded_options = None
681
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganizationDomain']._serialized_options = b'\222Aj\n\014Organization\022\021Delete org domain\032GRemove a domain from the list of an organization\'s trusted domains list\202\323\344\223\002.*,/v1beta1/organizations/{org_id}/domains/{id}'
682
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationDomain']._loaded_options = None
683
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetOrganizationDomain']._serialized_options = b'\222A\235\001\n\014Organization\022\016Get org domain\032}Get a domain from the list of an organization\'s whitelisted domains. Returns both verified and unverified domains by their ID\202\323\344\223\002.\022,/v1beta1/organizations/{org_id}/domains/{id}'
684
+ _globals['_FRONTIERSERVICE'].methods_by_name['VerifyOrganizationDomain']._loaded_options = None
685
+ _globals['_FRONTIERSERVICE'].methods_by_name['VerifyOrganizationDomain']._serialized_options = b'\222A\315\002\n\014Organization\022\021Verify org domain\032\251\002Verify a domain for an organization with a verification token generated by Frontier GenerateDomainVerificationToken API. The token must be added to your domain\'s DNS provider as a TXT record before it can be verified. This API returns the state of the domain (pending/verified) after verification.\202\323\344\223\0028\"3/v1beta1/organizations/{org_id}/domains/{id}/verify:\001*'
686
+ _globals['_FRONTIERSERVICE'].methods_by_name['JoinOrganization']._loaded_options = None
687
+ _globals['_FRONTIERSERVICE'].methods_by_name['JoinOrganization']._serialized_options = b'\222A\341\001\n\014Organization\022\021Join organization\032\275\001Allows the current logged in user to join the Org if one is not a part of it. The user will only be able to join when the user email\'s domain matches the organization\'s whitelisted domains.\202\323\344\223\002)\"$/v1beta1/organizations/{org_id}/join:\001*'
688
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableOrganization']._loaded_options = None
689
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableOrganization']._serialized_options = b'\222A\244\001\n\014Organization\022\023Enable organization\032\177Sets the state of the organization as enabled. The existing users in the org will be able to access any organization resources.\202\323\344\223\002\'\"\"/v1beta1/organizations/{id}/enable:\001*'
690
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableOrganization']._loaded_options = None
691
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableOrganization']._serialized_options = b'\222A\253\001\n\014Organization\022\024Disable organization\032\204\001Sets the state of the organization as disabled. The existing users in the org will not be able to access any organization resources.\202\323\344\223\002(\"#/v1beta1/organizations/{id}/disable:\001*'
692
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganization']._loaded_options = None
693
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteOrganization']._serialized_options = b'\222A\233\001\n\014Organization\022\023Delete organization\032vDelete an organization and all of its relations permanently. The organization users will not be deleted from Frontier.\202\323\344\223\002\035*\033/v1beta1/organizations/{id}'
694
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProject']._loaded_options = None
695
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProject']._serialized_options = b'\222A\031\n\007Project\022\016Create project\202\323\344\223\002\031\"\021/v1beta1/projects:\004body'
696
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetProject']._loaded_options = None
697
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetProject']._serialized_options = b'\222A/\n\007Project\022\013Get project\032\027Returns a project by ID\202\323\344\223\002\030\022\026/v1beta1/projects/{id}'
698
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateProject']._loaded_options = None
699
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateProject']._serialized_options = b'\222A2\n\007Project\022\016Update project\032\027Updates a project by ID\202\323\344\223\002\036\032\026/v1beta1/projects/{id}:\004body'
700
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectAdmins']._loaded_options = None
701
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectAdmins']._serialized_options = b'\222AK\n\007Project\022\023List project admins\032+Returns a collection of admins of a project\202\323\344\223\002\037\022\035/v1beta1/projects/{id}/admins'
702
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectUsers']._loaded_options = None
703
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectUsers']._serialized_options = b'\222As\n\007Project\022\022List project users\032TReturns a collection of users of a project. Filter by user permissions is supported.\202\323\344\223\002\036\022\034/v1beta1/projects/{id}/users'
704
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectServiceUsers']._loaded_options = None
705
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectServiceUsers']._serialized_options = b'\222AQ\n\007Project\022\031List project serviceusers\032+Returns a collection of users of a project.\202\323\344\223\002%\022#/v1beta1/projects/{id}/serviceusers'
706
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectGroups']._loaded_options = None
707
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectGroups']._serialized_options = b'\222AL\n\007Project\022\023List project groups\032,Returns a collection of groups of a project.\202\323\344\223\002\037\022\035/v1beta1/projects/{id}/groups'
708
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableProject']._loaded_options = None
709
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableProject']._serialized_options = b'\222A\031\n\007Project\022\016Enable project\202\323\344\223\002\"\"\035/v1beta1/projects/{id}/enable:\001*'
710
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableProject']._loaded_options = None
711
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableProject']._serialized_options = b'\222A\032\n\007Project\022\017Disable project\202\323\344\223\002#\"\036/v1beta1/projects/{id}/disable:\001*'
712
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteProject']._loaded_options = None
713
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteProject']._serialized_options = b'\222AM\n\007Project\022\016Delete Project\0322Delete a project all of its relations permanently.\202\323\344\223\002\030*\026/v1beta1/projects/{id}'
714
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreatePolicy']._loaded_options = None
715
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreatePolicy']._serialized_options = b'\222A*\n\006Policy\022\rCreate policy\032\021Creates a policy \202\323\344\223\002\031\"\021/v1beta1/policies:\004body'
716
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetPolicy']._loaded_options = None
717
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetPolicy']._serialized_options = b'\222A,\n\006Policy\022\nGet policy\032\026Returns a policy by ID\202\323\344\223\002\030\022\026/v1beta1/policies/{id}'
718
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListPolicies']._loaded_options = None
719
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListPolicies']._serialized_options = b'\222A\252\001\n\006Policy\022\021List all policies\032\214\001Lists all the policies from all the organizations in a Frontier instance. It can be filtered by organization, project, user, role and group.\202\323\344\223\002\023\022\021/v1beta1/policies'
720
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdatePolicy']._loaded_options = None
721
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdatePolicy']._serialized_options = b'\222A/\n\006Policy\022\rUpdate policy\032\026Updates a policy by ID\202\323\344\223\002\036\032\026/v1beta1/policies/{id}:\004body'
722
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeletePolicy']._loaded_options = None
723
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeletePolicy']._serialized_options = b'\222AJ\n\006Policy\022\rDelete Policy\0321Delete a policy all of its relations permanently.\202\323\344\223\002\030*\026/v1beta1/policies/{id}'
724
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreatePolicyForProject']._loaded_options = None
725
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreatePolicyForProject']._serialized_options = b'\222AB\n\006Policy\022\031Create Policy for Project\032\035Create a policy for a project\202\323\344\223\002/\"\'/v1beta1/policies/projects/{project_id}:\004body'
726
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateRelation']._loaded_options = None
727
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateRelation']._serialized_options = b'\222A\033\n\010Relation\022\017Create relation\202\323\344\223\002\032\"\022/v1beta1/relations:\004body'
728
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetRelation']._loaded_options = None
729
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetRelation']._serialized_options = b'\222A2\n\010Relation\022\014Get relation\032\030Returns a relation by ID\202\323\344\223\002\031\022\027/v1beta1/relations/{id}'
730
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteRelation']._loaded_options = None
731
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteRelation']._serialized_options = b'\222AN\n\010Relation\022\017Delete relation\0321Remove a subject having a relation from an object\202\323\344\223\002A*?/v1beta1/relations/{relation}/object/{object}/subject/{subject}'
732
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListPermissions']._loaded_options = None
733
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListPermissions']._serialized_options = b'\222A!\n\nPermission\022\023Get all permissions\202\323\344\223\002\026\022\024/v1beta1/permissions'
734
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetPermission']._loaded_options = None
735
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetPermission']._serialized_options = b'\222A8\n\nPermission\022\016Get permission\032\032Returns a permission by ID\202\323\344\223\002\033\022\031/v1beta1/permissions/{id}'
736
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListNamespaces']._loaded_options = None
737
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListNamespaces']._serialized_options = b'\222AZ\n\tNamespace\022\022Get all namespaces\0329Returns the list of all namespaces in a Frontier instance\202\323\344\223\002\025\022\023/v1beta1/namespaces'
738
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetNamespace']._loaded_options = None
739
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetNamespace']._serialized_options = b'\222A5\n\tNamespace\022\rGet namespace\032\031Returns a namespace by ID\202\323\344\223\002\032\022\030/v1beta1/namespaces/{id}'
740
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectResources']._loaded_options = None
741
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectResources']._serialized_options = b'\222A\035\n\010Resource\022\021Get all resources\202\323\344\223\002*\022(/v1beta1/projects/{project_id}/resources'
742
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProjectResource']._loaded_options = None
743
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProjectResource']._serialized_options = b'\222A<\n\010Resource\022\017Create resource\032\037Creates a resource in a project\202\323\344\223\0020\"(/v1beta1/projects/{project_id}/resources:\004body'
744
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetProjectResource']._loaded_options = None
745
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetProjectResource']._serialized_options = b'\222A:\n\010Resource\022\014Get resource\032 Returns a project resource by ID\202\323\344\223\002/\022-/v1beta1/projects/{project_id}/resources/{id}'
746
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateProjectResource']._loaded_options = None
747
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateProjectResource']._serialized_options = b'\222A<\n\010Resource\022\017Update resource\032\037Updates a resource in a project\202\323\344\223\0025\032-/v1beta1/projects/{project_id}/resources/{id}:\004body'
748
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteProjectResource']._loaded_options = None
749
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteProjectResource']._serialized_options = b'\222AJ\n\010Resource\022\017Delete resource\032-Deletes a resource from a project permanently\202\323\344\223\002/*-/v1beta1/projects/{project_id}/resources/{id}'
750
+ _globals['_FRONTIERSERVICE'].methods_by_name['CheckResourcePermission']._loaded_options = None
751
+ _globals['_FRONTIERSERVICE'].methods_by_name['CheckResourcePermission']._serialized_options = b'\222A\313\002\n\005Authz\022\005Check\032\272\002Returns true if a principal has required permissions to access a resource and false otherwise.<br/> Note the principal can be a user or a service account. Frontier will extract principal from the current logged in session cookie (if any), or the client id and secret (in case of service users) or the access token.\202\323\344\223\002\023\"\016/v1beta1/check:\001*'
752
+ _globals['_FRONTIERSERVICE'].methods_by_name['BatchCheckPermission']._loaded_options = None
753
+ _globals['_FRONTIERSERVICE'].methods_by_name['BatchCheckPermission']._serialized_options = b'\222A\207\003\n\005Authz\022\013Batch check\032\360\002Returns true if a principal has required permissions to access a resource and false otherwise.<br/> Note the principal can be a user or a service account, and Frontier will the credentials from the current logged in principal from the session cookie (if any), or the client id and secret (in case of service users) or the access token (in case of human user accounts).\202\323\344\223\002\030\"\023/v1beta1/batchcheck:\001*'
754
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetJWKs']._loaded_options = None
755
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetJWKs']._serialized_options = b'\222A\034\n\005Authz\022\023Get well known JWKs\202\323\344\223\002.\022\022/v1beta1/auth/jwksZ\030\022\026/.well-known/jwks.json'
756
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListAuthStrategies']._loaded_options = None
757
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListAuthStrategies']._serialized_options = b'\222A\232\001\n\005Authn\022\036List authentication strategies\032qReturns a list of identity providers configured on an instance level in Frontier. e.g Google, AzureAD, Github etc\202\323\344\223\002\017\022\r/v1beta1/auth'
758
+ _globals['_FRONTIERSERVICE'].methods_by_name['Authenticate']._loaded_options = None
759
+ _globals['_FRONTIERSERVICE'].methods_by_name['Authenticate']._serialized_options = b'\222A\230\003\n\005Authn\022\034Authenticate with a strategy\032\360\002Authenticate a user with a strategy. By default, after successful authentication no operation will be performed to apply redirection in case of browsers, provide a url in the authenticate request body that will be used for redirection after authentication. Also set redirect as true for redirecting the user request to the redirect_url after successful authentication.\202\323\344\223\002U\022&/v1beta1/auth/register/{strategy_name}Z+\"&/v1beta1/auth/register/{strategy_name}:\001*'
760
+ _globals['_FRONTIERSERVICE'].methods_by_name['AuthCallback']._loaded_options = None
761
+ _globals['_FRONTIERSERVICE'].methods_by_name['AuthCallback']._serialized_options = b'\222A\214\003\n\005Authn\022\030Callback from a strategy\032\350\002Callback from a strategy. This is the endpoint where the strategy will redirect the user after successful authentication. This endpoint will be called with the code and state query parameters. The code will be used to get the access token from the strategy and the state will be used to get the return_to url from the session and redirect the user to that url.\202\323\344\223\0025\022\026/v1beta1/auth/callbackZ\033\"\026/v1beta1/auth/callback:\001*'
762
+ _globals['_FRONTIERSERVICE'].methods_by_name['AuthToken']._loaded_options = None
763
+ _globals['_FRONTIERSERVICE'].methods_by_name['AuthToken']._serialized_options = b'\222A\267\002\n\005Authn\022*Generate access token by given credentials\032\201\002Access token can be generated by providing the credentials in the request body/header. The credentials can be client id and secret or service account generated key jwt. Use the generated access token in Authorization header to access the frontier resources.\202\323\344\223\002\030\"\023/v1beta1/auth/token:\001*'
764
+ _globals['_FRONTIERSERVICE'].methods_by_name['AuthLogout']._loaded_options = None
765
+ _globals['_FRONTIERSERVICE'].methods_by_name['AuthLogout']._serialized_options = b'\222A\037\n\005Authn\022\026Logout from a strategy\202\323\344\223\002.\022\024/v1beta1/auth/logoutZ\026*\024/v1beta1/auth/logout'
766
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListMetaSchemas']._loaded_options = None
767
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListMetaSchemas']._serialized_options = b'\222A\222\001\n\nMetaSchema\022\020List metaschemas\032rReturns a list of all metaschemas configured on an instance level in Frontier. e.g user, project, organization etc\202\323\344\223\002\027\022\025/v1beta1/meta/schemas'
768
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateMetaSchema']._loaded_options = None
769
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateMetaSchema']._serialized_options = b'\222A\372\003\n\nMetaSchema\022\021Create metaschema\032\330\003Create a new metadata schema. The metaschema **name** must be unique within the entire Frontier instance and can contain only alphanumeric characters, dashes and underscores. The metaschema **schema** must be a valid JSON schema.Please refer to https://json-schema.org/ to know more about json schema. <br/>*Example:* `{name:\"user\",schema:{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"object\",\"additionalProperties\":{\"type\":\"string\"}},\"description\":{\"type\":\"string\"}}}}`\202\323\344\223\002\035\"\025/v1beta1/meta/schemas:\004body'
770
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetMetaSchema']._loaded_options = None
771
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetMetaSchema']._serialized_options = b'\222A:\n\nMetaSchema\022\016Get metaschema\032\034Get a metadata schema by ID.\202\323\344\223\002\034\022\032/v1beta1/meta/schemas/{id}'
772
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateMetaSchema']._loaded_options = None
773
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateMetaSchema']._serialized_options = b'\222A\227\003\n\nMetaSchema\022\021Update metaschema\032\365\002Update a metadata schema. Only `schema` field of a metaschema can be updated. The metaschema `schema` must be a valid JSON schema.Please refer to https://json-schema.org/ to know more about json schema. <br/>*Example:* `{name:\"user\",schema:{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"object\",\"additionalProperties\":{\"type\":\"string\"}},\"description\":{\"type\":\"string\"}}}}`\202\323\344\223\002\"\032\032/v1beta1/meta/schemas/{id}:\004body'
774
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteMetaSchema']._loaded_options = None
775
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteMetaSchema']._serialized_options = b'\222A\277\003\n\nMetaSchema\022\021Delete metaschema\032\235\003Delete a metadata schema permanently. Once deleted the metaschema won\'t be used to validate the metadata. For example, if a metaschema(with `label` and `description` fields) is used to validate the metadata of a user, then deleting the metaschema will not validate the metadata of the user and metadata field can contain any key-value pair(and say another field called `foo` can be inserted in a user\'s metadata).\202\323\344\223\002\034*\032/v1beta1/meta/schemas/{id}'
776
+ _globals['_FRONTIERSERVICE'].methods_by_name['DescribePreferences']._loaded_options = None
777
+ _globals['_FRONTIERSERVICE'].methods_by_name['DescribePreferences']._serialized_options = b'\222A\\\n\nPreference\022\024Describe preferences\0328Returns a list of all preferences supported by Frontier.\202\323\344\223\002\035\022\033/v1beta1/preferences/traits'
778
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationPreferences']._loaded_options = None
779
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateOrganizationPreferences']._serialized_options = b'\222A\351\001\n\nPreference\022\037Create organization preferences\032\271\001Create a new organization preferences. The organization preferences **name** must be unique within the organization and can contain only alphanumeric characters, dashes and underscores.\202\323\344\223\002,\"\'/v1beta1/organizations/{id}/preferences:\001*'
780
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationPreferences']._loaded_options = None
781
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListOrganizationPreferences']._serialized_options = b'\222AT\n\nPreference\022\035List organization preferences\032\'List an organization preferences by ID.\202\323\344\223\002)\022\'/v1beta1/organizations/{id}/preferences'
782
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProjectPreferences']._loaded_options = None
783
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProjectPreferences']._serialized_options = b'\222A\325\001\n\nPreference\022\032Create project preferences\032\252\001Create a new project preferences. The project preferences **name** must be unique within the project and can contain only alphanumeric characters, dashes and underscores.\202\323\344\223\002\'\"\"/v1beta1/projects/{id}/preferences:\001*'
784
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectPreferences']._loaded_options = None
785
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProjectPreferences']._serialized_options = b'\222AI\n\nPreference\022\030List project preferences\032!List a project preferences by ID.\202\323\344\223\002$\022\"/v1beta1/projects/{id}/preferences'
786
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateGroupPreferences']._loaded_options = None
787
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateGroupPreferences']._serialized_options = b'\222A\315\001\n\nPreference\022\030Create group preferences\032\244\001Create a new group preferences. The group preferences **name** must be unique within the group and can contain only alphanumeric characters, dashes and underscores.\202\323\344\223\002%\" /v1beta1/groups/{id}/preferences:\001*'
788
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListGroupPreferences']._loaded_options = None
789
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListGroupPreferences']._serialized_options = b'\222AE\n\nPreference\022\026List group preferences\032\037List a group preferences by ID.\202\323\344\223\002\"\022 /v1beta1/groups/{id}/preferences'
790
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateUserPreferences']._loaded_options = None
791
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateUserPreferences']._serialized_options = b'\222A\311\001\n\nPreference\022\027Create user preferences\032\241\001Create a new user preferences. The user preferences **name** must be unique within the user and can contain only alphanumeric characters, dashes and underscores.\202\323\344\223\002$\"\037/v1beta1/users/{id}/preferences:\001*'
792
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUserPreferences']._loaded_options = None
793
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListUserPreferences']._serialized_options = b'\222AC\n\nPreference\022\025List user preferences\032\036List a user preferences by ID.\202\323\344\223\002!\022\037/v1beta1/users/{id}/preferences'
794
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateCurrentUserPreferences']._loaded_options = None
795
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateCurrentUserPreferences']._serialized_options = b'\222A\321\001\n\nPreference\022\037Create current user preferences\032\241\001Create a new user preferences. The user preferences **name** must be unique within the user and can contain only alphanumeric characters, dashes and underscores.\202\323\344\223\002$\"\037/v1beta1/users/self/preferences:\001*'
796
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCurrentUserPreferences']._loaded_options = None
797
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCurrentUserPreferences']._serialized_options = b'\222AK\n\nPreference\022\035List current user preferences\032\036List a user preferences by ID.\202\323\344\223\002!\022\037/v1beta1/users/self/preferences'
798
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateBillingAccount']._loaded_options = None
799
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateBillingAccount']._serialized_options = b'\222AT\n\007Billing\022\026Create billing account\0321Create a new billing account for an organization.\202\323\344\223\002,\"\'/v1beta1/organizations/{org_id}/billing:\001*'
800
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetBillingAccount']._loaded_options = None
801
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetBillingAccount']._serialized_options = b'\222A<\n\007Billing\022\023Get billing account\032\034Get a billing account by ID.\202\323\344\223\002.\022,/v1beta1/organizations/{org_id}/billing/{id}'
802
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateBillingAccount']._loaded_options = None
803
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateBillingAccount']._serialized_options = b'\222AB\n\007Billing\022\026Update billing account\032\037Update a billing account by ID.\202\323\344\223\0021\032,/v1beta1/organizations/{org_id}/billing/{id}:\001*'
804
+ _globals['_FRONTIERSERVICE'].methods_by_name['RegisterBillingAccount']._loaded_options = None
805
+ _globals['_FRONTIERSERVICE'].methods_by_name['RegisterBillingAccount']._serialized_options = b'\222An\n\007Billing\022$Register billing account to provider\032=Register a billing account to a provider if it\'s not already.\202\323\344\223\002:\"5/v1beta1/organizations/{org_id}/billing/{id}/register:\001*'
806
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListBillingAccounts']._loaded_options = None
807
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListBillingAccounts']._serialized_options = b'\222AK\n\007Billing\022\025List billing accounts\032)List billing accounts of an organization.\202\323\344\223\002)\022\'/v1beta1/organizations/{org_id}/billing'
808
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteBillingAccount']._loaded_options = None
809
+ _globals['_FRONTIERSERVICE'].methods_by_name['DeleteBillingAccount']._serialized_options = b'\222AB\n\007Billing\022\026Delete billing account\032\037Delete a billing account by ID.\202\323\344\223\002.*,/v1beta1/organizations/{org_id}/billing/{id}'
810
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableBillingAccount']._loaded_options = None
811
+ _globals['_FRONTIERSERVICE'].methods_by_name['EnableBillingAccount']._serialized_options = b'\222AB\n\007Billing\022\026Enable billing account\032\037Enable a billing account by ID.\202\323\344\223\0028\"3/v1beta1/organizations/{org_id}/billing/{id}/enable:\001*'
812
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableBillingAccount']._loaded_options = None
813
+ _globals['_FRONTIERSERVICE'].methods_by_name['DisableBillingAccount']._serialized_options = b'\222A\231\001\n\007Billing\022\027Disable billing account\032uDisable a billing account by ID. Disabling a billing account doesn\'t automatically disable it\'s active subscriptions.\202\323\344\223\0029\"4/v1beta1/organizations/{org_id}/billing/{id}/disable:\001*'
814
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetBillingBalance']._loaded_options = None
815
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetBillingBalance']._serialized_options = b'\222AK\n\007Billing\022\023Get billing balance\032+Get the balance of a billing account by ID.\202\323\344\223\0026\0224/v1beta1/organizations/{org_id}/billing/{id}/balance'
816
+ _globals['_FRONTIERSERVICE'].methods_by_name['HasTrialed']._loaded_options = None
817
+ _globals['_FRONTIERSERVICE'].methods_by_name['HasTrialed']._serialized_options = b'\222A?\n\007Billing\022\013Has trialed\032\'Check if a billing account has trialed.\202\323\344\223\002F\022D/v1beta1/organizations/{org_id}/billing/{id}/plans/{plan_id}/trialed'
818
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetSubscription']._loaded_options = None
819
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetSubscription']._serialized_options = b'\222A;\n\014Subscription\022\020Get subscription\032\031Get a subscription by ID.\202\323\344\223\002\207\001\022G/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}Z<\022:/v1beta1/organizations/{org_id}/billing/subscriptions/{id}'
820
+ _globals['_FRONTIERSERVICE'].methods_by_name['CancelSubscription']._loaded_options = None
821
+ _globals['_FRONTIERSERVICE'].methods_by_name['CancelSubscription']._serialized_options = b'\222AA\n\014Subscription\022\023Cancel subscription\032\034Cancel a subscription by ID.\202\323\344\223\002\233\001\"N/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}/cancel:\001*ZF\"A/v1beta1/organizations/{org_id}/billing/subscriptions/{id}/cancel:\001*'
822
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListSubscriptions']._loaded_options = None
823
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListSubscriptions']._serialized_options = b'\222AL\n\014Subscription\022\022List subscriptions\032(List subscriptions of a billing account.\202\323\344\223\002}\022B/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptionsZ7\0225/v1beta1/organizations/{org_id}/billing/subscriptions'
824
+ _globals['_FRONTIERSERVICE'].methods_by_name['ChangeSubscription']._loaded_options = None
825
+ _globals['_FRONTIERSERVICE'].methods_by_name['ChangeSubscription']._serialized_options = b'\222AK\n\014Subscription\022\030Change subscription plan\032!Change a subscription plan by ID.\202\323\344\223\002\233\001\"N/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}/change:\001*ZF\"A/v1beta1/organizations/{org_id}/billing/subscriptions/{id}/change:\001*'
826
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateSubscription']._loaded_options = None
827
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateSubscription']._serialized_options = b'\222AA\n\014Subscription\022\023Update subscription\032\034Update a subscription by ID.\202\323\344\223\002\215\001\032G/v1beta1/organizations/{org_id}/billing/{billing_id}/subscriptions/{id}:\001*Z?\":/v1beta1/organizations/{org_id}/billing/subscriptions/{id}:\001*'
828
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProduct']._loaded_options = None
829
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProduct']._serialized_options = b'\222A=\n\007Product\022\016Create product\032\"Create a new product for platform.\202\323\344\223\002\036\"\031/v1beta1/billing/products:\001*'
830
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetProduct']._loaded_options = None
831
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetProduct']._serialized_options = b'\222A,\n\007Product\022\013Get product\032\024Get a product by ID.\202\323\344\223\002 \022\036/v1beta1/billing/products/{id}'
832
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProducts']._loaded_options = None
833
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListProducts']._serialized_options = b'\222A:\n\007Product\022\rList products\032 List all products of a platform.\202\323\344\223\002\033\022\031/v1beta1/billing/products'
834
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateProduct']._loaded_options = None
835
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateProduct']._serialized_options = b'\222A2\n\007Product\022\016Update product\032\027Update a product by ID.\202\323\344\223\002#\032\036/v1beta1/billing/products/{id}:\001*'
836
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateFeature']._loaded_options = None
837
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateFeature']._serialized_options = b'\222A=\n\007Feature\022\016Create feature\032\"Create a new feature for platform.\202\323\344\223\002\036\"\031/v1beta1/billing/features:\001*'
838
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetFeature']._loaded_options = None
839
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetFeature']._serialized_options = b'\222A,\n\007Feature\022\013Get feature\032\024Get a feature by ID.\202\323\344\223\002 \022\036/v1beta1/billing/features/{id}'
840
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateFeature']._loaded_options = None
841
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdateFeature']._serialized_options = b'\222A2\n\007Feature\022\016Update feature\032\027Update a feature by ID.\202\323\344\223\002#\032\036/v1beta1/billing/features/{id}:\001*'
842
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListFeatures']._loaded_options = None
843
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListFeatures']._serialized_options = b'\222A+\n\007Feature\022\rList features\032\021List all features\202\323\344\223\002\033\022\031/v1beta1/billing/features'
844
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreatePlan']._loaded_options = None
845
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreatePlan']._serialized_options = b'\222A4\n\004Plan\022\013Create plan\032\037Create a new plan for platform.\202\323\344\223\002\033\"\026/v1beta1/billing/plans:\001*'
846
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListPlans']._loaded_options = None
847
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListPlans']._serialized_options = b'\222A#\n\004Plan\022\nList plans\032\017List all plans.\202\323\344\223\002\030\022\026/v1beta1/billing/plans'
848
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetPlan']._loaded_options = None
849
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetPlan']._serialized_options = b'\222A#\n\004Plan\022\010Get plan\032\021Get a plan by ID.\202\323\344\223\002\035\022\033/v1beta1/billing/plans/{id}'
850
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdatePlan']._loaded_options = None
851
+ _globals['_FRONTIERSERVICE'].methods_by_name['UpdatePlan']._serialized_options = b'\222A)\n\004Plan\022\013Update plan\032\024Update a plan by ID.\202\323\344\223\002 \032\033/v1beta1/billing/plans/{id}:\001*'
852
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateCheckout']._loaded_options = None
853
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateCheckout']._serialized_options = b'\222A\210\001\n\010Checkout\022\"Checkout a product or subscription\032XCheckout a product to buy it one time or start a subscription plan on a billing account.\202\323\344\223\002{\">/v1beta1/organizations/{org_id}/billing/{billing_id}/checkouts:\001*Z6\"1/v1beta1/organizations/{org_id}/billing/checkouts:\001*'
854
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCheckouts']._loaded_options = None
855
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListCheckouts']._serialized_options = b'\222AD\n\010Checkout\022\016List checkouts\032(List all checkouts of a billing account.\202\323\344\223\002u\022>/v1beta1/organizations/{org_id}/billing/{billing_id}/checkoutsZ3\0221/v1beta1/organizations/{org_id}/billing/checkouts'
856
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetCheckout']._loaded_options = None
857
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetCheckout']._serialized_options = b'\222A/\n\010Checkout\022\014Get checkout\032\025Get a checkout by ID.\202\323\344\223\002\177\022C/v1beta1/organizations/{org_id}/billing/{billing_id}/checkouts/{id}Z8\0226/v1beta1/organizations/{org_id}/billing/checkouts/{id}'
858
+ _globals['_FRONTIERSERVICE'].methods_by_name['CheckFeatureEntitlement']._loaded_options = None
859
+ _globals['_FRONTIERSERVICE'].methods_by_name['CheckFeatureEntitlement']._serialized_options = b'\222AV\n\013Entitlement\022\021Check entitlement\0324Check if a billing account is entitled to a feature.\202\323\344\223\002j\":/v1beta1/organizations/{org_id}/billing/{billing_id}/check:\001*Z)\"$/v1beta1/organizations/billing/check:\001*'
860
+ _globals['_FRONTIERSERVICE'].methods_by_name['CheckCreditEntitlement']._loaded_options = None
861
+ _globals['_FRONTIERSERVICE'].methods_by_name['CheckCreditEntitlement']._serialized_options = b'\222Ak\n\013Entitlement\022\030Check credit entitlement\032BCheck if a billing account has enough credits to cover the amount.\202\323\344\223\002\033\"\026/v1beta1/billing/check:\001*'
862
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateBillingUsage']._loaded_options = None
863
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateBillingUsage']._serialized_options = b'\222AP\n\005Usage\022\024Create billing usage\0321Report a new billing usage for a billing account.\202\323\344\223\002l\";/v1beta1/organizations/{org_id}/billing/{billing_id}/usages:\001*Z*\"%/v1beta1/organizations/billing/usages:\001*'
864
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListBillingTransactions']._loaded_options = None
865
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListBillingTransactions']._serialized_options = b'\222AU\n\013Transaction\022\031List billing transactions\032+List all transactions of a billing account.\202\323\344\223\002{\022A/v1beta1/organizations/{org_id}/billing/{billing_id}/transactionsZ6\0224/v1beta1/organizations/{org_id}/billing/transactions'
866
+ _globals['_FRONTIERSERVICE'].methods_by_name['TotalDebitedTransactions']._loaded_options = None
867
+ _globals['_FRONTIERSERVICE'].methods_by_name['TotalDebitedTransactions']._serialized_options = b'\222A\177\n\013Transaction\0227Sum of amount of debited transactions including refunds\0327Sum of amount of debited transactions including refunds\202\323\344\223\002Q\022O/v1beta1/organizations/{org_id}/billing/{billing_id}/debited_transactions_total'
868
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListInvoices']._loaded_options = None
869
+ _globals['_FRONTIERSERVICE'].methods_by_name['ListInvoices']._serialized_options = b'\222AA\n\007Invoice\022\rList invoices\032\'List all invoices of a billing account.\202\323\344\223\002s\022=/v1beta1/organizations/{org_id}/billing/{billing_id}/invoicesZ2\0220/v1beta1/organizations/{org_id}/billing/invoices'
870
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetUpcomingInvoice']._loaded_options = None
871
+ _globals['_FRONTIERSERVICE'].methods_by_name['GetUpcomingInvoice']._serialized_options = b'\222AO\n\007Invoice\022\024Get upcoming invoice\032.Get the upcoming invoice of a billing account.\202\323\344\223\002\205\001\022F/v1beta1/organizations/{org_id}/billing/{billing_id}/invoices/upcomingZ;\0229/v1beta1/organizations/{org_id}/billing/invoices/upcoming'
872
+ _globals['_FRONTIERSERVICE'].methods_by_name['BillingWebhookCallback']._loaded_options = None
873
+ _globals['_FRONTIERSERVICE'].methods_by_name['BillingWebhookCallback']._serialized_options = b'\222AN\n\007Webhook\022\026Accept Billing webhook\032+Accepts a Billing webhook and processes it.\202\323\344\223\0025\"-/v1beta1/billing/webhooks/callback/{provider}:\004body'
874
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProspectPublic']._loaded_options = None
875
+ _globals['_FRONTIERSERVICE'].methods_by_name['CreateProspectPublic']._serialized_options = b'\222Ag\n\010Prospect\022\017Create prospect\032JCreate prospect for given email and activity. Available for public access.\202\323\344\223\002\027\"\022/v1beta1/prospects:\001*'
876
+ _globals['_BILLINGACCOUNTREQUESTBODY']._serialized_start=311
877
+ _globals['_BILLINGACCOUNTREQUESTBODY']._serialized_end=634
878
+ _globals['_CREATEBILLINGACCOUNTREQUEST']._serialized_start=637
879
+ _globals['_CREATEBILLINGACCOUNTREQUEST']._serialized_end=808
880
+ _globals['_CREATEBILLINGACCOUNTRESPONSE']._serialized_start=810
881
+ _globals['_CREATEBILLINGACCOUNTRESPONSE']._serialized_end=924
882
+ _globals['_GETBILLINGACCOUNTREQUEST']._serialized_start=927
883
+ _globals['_GETBILLINGACCOUNTREQUEST']._serialized_end=1134
884
+ _globals['_GETBILLINGACCOUNTRESPONSE']._serialized_start=1137
885
+ _globals['_GETBILLINGACCOUNTRESPONSE']._serialized_end=1422
886
+ _globals['_UPDATEBILLINGACCOUNTREQUEST']._serialized_start=1425
887
+ _globals['_UPDATEBILLINGACCOUNTREQUEST']._serialized_end=1586
888
+ _globals['_UPDATEBILLINGACCOUNTRESPONSE']._serialized_start=1588
889
+ _globals['_UPDATEBILLINGACCOUNTRESPONSE']._serialized_end=1702
890
+ _globals['_REGISTERBILLINGACCOUNTREQUEST']._serialized_start=1704
891
+ _globals['_REGISTERBILLINGACCOUNTREQUEST']._serialized_end=1793
892
+ _globals['_REGISTERBILLINGACCOUNTRESPONSE']._serialized_start=1795
893
+ _globals['_REGISTERBILLINGACCOUNTRESPONSE']._serialized_end=1827
894
+ _globals['_LISTBILLINGACCOUNTSREQUEST']._serialized_start=1829
895
+ _globals['_LISTBILLINGACCOUNTSREQUEST']._serialized_end=1913
896
+ _globals['_LISTBILLINGACCOUNTSRESPONSE']._serialized_start=1915
897
+ _globals['_LISTBILLINGACCOUNTSRESPONSE']._serialized_end=2030
898
+ _globals['_DELETEBILLINGACCOUNTREQUEST']._serialized_start=2032
899
+ _globals['_DELETEBILLINGACCOUNTREQUEST']._serialized_end=2119
900
+ _globals['_DELETEBILLINGACCOUNTRESPONSE']._serialized_start=2121
901
+ _globals['_DELETEBILLINGACCOUNTRESPONSE']._serialized_end=2151
902
+ _globals['_ENABLEBILLINGACCOUNTREQUEST']._serialized_start=2153
903
+ _globals['_ENABLEBILLINGACCOUNTREQUEST']._serialized_end=2240
904
+ _globals['_ENABLEBILLINGACCOUNTRESPONSE']._serialized_start=2242
905
+ _globals['_ENABLEBILLINGACCOUNTRESPONSE']._serialized_end=2272
906
+ _globals['_DISABLEBILLINGACCOUNTREQUEST']._serialized_start=2274
907
+ _globals['_DISABLEBILLINGACCOUNTREQUEST']._serialized_end=2362
908
+ _globals['_DISABLEBILLINGACCOUNTRESPONSE']._serialized_start=2364
909
+ _globals['_DISABLEBILLINGACCOUNTRESPONSE']._serialized_end=2395
910
+ _globals['_GETBILLINGBALANCEREQUEST']._serialized_start=2397
911
+ _globals['_GETBILLINGBALANCEREQUEST']._serialized_end=2481
912
+ _globals['_GETBILLINGBALANCERESPONSE']._serialized_start=2483
913
+ _globals['_GETBILLINGBALANCERESPONSE']._serialized_end=2587
914
+ _globals['_HASTRIALEDREQUEST']._serialized_start=2589
915
+ _globals['_HASTRIALEDREQUEST']._serialized_end=2700
916
+ _globals['_HASTRIALEDRESPONSE']._serialized_start=2702
917
+ _globals['_HASTRIALEDRESPONSE']._serialized_end=2748
918
+ _globals['_CREATEBILLINGUSAGEREQUEST']._serialized_start=2751
919
+ _globals['_CREATEBILLINGUSAGEREQUEST']._serialized_end=2934
920
+ _globals['_CREATEBILLINGUSAGERESPONSE']._serialized_start=2936
921
+ _globals['_CREATEBILLINGUSAGERESPONSE']._serialized_end=2964
922
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST']._serialized_start=2967
923
+ _globals['_LISTBILLINGTRANSACTIONSREQUEST']._serialized_end=3271
924
+ _globals['_LISTBILLINGTRANSACTIONSRESPONSE']._serialized_start=3273
925
+ _globals['_LISTBILLINGTRANSACTIONSRESPONSE']._serialized_end=3389
926
+ _globals['_TOTALDEBITEDTRANSACTIONSREQUEST']._serialized_start=3391
927
+ _globals['_TOTALDEBITEDTRANSACTIONSREQUEST']._serialized_end=3497
928
+ _globals['_TOTALDEBITEDTRANSACTIONSRESPONSE']._serialized_start=3499
929
+ _globals['_TOTALDEBITEDTRANSACTIONSRESPONSE']._serialized_end=3610
930
+ _globals['_GETSUBSCRIPTIONREQUEST']._serialized_start=3613
931
+ _globals['_GETSUBSCRIPTIONREQUEST']._serialized_end=3762
932
+ _globals['_GETSUBSCRIPTIONRESPONSE']._serialized_start=3764
933
+ _globals['_GETSUBSCRIPTIONRESPONSE']._serialized_end=3866
934
+ _globals['_LISTSUBSCRIPTIONSREQUEST']._serialized_start=3869
935
+ _globals['_LISTSUBSCRIPTIONSREQUEST']._serialized_end=4037
936
+ _globals['_LISTSUBSCRIPTIONSRESPONSE']._serialized_start=4039
937
+ _globals['_LISTSUBSCRIPTIONSRESPONSE']._serialized_end=4145
938
+ _globals['_UPDATESUBSCRIPTIONREQUEST']._serialized_start=4148
939
+ _globals['_UPDATESUBSCRIPTIONREQUEST']._serialized_end=4329
940
+ _globals['_UPDATESUBSCRIPTIONRESPONSE']._serialized_start=4331
941
+ _globals['_UPDATESUBSCRIPTIONRESPONSE']._serialized_end=4436
942
+ _globals['_CHANGESUBSCRIPTIONREQUEST']._serialized_start=4439
943
+ _globals['_CHANGESUBSCRIPTIONREQUEST']._serialized_end=4973
944
+ _globals['_CHANGESUBSCRIPTIONREQUEST_PLANCHANGE']._serialized_start=4830
945
+ _globals['_CHANGESUBSCRIPTIONREQUEST_PLANCHANGE']._serialized_end=4892
946
+ _globals['_CHANGESUBSCRIPTIONREQUEST_PHASECHANGE']._serialized_start=4894
947
+ _globals['_CHANGESUBSCRIPTIONREQUEST_PHASECHANGE']._serialized_end=4963
948
+ _globals['_CHANGESUBSCRIPTIONRESPONSE']._serialized_start=4975
949
+ _globals['_CHANGESUBSCRIPTIONRESPONSE']._serialized_end=5072
950
+ _globals['_CANCELSUBSCRIPTIONREQUEST']._serialized_start=5075
951
+ _globals['_CANCELSUBSCRIPTIONREQUEST']._serialized_end=5233
952
+ _globals['_CANCELSUBSCRIPTIONRESPONSE']._serialized_start=5235
953
+ _globals['_CANCELSUBSCRIPTIONRESPONSE']._serialized_end=5263
954
+ _globals['_LISTPLANSREQUEST']._serialized_start=5265
955
+ _globals['_LISTPLANSREQUEST']._serialized_end=5283
956
+ _globals['_LISTPLANSRESPONSE']._serialized_start=5285
957
+ _globals['_LISTPLANSRESPONSE']._serialized_end=5359
958
+ _globals['_CHECKFEATUREENTITLEMENTREQUEST']._serialized_start=5362
959
+ _globals['_CHECKFEATUREENTITLEMENTREQUEST']._serialized_end=5527
960
+ _globals['_CHECKFEATUREENTITLEMENTRESPONSE']._serialized_start=5529
961
+ _globals['_CHECKFEATUREENTITLEMENTRESPONSE']._serialized_end=5586
962
+ _globals['_CHECKCREDITENTITLEMENTREQUEST']._serialized_start=5588
963
+ _globals['_CHECKCREDITENTITLEMENTREQUEST']._serialized_end=5684
964
+ _globals['_CHECKCREDITENTITLEMENTRESPONSE']._serialized_start=5686
965
+ _globals['_CHECKCREDITENTITLEMENTRESPONSE']._serialized_end=5742
966
+ _globals['_CREATECHECKOUTREQUEST']._serialized_start=5745
967
+ _globals['_CREATECHECKOUTREQUEST']._serialized_end=6166
968
+ _globals['_CREATECHECKOUTRESPONSE']._serialized_start=6168
969
+ _globals['_CREATECHECKOUTRESPONSE']._serialized_end=6279
970
+ _globals['_LISTCHECKOUTSREQUEST']._serialized_start=6281
971
+ _globals['_LISTCHECKOUTSREQUEST']._serialized_end=6379
972
+ _globals['_LISTCHECKOUTSRESPONSE']._serialized_start=6381
973
+ _globals['_LISTCHECKOUTSRESPONSE']._serialized_end=6493
974
+ _globals['_GETCHECKOUTREQUEST']._serialized_start=6495
975
+ _globals['_GETCHECKOUTREQUEST']._serialized_end=6616
976
+ _globals['_GETCHECKOUTRESPONSE']._serialized_start=6618
977
+ _globals['_GETCHECKOUTRESPONSE']._serialized_end=6726
978
+ _globals['_PRODUCTREQUESTBODY']._serialized_start=6729
979
+ _globals['_PRODUCTREQUESTBODY']._serialized_end=7196
980
+ _globals['_CREATEPRODUCTREQUEST']._serialized_start=7198
981
+ _globals['_CREATEPRODUCTREQUEST']._serialized_end=7297
982
+ _globals['_CREATEPRODUCTRESPONSE']._serialized_start=7299
983
+ _globals['_CREATEPRODUCTRESPONSE']._serialized_end=7384
984
+ _globals['_GETPRODUCTREQUEST']._serialized_start=7386
985
+ _globals['_GETPRODUCTREQUEST']._serialized_end=7430
986
+ _globals['_GETPRODUCTRESPONSE']._serialized_start=7432
987
+ _globals['_GETPRODUCTRESPONSE']._serialized_end=7514
988
+ _globals['_LISTPRODUCTSREQUEST']._serialized_start=7516
989
+ _globals['_LISTPRODUCTSREQUEST']._serialized_end=7537
990
+ _globals['_LISTPRODUCTSRESPONSE']._serialized_start=7539
991
+ _globals['_LISTPRODUCTSRESPONSE']._serialized_end=7625
992
+ _globals['_UPDATEPRODUCTREQUEST']._serialized_start=7627
993
+ _globals['_UPDATEPRODUCTREQUEST']._serialized_end=7741
994
+ _globals['_UPDATEPRODUCTRESPONSE']._serialized_start=7743
995
+ _globals['_UPDATEPRODUCTRESPONSE']._serialized_end=7828
996
+ _globals['_FEATUREREQUESTBODY']._serialized_start=7831
997
+ _globals['_FEATUREREQUESTBODY']._serialized_end=7988
998
+ _globals['_CREATEFEATUREREQUEST']._serialized_start=7990
999
+ _globals['_CREATEFEATUREREQUEST']._serialized_end=8089
1000
+ _globals['_CREATEFEATURERESPONSE']._serialized_start=8091
1001
+ _globals['_CREATEFEATURERESPONSE']._serialized_end=8176
1002
+ _globals['_GETFEATUREREQUEST']._serialized_start=8178
1003
+ _globals['_GETFEATUREREQUEST']._serialized_end=8222
1004
+ _globals['_GETFEATURERESPONSE']._serialized_start=8224
1005
+ _globals['_GETFEATURERESPONSE']._serialized_end=8306
1006
+ _globals['_UPDATEFEATUREREQUEST']._serialized_start=8308
1007
+ _globals['_UPDATEFEATUREREQUEST']._serialized_end=8422
1008
+ _globals['_UPDATEFEATURERESPONSE']._serialized_start=8424
1009
+ _globals['_UPDATEFEATURERESPONSE']._serialized_end=8509
1010
+ _globals['_LISTFEATURESREQUEST']._serialized_start=8511
1011
+ _globals['_LISTFEATURESREQUEST']._serialized_end=8532
1012
+ _globals['_LISTFEATURESRESPONSE']._serialized_start=8534
1013
+ _globals['_LISTFEATURESRESPONSE']._serialized_end=8620
1014
+ _globals['_PLANREQUESTBODY']._serialized_start=8623
1015
+ _globals['_PLANREQUESTBODY']._serialized_end=8965
1016
+ _globals['_CREATEPLANREQUEST']._serialized_start=8967
1017
+ _globals['_CREATEPLANREQUEST']._serialized_end=9060
1018
+ _globals['_CREATEPLANRESPONSE']._serialized_start=9062
1019
+ _globals['_CREATEPLANRESPONSE']._serialized_end=9135
1020
+ _globals['_GETPLANREQUEST']._serialized_start=9137
1021
+ _globals['_GETPLANREQUEST']._serialized_end=9178
1022
+ _globals['_GETPLANRESPONSE']._serialized_start=9180
1023
+ _globals['_GETPLANRESPONSE']._serialized_end=9250
1024
+ _globals['_UPDATEPLANREQUEST']._serialized_start=9252
1025
+ _globals['_UPDATEPLANREQUEST']._serialized_end=9360
1026
+ _globals['_UPDATEPLANRESPONSE']._serialized_start=9362
1027
+ _globals['_UPDATEPLANRESPONSE']._serialized_end=9435
1028
+ _globals['_LISTINVOICESREQUEST']._serialized_start=9438
1029
+ _globals['_LISTINVOICESREQUEST']._serialized_end=9607
1030
+ _globals['_LISTINVOICESRESPONSE']._serialized_start=9609
1031
+ _globals['_LISTINVOICESRESPONSE']._serialized_end=9695
1032
+ _globals['_GETUPCOMINGINVOICEREQUEST']._serialized_start=9697
1033
+ _globals['_GETUPCOMINGINVOICEREQUEST']._serialized_end=9800
1034
+ _globals['_GETUPCOMINGINVOICERESPONSE']._serialized_start=9802
1035
+ _globals['_GETUPCOMINGINVOICERESPONSE']._serialized_end=9892
1036
+ _globals['_GETJWKSREQUEST']._serialized_start=9894
1037
+ _globals['_GETJWKSREQUEST']._serialized_end=9910
1038
+ _globals['_GETJWKSRESPONSE']._serialized_start=9912
1039
+ _globals['_GETJWKSRESPONSE']._serialized_end=9988
1040
+ _globals['_AUTHLOGOUTREQUEST']._serialized_start=9990
1041
+ _globals['_AUTHLOGOUTREQUEST']._serialized_end=10009
1042
+ _globals['_AUTHLOGOUTRESPONSE']._serialized_start=10011
1043
+ _globals['_AUTHLOGOUTRESPONSE']._serialized_end=10031
1044
+ _globals['_AUTHCALLBACKREQUEST']._serialized_start=10034
1045
+ _globals['_AUTHCALLBACKREQUEST']._serialized_end=10196
1046
+ _globals['_AUTHCALLBACKRESPONSE']._serialized_start=10198
1047
+ _globals['_AUTHCALLBACKRESPONSE']._serialized_end=10220
1048
+ _globals['_AUTHENTICATEREQUEST']._serialized_start=10223
1049
+ _globals['_AUTHENTICATEREQUEST']._serialized_end=11019
1050
+ _globals['_AUTHENTICATERESPONSE']._serialized_start=11022
1051
+ _globals['_AUTHENTICATERESPONSE']._serialized_end=11156
1052
+ _globals['_AUTHSTRATEGY']._serialized_start=11158
1053
+ _globals['_AUTHSTRATEGY']._serialized_end=11241
1054
+ _globals['_LISTAUTHSTRATEGIESREQUEST']._serialized_start=11243
1055
+ _globals['_LISTAUTHSTRATEGIESREQUEST']._serialized_end=11270
1056
+ _globals['_LISTAUTHSTRATEGIESRESPONSE']._serialized_start=11272
1057
+ _globals['_LISTAUTHSTRATEGIESRESPONSE']._serialized_end=11373
1058
+ _globals['_AUTHTOKENREQUEST']._serialized_start=11376
1059
+ _globals['_AUTHTOKENREQUEST']._serialized_end=11521
1060
+ _globals['_AUTHTOKENRESPONSE']._serialized_start=11523
1061
+ _globals['_AUTHTOKENRESPONSE']._serialized_end=11608
1062
+ _globals['_USERREQUESTBODY']._serialized_start=11611
1063
+ _globals['_USERREQUESTBODY']._serialized_end=13172
1064
+ _globals['_LISTUSERSREQUEST']._serialized_start=13175
1065
+ _globals['_LISTUSERSREQUEST']._serialized_end=13681
1066
+ _globals['_LISTUSERSRESPONSE']._serialized_start=13683
1067
+ _globals['_LISTUSERSRESPONSE']._serialized_end=13779
1068
+ _globals['_CREATEUSERREQUEST']._serialized_start=13781
1069
+ _globals['_CREATEUSERREQUEST']._serialized_end=13874
1070
+ _globals['_CREATEUSERRESPONSE']._serialized_start=13876
1071
+ _globals['_CREATEUSERRESPONSE']._serialized_end=13949
1072
+ _globals['_LISTORGANIZATIONSBYUSERREQUEST']._serialized_start=13951
1073
+ _globals['_LISTORGANIZATIONSBYUSERREQUEST']._serialized_end=14021
1074
+ _globals['_LISTORGANIZATIONSBYUSERRESPONSE']._serialized_start=14024
1075
+ _globals['_LISTORGANIZATIONSBYUSERRESPONSE']._serialized_end=14225
1076
+ _globals['_LISTORGANIZATIONSBYCURRENTUSERREQUEST']._serialized_start=14227
1077
+ _globals['_LISTORGANIZATIONSBYCURRENTUSERREQUEST']._serialized_end=14288
1078
+ _globals['_LISTORGANIZATIONSBYCURRENTUSERRESPONSE']._serialized_start=14291
1079
+ _globals['_LISTORGANIZATIONSBYCURRENTUSERRESPONSE']._serialized_end=14499
1080
+ _globals['_LISTPROJECTSBYUSERREQUEST']._serialized_start=14501
1081
+ _globals['_LISTPROJECTSBYUSERREQUEST']._serialized_end=14544
1082
+ _globals['_LISTPROJECTSBYUSERRESPONSE']._serialized_start=14546
1083
+ _globals['_LISTPROJECTSBYUSERRESPONSE']._serialized_end=14638
1084
+ _globals['_LISTPROJECTSBYCURRENTUSERREQUEST']._serialized_start=14641
1085
+ _globals['_LISTPROJECTSBYCURRENTUSERREQUEST']._serialized_end=15022
1086
+ _globals['_LISTPROJECTSBYCURRENTUSERRESPONSE']._serialized_start=15025
1087
+ _globals['_LISTPROJECTSBYCURRENTUSERRESPONSE']._serialized_end=15333
1088
+ _globals['_LISTPROJECTSBYCURRENTUSERRESPONSE_ACCESSPAIR']._serialized_start=15256
1089
+ _globals['_LISTPROJECTSBYCURRENTUSERRESPONSE_ACCESSPAIR']._serialized_end=15333
1090
+ _globals['_ENABLEUSERREQUEST']._serialized_start=15335
1091
+ _globals['_ENABLEUSERREQUEST']._serialized_end=15370
1092
+ _globals['_ENABLEUSERRESPONSE']._serialized_start=15372
1093
+ _globals['_ENABLEUSERRESPONSE']._serialized_end=15392
1094
+ _globals['_DISABLEUSERREQUEST']._serialized_start=15394
1095
+ _globals['_DISABLEUSERREQUEST']._serialized_end=15430
1096
+ _globals['_DISABLEUSERRESPONSE']._serialized_start=15432
1097
+ _globals['_DISABLEUSERRESPONSE']._serialized_end=15453
1098
+ _globals['_DELETEUSERREQUEST']._serialized_start=15455
1099
+ _globals['_DELETEUSERREQUEST']._serialized_end=15490
1100
+ _globals['_DELETEUSERRESPONSE']._serialized_start=15492
1101
+ _globals['_DELETEUSERRESPONSE']._serialized_end=15512
1102
+ _globals['_GETUSERRESPONSE']._serialized_start=15514
1103
+ _globals['_GETUSERRESPONSE']._serialized_end=15584
1104
+ _globals['_GETCURRENTUSERREQUEST']._serialized_start=15586
1105
+ _globals['_GETCURRENTUSERREQUEST']._serialized_end=15609
1106
+ _globals['_GETCURRENTUSERRESPONSE']._serialized_start=15612
1107
+ _globals['_GETCURRENTUSERRESPONSE']._serialized_end=15763
1108
+ _globals['_UPDATEUSERRESPONSE']._serialized_start=15765
1109
+ _globals['_UPDATEUSERRESPONSE']._serialized_end=15838
1110
+ _globals['_UPDATECURRENTUSERRESPONSE']._serialized_start=15840
1111
+ _globals['_UPDATECURRENTUSERRESPONSE']._serialized_end=15920
1112
+ _globals['_UPDATEUSERREQUEST']._serialized_start=15922
1113
+ _globals['_UPDATEUSERREQUEST']._serialized_end=16021
1114
+ _globals['_GETUSERREQUEST']._serialized_start=16023
1115
+ _globals['_GETUSERREQUEST']._serialized_end=16055
1116
+ _globals['_LISTCURRENTUSERGROUPSREQUEST']._serialized_start=16058
1117
+ _globals['_LISTCURRENTUSERGROUPSREQUEST']._serialized_end=16198
1118
+ _globals['_LISTCURRENTUSERGROUPSRESPONSE']._serialized_start=16201
1119
+ _globals['_LISTCURRENTUSERGROUPSRESPONSE']._serialized_end=16469
1120
+ _globals['_LISTCURRENTUSERGROUPSRESPONSE_ACCESSPAIR']._serialized_start=16396
1121
+ _globals['_LISTCURRENTUSERGROUPSRESPONSE_ACCESSPAIR']._serialized_end=16469
1122
+ _globals['_LISTUSERGROUPSREQUEST']._serialized_start=16472
1123
+ _globals['_LISTUSERGROUPSREQUEST']._serialized_end=16700
1124
+ _globals['_LISTUSERGROUPSRESPONSE']._serialized_start=16702
1125
+ _globals['_LISTUSERGROUPSRESPONSE']._serialized_end=16784
1126
+ _globals['_UPDATECURRENTUSERREQUEST']._serialized_start=16786
1127
+ _globals['_UPDATECURRENTUSERREQUEST']._serialized_end=16876
1128
+ _globals['_LISTUSERINVITATIONSREQUEST']._serialized_start=16878
1129
+ _globals['_LISTUSERINVITATIONSREQUEST']._serialized_end=16972
1130
+ _globals['_LISTUSERINVITATIONSRESPONSE']._serialized_start=16974
1131
+ _globals['_LISTUSERINVITATIONSRESPONSE']._serialized_end=17076
1132
+ _globals['_LISTCURRENTUSERINVITATIONSREQUEST']._serialized_start=17078
1133
+ _globals['_LISTCURRENTUSERINVITATIONSREQUEST']._serialized_end=17113
1134
+ _globals['_LISTCURRENTUSERINVITATIONSRESPONSE']._serialized_start=17116
1135
+ _globals['_LISTCURRENTUSERINVITATIONSRESPONSE']._serialized_end=17286
1136
+ _globals['_LISTSERVICEUSERSREQUEST']._serialized_start=17289
1137
+ _globals['_LISTSERVICEUSERSREQUEST']._serialized_end=17485
1138
+ _globals['_LISTSERVICEUSERSRESPONSE']._serialized_start=17487
1139
+ _globals['_LISTSERVICEUSERSRESPONSE']._serialized_end=17589
1140
+ _globals['_SERVICEUSERREQUESTBODY']._serialized_start=17592
1141
+ _globals['_SERVICEUSERREQUESTBODY']._serialized_end=17754
1142
+ _globals['_CREATESERVICEUSERREQUEST']._serialized_start=17757
1143
+ _globals['_CREATESERVICEUSERREQUEST']._serialized_end=17952
1144
+ _globals['_CREATESERVICEUSERRESPONSE']._serialized_start=17954
1145
+ _globals['_CREATESERVICEUSERRESPONSE']._serialized_end=18055
1146
+ _globals['_GETSERVICEUSERREQUEST']._serialized_start=18058
1147
+ _globals['_GETSERVICEUSERREQUEST']._serialized_end=18243
1148
+ _globals['_GETSERVICEUSERRESPONSE']._serialized_start=18245
1149
+ _globals['_GETSERVICEUSERRESPONSE']._serialized_end=18343
1150
+ _globals['_DELETESERVICEUSERREQUEST']._serialized_start=18346
1151
+ _globals['_DELETESERVICEUSERREQUEST']._serialized_end=18537
1152
+ _globals['_DELETESERVICEUSERRESPONSE']._serialized_start=18539
1153
+ _globals['_DELETESERVICEUSERRESPONSE']._serialized_end=18566
1154
+ _globals['_CREATESERVICEUSERJWKREQUEST']._serialized_start=18569
1155
+ _globals['_CREATESERVICEUSERJWKREQUEST']._serialized_end=18795
1156
+ _globals['_CREATESERVICEUSERJWKRESPONSE']._serialized_start=18797
1157
+ _globals['_CREATESERVICEUSERJWKRESPONSE']._serialized_end=18887
1158
+ _globals['_GETSERVICEUSERJWKREQUEST']._serialized_start=18890
1159
+ _globals['_GETSERVICEUSERJWKREQUEST']._serialized_end=19150
1160
+ _globals['_GETSERVICEUSERJWKRESPONSE']._serialized_start=19152
1161
+ _globals['_GETSERVICEUSERJWKRESPONSE']._serialized_end=19238
1162
+ _globals['_LISTSERVICEUSERJWKSREQUEST']._serialized_start=19241
1163
+ _globals['_LISTSERVICEUSERJWKSREQUEST']._serialized_end=19441
1164
+ _globals['_LISTSERVICEUSERJWKSRESPONSE']._serialized_start=19443
1165
+ _globals['_LISTSERVICEUSERJWKSRESPONSE']._serialized_end=19535
1166
+ _globals['_DELETESERVICEUSERJWKREQUEST']._serialized_start=19538
1167
+ _globals['_DELETESERVICEUSERJWKREQUEST']._serialized_end=19807
1168
+ _globals['_DELETESERVICEUSERJWKRESPONSE']._serialized_start=19809
1169
+ _globals['_DELETESERVICEUSERJWKRESPONSE']._serialized_end=19839
1170
+ _globals['_CREATESERVICEUSERCREDENTIALREQUEST']._serialized_start=19842
1171
+ _globals['_CREATESERVICEUSERCREDENTIALREQUEST']._serialized_end=20075
1172
+ _globals['_CREATESERVICEUSERCREDENTIALRESPONSE']._serialized_start=20077
1173
+ _globals['_CREATESERVICEUSERCREDENTIALRESPONSE']._serialized_end=20183
1174
+ _globals['_LISTSERVICEUSERCREDENTIALSREQUEST']._serialized_start=20186
1175
+ _globals['_LISTSERVICEUSERCREDENTIALSREQUEST']._serialized_end=20396
1176
+ _globals['_LISTSERVICEUSERCREDENTIALSRESPONSE']._serialized_start=20398
1177
+ _globals['_LISTSERVICEUSERCREDENTIALSRESPONSE']._serialized_end=20505
1178
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST']._serialized_start=20508
1179
+ _globals['_DELETESERVICEUSERCREDENTIALREQUEST']._serialized_end=20796
1180
+ _globals['_DELETESERVICEUSERCREDENTIALRESPONSE']._serialized_start=20798
1181
+ _globals['_DELETESERVICEUSERCREDENTIALRESPONSE']._serialized_end=20835
1182
+ _globals['_CREATESERVICEUSERTOKENREQUEST']._serialized_start=20838
1183
+ _globals['_CREATESERVICEUSERTOKENREQUEST']._serialized_end=21068
1184
+ _globals['_CREATESERVICEUSERTOKENRESPONSE']._serialized_start=21070
1185
+ _globals['_CREATESERVICEUSERTOKENRESPONSE']._serialized_end=21169
1186
+ _globals['_LISTSERVICEUSERTOKENSREQUEST']._serialized_start=21172
1187
+ _globals['_LISTSERVICEUSERTOKENSREQUEST']._serialized_end=21376
1188
+ _globals['_LISTSERVICEUSERTOKENSRESPONSE']._serialized_start=21378
1189
+ _globals['_LISTSERVICEUSERTOKENSRESPONSE']._serialized_end=21478
1190
+ _globals['_DELETESERVICEUSERTOKENREQUEST']._serialized_start=21481
1191
+ _globals['_DELETESERVICEUSERTOKENREQUEST']._serialized_end=21760
1192
+ _globals['_DELETESERVICEUSERTOKENRESPONSE']._serialized_start=21762
1193
+ _globals['_DELETESERVICEUSERTOKENRESPONSE']._serialized_end=21794
1194
+ _globals['_LISTSERVICEUSERPROJECTSREQUEST']._serialized_start=21797
1195
+ _globals['_LISTSERVICEUSERPROJECTSREQUEST']._serialized_end=22048
1196
+ _globals['_LISTSERVICEUSERPROJECTSRESPONSE']._serialized_start=22051
1197
+ _globals['_LISTSERVICEUSERPROJECTSRESPONSE']._serialized_end=22333
1198
+ _globals['_LISTSERVICEUSERPROJECTSRESPONSE_ACCESSPAIR']._serialized_start=15256
1199
+ _globals['_LISTSERVICEUSERPROJECTSRESPONSE_ACCESSPAIR']._serialized_end=15333
1200
+ _globals['_LISTORGANIZATIONGROUPSREQUEST']._serialized_start=22336
1201
+ _globals['_LISTORGANIZATIONGROUPSREQUEST']._serialized_end=22627
1202
+ _globals['_LISTORGANIZATIONGROUPSRESPONSE']._serialized_start=22629
1203
+ _globals['_LISTORGANIZATIONGROUPSRESPONSE']._serialized_end=22719
1204
+ _globals['_CREATEORGANIZATIONROLEREQUEST']._serialized_start=22722
1205
+ _globals['_CREATEORGANIZATIONROLEREQUEST']._serialized_end=22910
1206
+ _globals['_CREATEORGANIZATIONROLERESPONSE']._serialized_start=22912
1207
+ _globals['_CREATEORGANIZATIONROLERESPONSE']._serialized_end=22997
1208
+ _globals['_GETORGANIZATIONROLEREQUEST']._serialized_start=22999
1209
+ _globals['_GETORGANIZATIONROLEREQUEST']._serialized_end=23075
1210
+ _globals['_GETORGANIZATIONROLERESPONSE']._serialized_start=23077
1211
+ _globals['_GETORGANIZATIONROLERESPONSE']._serialized_end=23159
1212
+ _globals['_UPDATEORGANIZATIONROLEREQUEST']._serialized_start=23162
1213
+ _globals['_UPDATEORGANIZATIONROLEREQUEST']._serialized_end=23296
1214
+ _globals['_UPDATEORGANIZATIONROLERESPONSE']._serialized_start=23298
1215
+ _globals['_UPDATEORGANIZATIONROLERESPONSE']._serialized_end=23383
1216
+ _globals['_LISTROLESREQUEST']._serialized_start=23385
1217
+ _globals['_LISTROLESREQUEST']._serialized_end=23449
1218
+ _globals['_LISTROLESRESPONSE']._serialized_start=23451
1219
+ _globals['_LISTROLESRESPONSE']._serialized_end=23525
1220
+ _globals['_LISTORGANIZATIONROLESREQUEST']._serialized_start=23527
1221
+ _globals['_LISTORGANIZATIONROLESREQUEST']._serialized_end=23635
1222
+ _globals['_LISTORGANIZATIONROLESRESPONSE']._serialized_start=23637
1223
+ _globals['_LISTORGANIZATIONROLESRESPONSE']._serialized_end=23723
1224
+ _globals['_DELETEORGANIZATIONROLEREQUEST']._serialized_start=23725
1225
+ _globals['_DELETEORGANIZATIONROLEREQUEST']._serialized_end=23804
1226
+ _globals['_DELETEORGANIZATIONROLERESPONSE']._serialized_start=23806
1227
+ _globals['_DELETEORGANIZATIONROLERESPONSE']._serialized_end=23838
1228
+ _globals['_ORGANIZATIONREQUESTBODY']._serialized_start=23841
1229
+ _globals['_ORGANIZATIONREQUESTBODY']._serialized_end=25195
1230
+ _globals['_LISTORGANIZATIONSREQUEST']._serialized_start=25198
1231
+ _globals['_LISTORGANIZATIONSREQUEST']._serialized_end=25721
1232
+ _globals['_LISTORGANIZATIONSRESPONSE']._serialized_start=25723
1233
+ _globals['_LISTORGANIZATIONSRESPONSE']._serialized_end=25829
1234
+ _globals['_CREATEORGANIZATIONREQUEST']._serialized_start=25831
1235
+ _globals['_CREATEORGANIZATIONREQUEST']._serialized_end=25940
1236
+ _globals['_CREATEORGANIZATIONRESPONSE']._serialized_start=25942
1237
+ _globals['_CREATEORGANIZATIONRESPONSE']._serialized_end=26047
1238
+ _globals['_GETORGANIZATIONRESPONSE']._serialized_start=26049
1239
+ _globals['_GETORGANIZATIONRESPONSE']._serialized_end=26151
1240
+ _globals['_UPDATEORGANIZATIONRESPONSE']._serialized_start=26153
1241
+ _globals['_UPDATEORGANIZATIONRESPONSE']._serialized_end=26258
1242
+ _globals['_GETORGANIZATIONREQUEST']._serialized_start=26260
1243
+ _globals['_GETORGANIZATIONREQUEST']._serialized_end=26300
1244
+ _globals['_UPDATEORGANIZATIONREQUEST']._serialized_start=26302
1245
+ _globals['_UPDATEORGANIZATIONREQUEST']._serialized_end=26417
1246
+ _globals['_LISTORGANIZATIONADMINSREQUEST']._serialized_start=26419
1247
+ _globals['_LISTORGANIZATIONADMINSREQUEST']._serialized_end=26475
1248
+ _globals['_LISTORGANIZATIONADMINSRESPONSE']._serialized_start=26477
1249
+ _globals['_LISTORGANIZATIONADMINSRESPONSE']._serialized_end=26564
1250
+ _globals['_LISTORGANIZATIONUSERSREQUEST']._serialized_start=26567
1251
+ _globals['_LISTORGANIZATIONUSERSREQUEST']._serialized_end=26737
1252
+ _globals['_LISTORGANIZATIONUSERSRESPONSE']._serialized_start=26740
1253
+ _globals['_LISTORGANIZATIONUSERSRESPONSE']._serialized_end=27016
1254
+ _globals['_LISTORGANIZATIONUSERSRESPONSE_ROLEPAIR']._serialized_start=26926
1255
+ _globals['_LISTORGANIZATIONUSERSRESPONSE_ROLEPAIR']._serialized_end=27016
1256
+ _globals['_ADDORGANIZATIONUSERSREQUEST']._serialized_start=27019
1257
+ _globals['_ADDORGANIZATIONUSERSREQUEST']._serialized_end=27156
1258
+ _globals['_ADDORGANIZATIONUSERSRESPONSE']._serialized_start=27158
1259
+ _globals['_ADDORGANIZATIONUSERSRESPONSE']._serialized_end=27188
1260
+ _globals['_REMOVEORGANIZATIONUSERREQUEST']._serialized_start=27190
1261
+ _globals['_REMOVEORGANIZATIONUSERREQUEST']._serialized_end=27271
1262
+ _globals['_REMOVEORGANIZATIONUSERRESPONSE']._serialized_start=27273
1263
+ _globals['_REMOVEORGANIZATIONUSERRESPONSE']._serialized_end=27305
1264
+ _globals['_LISTORGANIZATIONSERVICEUSERSREQUEST']._serialized_start=27307
1265
+ _globals['_LISTORGANIZATIONSERVICEUSERSREQUEST']._serialized_end=27369
1266
+ _globals['_LISTORGANIZATIONSERVICEUSERSRESPONSE']._serialized_start=27371
1267
+ _globals['_LISTORGANIZATIONSERVICEUSERSRESPONSE']._serialized_end=27485
1268
+ _globals['_LISTORGANIZATIONINVITATIONSREQUEST']._serialized_start=27488
1269
+ _globals['_LISTORGANIZATIONINVITATIONSREQUEST']._serialized_end=27723
1270
+ _globals['_LISTORGANIZATIONINVITATIONSRESPONSE']._serialized_start=27725
1271
+ _globals['_LISTORGANIZATIONINVITATIONSRESPONSE']._serialized_end=27835
1272
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST']._serialized_start=27838
1273
+ _globals['_CREATEORGANIZATIONINVITATIONREQUEST']._serialized_end=28391
1274
+ _globals['_CREATEORGANIZATIONINVITATIONRESPONSE']._serialized_start=28393
1275
+ _globals['_CREATEORGANIZATIONINVITATIONRESPONSE']._serialized_end=28504
1276
+ _globals['_GETORGANIZATIONINVITATIONREQUEST']._serialized_start=28506
1277
+ _globals['_GETORGANIZATIONINVITATIONREQUEST']._serialized_end=28579
1278
+ _globals['_GETORGANIZATIONINVITATIONRESPONSE']._serialized_start=28581
1279
+ _globals['_GETORGANIZATIONINVITATIONRESPONSE']._serialized_end=28687
1280
+ _globals['_ACCEPTORGANIZATIONINVITATIONREQUEST']._serialized_start=28689
1281
+ _globals['_ACCEPTORGANIZATIONINVITATIONREQUEST']._serialized_end=28765
1282
+ _globals['_ACCEPTORGANIZATIONINVITATIONRESPONSE']._serialized_start=28767
1283
+ _globals['_ACCEPTORGANIZATIONINVITATIONRESPONSE']._serialized_end=28805
1284
+ _globals['_DELETEORGANIZATIONINVITATIONREQUEST']._serialized_start=28807
1285
+ _globals['_DELETEORGANIZATIONINVITATIONREQUEST']._serialized_end=28883
1286
+ _globals['_LISTORGANIZATIONDOMAINSREQUEST']._serialized_start=28886
1287
+ _globals['_LISTORGANIZATIONDOMAINSREQUEST']._serialized_end=29177
1288
+ _globals['_LISTORGANIZATIONDOMAINSRESPONSE']._serialized_start=29179
1289
+ _globals['_LISTORGANIZATIONDOMAINSRESPONSE']._serialized_end=29273
1290
+ _globals['_LISTORGANIZATIONSBYDOMAINREQUEST']._serialized_start=29276
1291
+ _globals['_LISTORGANIZATIONSBYDOMAINREQUEST']._serialized_end=29434
1292
+ _globals['_LISTORGANIZATIONSBYDOMAINRESPONSE']._serialized_start=29436
1293
+ _globals['_LISTORGANIZATIONSBYDOMAINRESPONSE']._serialized_end=29550
1294
+ _globals['_JOINORGANIZATIONREQUEST']._serialized_start=29552
1295
+ _globals['_JOINORGANIZATIONREQUEST']._serialized_end=29609
1296
+ _globals['_JOINORGANIZATIONRESPONSE']._serialized_start=29611
1297
+ _globals['_JOINORGANIZATIONRESPONSE']._serialized_end=29637
1298
+ _globals['_GETORGANIZATIONDOMAINREQUEST']._serialized_start=29640
1299
+ _globals['_GETORGANIZATIONDOMAINREQUEST']._serialized_end=29861
1300
+ _globals['_GETORGANIZATIONDOMAINRESPONSE']._serialized_start=29863
1301
+ _globals['_GETORGANIZATIONDOMAINRESPONSE']._serialized_end=29953
1302
+ _globals['_CREATEORGANIZATIONDOMAINREQUEST']._serialized_start=29956
1303
+ _globals['_CREATEORGANIZATIONDOMAINREQUEST']._serialized_end=30197
1304
+ _globals['_CREATEORGANIZATIONDOMAINRESPONSE']._serialized_start=30199
1305
+ _globals['_CREATEORGANIZATIONDOMAINRESPONSE']._serialized_end=30292
1306
+ _globals['_DELETEORGANIZATIONDOMAINREQUEST']._serialized_start=30295
1307
+ _globals['_DELETEORGANIZATIONDOMAINREQUEST']._serialized_end=30517
1308
+ _globals['_DELETEORGANIZATIONDOMAINRESPONSE']._serialized_start=30519
1309
+ _globals['_DELETEORGANIZATIONDOMAINRESPONSE']._serialized_end=30553
1310
+ _globals['_VERIFYORGANIZATIONDOMAINREQUEST']._serialized_start=30556
1311
+ _globals['_VERIFYORGANIZATIONDOMAINREQUEST']._serialized_end=30780
1312
+ _globals['_VERIFYORGANIZATIONDOMAINRESPONSE']._serialized_start=30782
1313
+ _globals['_VERIFYORGANIZATIONDOMAINRESPONSE']._serialized_end=30838
1314
+ _globals['_DELETEORGANIZATIONINVITATIONRESPONSE']._serialized_start=30840
1315
+ _globals['_DELETEORGANIZATIONINVITATIONRESPONSE']._serialized_end=30878
1316
+ _globals['_ENABLEORGANIZATIONREQUEST']._serialized_start=30880
1317
+ _globals['_ENABLEORGANIZATIONREQUEST']._serialized_end=30923
1318
+ _globals['_ENABLEORGANIZATIONRESPONSE']._serialized_start=30925
1319
+ _globals['_ENABLEORGANIZATIONRESPONSE']._serialized_end=30953
1320
+ _globals['_DISABLEORGANIZATIONREQUEST']._serialized_start=30955
1321
+ _globals['_DISABLEORGANIZATIONREQUEST']._serialized_end=30999
1322
+ _globals['_DISABLEORGANIZATIONRESPONSE']._serialized_start=31001
1323
+ _globals['_DISABLEORGANIZATIONRESPONSE']._serialized_end=31030
1324
+ _globals['_DELETEORGANIZATIONREQUEST']._serialized_start=31032
1325
+ _globals['_DELETEORGANIZATIONREQUEST']._serialized_end=31075
1326
+ _globals['_DELETEORGANIZATIONRESPONSE']._serialized_start=31077
1327
+ _globals['_DELETEORGANIZATIONRESPONSE']._serialized_end=31105
1328
+ _globals['_GETORGANIZATIONKYCREQUEST']._serialized_start=31107
1329
+ _globals['_GETORGANIZATIONKYCREQUEST']._serialized_end=31157
1330
+ _globals['_GETORGANIZATIONKYCRESPONSE']._serialized_start=31159
1331
+ _globals['_GETORGANIZATIONKYCRESPONSE']._serialized_end=31274
1332
+ _globals['_PROJECTREQUESTBODY']._serialized_start=31277
1333
+ _globals['_PROJECTREQUESTBODY']._serialized_end=31991
1334
+ _globals['_CREATEPROJECTREQUEST']._serialized_start=31993
1335
+ _globals['_CREATEPROJECTREQUEST']._serialized_end=32092
1336
+ _globals['_CREATEPROJECTRESPONSE']._serialized_start=32094
1337
+ _globals['_CREATEPROJECTRESPONSE']._serialized_end=32179
1338
+ _globals['_LISTORGANIZATIONPROJECTSREQUEST']._serialized_start=32182
1339
+ _globals['_LISTORGANIZATIONPROJECTSREQUEST']._serialized_end=32433
1340
+ _globals['_LISTORGANIZATIONPROJECTSRESPONSE']._serialized_start=32435
1341
+ _globals['_LISTORGANIZATIONPROJECTSRESPONSE']._serialized_end=32533
1342
+ _globals['_GETPROJECTREQUEST']._serialized_start=32535
1343
+ _globals['_GETPROJECTREQUEST']._serialized_end=32570
1344
+ _globals['_GETPROJECTRESPONSE']._serialized_start=32572
1345
+ _globals['_GETPROJECTRESPONSE']._serialized_end=32654
1346
+ _globals['_UPDATEPROJECTREQUEST']._serialized_start=32656
1347
+ _globals['_UPDATEPROJECTREQUEST']._serialized_end=32761
1348
+ _globals['_UPDATEPROJECTRESPONSE']._serialized_start=32763
1349
+ _globals['_UPDATEPROJECTRESPONSE']._serialized_end=32848
1350
+ _globals['_LISTPROJECTADMINSREQUEST']._serialized_start=32850
1351
+ _globals['_LISTPROJECTADMINSREQUEST']._serialized_end=32901
1352
+ _globals['_LISTPROJECTADMINSRESPONSE']._serialized_start=32903
1353
+ _globals['_LISTPROJECTADMINSRESPONSE']._serialized_end=32985
1354
+ _globals['_LISTPROJECTUSERSREQUEST']._serialized_start=32987
1355
+ _globals['_LISTPROJECTUSERSREQUEST']._serialized_end=33113
1356
+ _globals['_LISTPROJECTUSERSRESPONSE']._serialized_start=33116
1357
+ _globals['_LISTPROJECTUSERSRESPONSE']._serialized_end=33382
1358
+ _globals['_LISTPROJECTUSERSRESPONSE_ROLEPAIR']._serialized_start=26926
1359
+ _globals['_LISTPROJECTUSERSRESPONSE_ROLEPAIR']._serialized_end=27016
1360
+ _globals['_LISTPROJECTSERVICEUSERSREQUEST']._serialized_start=33384
1361
+ _globals['_LISTPROJECTSERVICEUSERSREQUEST']._serialized_end=33472
1362
+ _globals['_LISTPROJECTSERVICEUSERSRESPONSE']._serialized_start=33475
1363
+ _globals['_LISTPROJECTSERVICEUSERSRESPONSE']._serialized_end=33790
1364
+ _globals['_LISTPROJECTSERVICEUSERSRESPONSE_ROLEPAIR']._serialized_start=33686
1365
+ _globals['_LISTPROJECTSERVICEUSERSRESPONSE_ROLEPAIR']._serialized_end=33790
1366
+ _globals['_LISTPROJECTGROUPSREQUEST']._serialized_start=33792
1367
+ _globals['_LISTPROJECTGROUPSREQUEST']._serialized_end=33874
1368
+ _globals['_LISTPROJECTGROUPSRESPONSE']._serialized_start=33877
1369
+ _globals['_LISTPROJECTGROUPSRESPONSE']._serialized_end=34150
1370
+ _globals['_LISTPROJECTGROUPSRESPONSE_ROLEPAIR']._serialized_start=34058
1371
+ _globals['_LISTPROJECTGROUPSRESPONSE_ROLEPAIR']._serialized_end=34150
1372
+ _globals['_ENABLEPROJECTREQUEST']._serialized_start=34152
1373
+ _globals['_ENABLEPROJECTREQUEST']._serialized_end=34190
1374
+ _globals['_ENABLEPROJECTRESPONSE']._serialized_start=34192
1375
+ _globals['_ENABLEPROJECTRESPONSE']._serialized_end=34215
1376
+ _globals['_DISABLEPROJECTREQUEST']._serialized_start=34217
1377
+ _globals['_DISABLEPROJECTREQUEST']._serialized_end=34256
1378
+ _globals['_DISABLEPROJECTRESPONSE']._serialized_start=34258
1379
+ _globals['_DISABLEPROJECTRESPONSE']._serialized_end=34282
1380
+ _globals['_DELETEPROJECTREQUEST']._serialized_start=34284
1381
+ _globals['_DELETEPROJECTREQUEST']._serialized_end=34322
1382
+ _globals['_DELETEPROJECTRESPONSE']._serialized_start=34324
1383
+ _globals['_DELETEPROJECTRESPONSE']._serialized_end=34347
1384
+ _globals['_POLICYREQUESTBODY']._serialized_start=34350
1385
+ _globals['_POLICYREQUESTBODY']._serialized_end=35455
1386
+ _globals['_CREATEPOLICYFORPROJECTBODY']._serialized_start=35458
1387
+ _globals['_CREATEPOLICYFORPROJECTBODY']._serialized_end=36144
1388
+ _globals['_GETPERMISSIONREQUEST']._serialized_start=36146
1389
+ _globals['_GETPERMISSIONREQUEST']._serialized_end=36184
1390
+ _globals['_GETPERMISSIONRESPONSE']._serialized_start=36186
1391
+ _globals['_GETPERMISSIONRESPONSE']._serialized_end=36280
1392
+ _globals['_LISTPERMISSIONSREQUEST']._serialized_start=36282
1393
+ _globals['_LISTPERMISSIONSREQUEST']._serialized_end=36306
1394
+ _globals['_LISTPERMISSIONSRESPONSE']._serialized_start=36308
1395
+ _globals['_LISTPERMISSIONSRESPONSE']._serialized_end=36406
1396
+ _globals['_LISTNAMESPACESREQUEST']._serialized_start=36408
1397
+ _globals['_LISTNAMESPACESREQUEST']._serialized_end=36431
1398
+ _globals['_LISTNAMESPACESRESPONSE']._serialized_start=36433
1399
+ _globals['_LISTNAMESPACESRESPONSE']._serialized_end=36527
1400
+ _globals['_GETNAMESPACEREQUEST']._serialized_start=36529
1401
+ _globals['_GETNAMESPACEREQUEST']._serialized_end=36566
1402
+ _globals['_GETNAMESPACERESPONSE']._serialized_start=36568
1403
+ _globals['_GETNAMESPACERESPONSE']._serialized_end=36658
1404
+ _globals['_CREATEPOLICYREQUEST']._serialized_start=36660
1405
+ _globals['_CREATEPOLICYREQUEST']._serialized_end=36757
1406
+ _globals['_CREATEPOLICYRESPONSE']._serialized_start=36759
1407
+ _globals['_CREATEPOLICYRESPONSE']._serialized_end=36846
1408
+ _globals['_GETPOLICYREQUEST']._serialized_start=36848
1409
+ _globals['_GETPOLICYREQUEST']._serialized_end=36882
1410
+ _globals['_GETPOLICYRESPONSE']._serialized_start=36884
1411
+ _globals['_GETPOLICYRESPONSE']._serialized_end=36962
1412
+ _globals['_LISTPOLICIESREQUEST']._serialized_start=36965
1413
+ _globals['_LISTPOLICIESREQUEST']._serialized_end=37289
1414
+ _globals['_LISTPOLICIESRESPONSE']._serialized_start=37291
1415
+ _globals['_LISTPOLICIESRESPONSE']._serialized_end=37376
1416
+ _globals['_UPDATEPOLICYREQUEST']._serialized_start=37378
1417
+ _globals['_UPDATEPOLICYREQUEST']._serialized_end=37481
1418
+ _globals['_UPDATEPOLICYRESPONSE']._serialized_start=37483
1419
+ _globals['_UPDATEPOLICYRESPONSE']._serialized_end=37568
1420
+ _globals['_DELETEPOLICYREQUEST']._serialized_start=37570
1421
+ _globals['_DELETEPOLICYREQUEST']._serialized_end=37607
1422
+ _globals['_DELETEPOLICYRESPONSE']._serialized_start=37609
1423
+ _globals['_DELETEPOLICYRESPONSE']._serialized_end=37631
1424
+ _globals['_CREATEPOLICYFORPROJECTREQUEST']._serialized_start=37634
1425
+ _globals['_CREATEPOLICYFORPROJECTREQUEST']._serialized_end=37790
1426
+ _globals['_CREATEPOLICYFORPROJECTRESPONSE']._serialized_start=37792
1427
+ _globals['_CREATEPOLICYFORPROJECTRESPONSE']._serialized_end=37824
1428
+ _globals['_RELATIONREQUESTBODY']._serialized_start=37827
1429
+ _globals['_RELATIONREQUESTBODY']._serialized_end=37988
1430
+ _globals['_CREATERELATIONREQUEST']._serialized_start=37990
1431
+ _globals['_CREATERELATIONREQUEST']._serialized_end=38091
1432
+ _globals['_CREATERELATIONRESPONSE']._serialized_start=38093
1433
+ _globals['_CREATERELATIONRESPONSE']._serialized_end=38182
1434
+ _globals['_GETRELATIONREQUEST']._serialized_start=38184
1435
+ _globals['_GETRELATIONREQUEST']._serialized_end=38220
1436
+ _globals['_GETRELATIONRESPONSE']._serialized_start=38222
1437
+ _globals['_GETRELATIONRESPONSE']._serialized_end=38308
1438
+ _globals['_UPDATERELATIONREQUEST']._serialized_start=38310
1439
+ _globals['_UPDATERELATIONREQUEST']._serialized_end=38417
1440
+ _globals['_UPDATERELATIONRESPONSE']._serialized_start=38419
1441
+ _globals['_UPDATERELATIONRESPONSE']._serialized_end=38508
1442
+ _globals['_GROUPREQUESTBODY']._serialized_start=38511
1443
+ _globals['_GROUPREQUESTBODY']._serialized_end=39359
1444
+ _globals['_CREATEGROUPREQUEST']._serialized_start=39362
1445
+ _globals['_CREATEGROUPREQUEST']._serialized_end=39541
1446
+ _globals['_GETGROUPREQUEST']._serialized_start=39543
1447
+ _globals['_GETGROUPREQUEST']._serialized_end=39634
1448
+ _globals['_CREATEGROUPRESPONSE']._serialized_start=39636
1449
+ _globals['_CREATEGROUPRESPONSE']._serialized_end=39713
1450
+ _globals['_GETGROUPRESPONSE']._serialized_start=39715
1451
+ _globals['_GETGROUPRESPONSE']._serialized_end=39789
1452
+ _globals['_UPDATEGROUPRESPONSE']._serialized_start=39791
1453
+ _globals['_UPDATEGROUPRESPONSE']._serialized_end=39868
1454
+ _globals['_UPDATEGROUPREQUEST']._serialized_start=39871
1455
+ _globals['_UPDATEGROUPREQUEST']._serialized_end=40056
1456
+ _globals['_LISTGROUPUSERSREQUEST']._serialized_start=40058
1457
+ _globals['_LISTGROUPUSERSREQUEST']._serialized_end=40151
1458
+ _globals['_LISTGROUPUSERSRESPONSE']._serialized_start=40154
1459
+ _globals['_LISTGROUPUSERSRESPONSE']._serialized_end=40416
1460
+ _globals['_LISTGROUPUSERSRESPONSE_ROLEPAIR']._serialized_start=26926
1461
+ _globals['_LISTGROUPUSERSRESPONSE_ROLEPAIR']._serialized_end=27016
1462
+ _globals['_ENABLEGROUPREQUEST']._serialized_start=40418
1463
+ _globals['_ENABLEGROUPREQUEST']._serialized_end=40486
1464
+ _globals['_ENABLEGROUPRESPONSE']._serialized_start=40488
1465
+ _globals['_ENABLEGROUPRESPONSE']._serialized_end=40509
1466
+ _globals['_DISABLEGROUPREQUEST']._serialized_start=40511
1467
+ _globals['_DISABLEGROUPREQUEST']._serialized_end=40580
1468
+ _globals['_DISABLEGROUPRESPONSE']._serialized_start=40582
1469
+ _globals['_DISABLEGROUPRESPONSE']._serialized_end=40604
1470
+ _globals['_DELETEGROUPREQUEST']._serialized_start=40606
1471
+ _globals['_DELETEGROUPREQUEST']._serialized_end=40674
1472
+ _globals['_DELETEGROUPRESPONSE']._serialized_start=40676
1473
+ _globals['_DELETEGROUPRESPONSE']._serialized_end=40697
1474
+ _globals['_ADDGROUPUSERSREQUEST']._serialized_start=40699
1475
+ _globals['_ADDGROUPUSERSREQUEST']._serialized_end=40796
1476
+ _globals['_ADDGROUPUSERSRESPONSE']._serialized_start=40798
1477
+ _globals['_ADDGROUPUSERSRESPONSE']._serialized_end=40821
1478
+ _globals['_REMOVEGROUPUSERREQUEST']._serialized_start=40823
1479
+ _globals['_REMOVEGROUPUSERREQUEST']._serialized_end=40920
1480
+ _globals['_REMOVEGROUPUSERRESPONSE']._serialized_start=40922
1481
+ _globals['_REMOVEGROUPUSERRESPONSE']._serialized_end=40947
1482
+ _globals['_DELETERELATIONREQUEST']._serialized_start=40949
1483
+ _globals['_DELETERELATIONREQUEST']._serialized_end=41056
1484
+ _globals['_DELETERELATIONRESPONSE']._serialized_start=41058
1485
+ _globals['_DELETERELATIONRESPONSE']._serialized_end=41082
1486
+ _globals['_LISTPROJECTRESOURCESREQUEST']._serialized_start=41084
1487
+ _globals['_LISTPROJECTRESOURCESREQUEST']._serialized_end=41189
1488
+ _globals['_LISTPROJECTRESOURCESRESPONSE']._serialized_start=41191
1489
+ _globals['_LISTPROJECTRESOURCESRESPONSE']._serialized_end=41288
1490
+ _globals['_RESOURCEREQUESTBODY']._serialized_start=41291
1491
+ _globals['_RESOURCEREQUESTBODY']._serialized_end=42158
1492
+ _globals['_CREATEPROJECTRESOURCEREQUEST']._serialized_start=42161
1493
+ _globals['_CREATEPROJECTRESOURCEREQUEST']._serialized_end=42348
1494
+ _globals['_CREATEPROJECTRESOURCERESPONSE']._serialized_start=42350
1495
+ _globals['_CREATEPROJECTRESOURCERESPONSE']._serialized_end=42446
1496
+ _globals['_GETPROJECTRESOURCEREQUEST']._serialized_start=42448
1497
+ _globals['_GETPROJECTRESOURCEREQUEST']._serialized_end=42537
1498
+ _globals['_GETPROJECTRESOURCERESPONSE']._serialized_start=42539
1499
+ _globals['_GETPROJECTRESOURCERESPONSE']._serialized_end=42632
1500
+ _globals['_UPDATEPROJECTRESOURCEREQUEST']._serialized_start=42635
1501
+ _globals['_UPDATEPROJECTRESOURCEREQUEST']._serialized_end=42780
1502
+ _globals['_UPDATEPROJECTRESOURCERESPONSE']._serialized_start=42782
1503
+ _globals['_UPDATEPROJECTRESOURCERESPONSE']._serialized_end=42878
1504
+ _globals['_DELETEPROJECTRESOURCEREQUEST']._serialized_start=42880
1505
+ _globals['_DELETEPROJECTRESOURCEREQUEST']._serialized_end=42966
1506
+ _globals['_DELETEPROJECTRESOURCERESPONSE']._serialized_start=42968
1507
+ _globals['_DELETEPROJECTRESOURCERESPONSE']._serialized_end=42999
1508
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST']._serialized_start=43002
1509
+ _globals['_CHECKRESOURCEPERMISSIONREQUEST']._serialized_end=43822
1510
+ _globals['_CHECKRESOURCEPERMISSIONRESPONSE']._serialized_start=43824
1511
+ _globals['_CHECKRESOURCEPERMISSIONRESPONSE']._serialized_end=43881
1512
+ _globals['_BATCHCHECKPERMISSIONREQUEST']._serialized_start=43883
1513
+ _globals['_BATCHCHECKPERMISSIONREQUEST']._serialized_end=44001
1514
+ _globals['_BATCHCHECKPERMISSIONBODY']._serialized_start=44004
1515
+ _globals['_BATCHCHECKPERMISSIONBODY']._serialized_end=44620
1516
+ _globals['_BATCHCHECKPERMISSIONRESPONSE']._serialized_start=44622
1517
+ _globals['_BATCHCHECKPERMISSIONRESPONSE']._serialized_end=44735
1518
+ _globals['_BATCHCHECKPERMISSIONRESPONSEPAIR']._serialized_start=44738
1519
+ _globals['_BATCHCHECKPERMISSIONRESPONSEPAIR']._serialized_end=44869
1520
+ _globals['_METASCHEMAREQUESTBODY']._serialized_start=44872
1521
+ _globals['_METASCHEMAREQUESTBODY']._serialized_end=45303
1522
+ _globals['_CREATEMETASCHEMAREQUEST']._serialized_start=45305
1523
+ _globals['_CREATEMETASCHEMAREQUEST']._serialized_end=45410
1524
+ _globals['_CREATEMETASCHEMARESPONSE']._serialized_start=45412
1525
+ _globals['_CREATEMETASCHEMARESPONSE']._serialized_end=45509
1526
+ _globals['_GETMETASCHEMAREQUEST']._serialized_start=45511
1527
+ _globals['_GETMETASCHEMAREQUEST']._serialized_end=45549
1528
+ _globals['_GETMETASCHEMARESPONSE']._serialized_start=45551
1529
+ _globals['_GETMETASCHEMARESPONSE']._serialized_end=45645
1530
+ _globals['_UPDATEMETASCHEMAREQUEST']._serialized_start=45647
1531
+ _globals['_UPDATEMETASCHEMAREQUEST']._serialized_end=45768
1532
+ _globals['_UPDATEMETASCHEMARESPONSE']._serialized_start=45770
1533
+ _globals['_UPDATEMETASCHEMARESPONSE']._serialized_end=45867
1534
+ _globals['_DELETEMETASCHEMAREQUEST']._serialized_start=45869
1535
+ _globals['_DELETEMETASCHEMAREQUEST']._serialized_end=45910
1536
+ _globals['_DELETEMETASCHEMARESPONSE']._serialized_start=45912
1537
+ _globals['_DELETEMETASCHEMARESPONSE']._serialized_end=45938
1538
+ _globals['_LISTMETASCHEMASREQUEST']._serialized_start=45940
1539
+ _globals['_LISTMETASCHEMASREQUEST']._serialized_end=45964
1540
+ _globals['_LISTMETASCHEMASRESPONSE']._serialized_start=45966
1541
+ _globals['_LISTMETASCHEMASRESPONSE']._serialized_end=46064
1542
+ _globals['_DESCRIBEPREFERENCESREQUEST']._serialized_start=46066
1543
+ _globals['_DESCRIBEPREFERENCESREQUEST']._serialized_end=46094
1544
+ _globals['_DESCRIBEPREFERENCESRESPONSE']._serialized_start=46096
1545
+ _globals['_DESCRIBEPREFERENCESRESPONSE']._serialized_end=46193
1546
+ _globals['_CREATEORGANIZATIONPREFERENCESREQUEST']._serialized_start=46196
1547
+ _globals['_CREATEORGANIZATIONPREFERENCESREQUEST']._serialized_end=46343
1548
+ _globals['_CREATEORGANIZATIONPREFERENCESRESPONSE']._serialized_start=46345
1549
+ _globals['_CREATEORGANIZATIONPREFERENCESRESPONSE']._serialized_end=46457
1550
+ _globals['_LISTORGANIZATIONPREFERENCESREQUEST']._serialized_start=46459
1551
+ _globals['_LISTORGANIZATIONPREFERENCESREQUEST']._serialized_end=46520
1552
+ _globals['_LISTORGANIZATIONPREFERENCESRESPONSE']._serialized_start=46522
1553
+ _globals['_LISTORGANIZATIONPREFERENCESRESPONSE']._serialized_end=46632
1554
+ _globals['_CREATEPROJECTPREFERENCESREQUEST']._serialized_start=46635
1555
+ _globals['_CREATEPROJECTPREFERENCESREQUEST']._serialized_end=46777
1556
+ _globals['_CREATEPROJECTPREFERENCESRESPONSE']._serialized_start=46779
1557
+ _globals['_CREATEPROJECTPREFERENCESRESPONSE']._serialized_end=46886
1558
+ _globals['_LISTPROJECTPREFERENCESREQUEST']._serialized_start=46888
1559
+ _globals['_LISTPROJECTPREFERENCESREQUEST']._serialized_end=46944
1560
+ _globals['_LISTPROJECTPREFERENCESRESPONSE']._serialized_start=46946
1561
+ _globals['_LISTPROJECTPREFERENCESRESPONSE']._serialized_end=47051
1562
+ _globals['_CREATEGROUPPREFERENCESREQUEST']._serialized_start=47054
1563
+ _globals['_CREATEGROUPPREFERENCESREQUEST']._serialized_end=47194
1564
+ _globals['_CREATEGROUPPREFERENCESRESPONSE']._serialized_start=47196
1565
+ _globals['_CREATEGROUPPREFERENCESRESPONSE']._serialized_end=47301
1566
+ _globals['_LISTGROUPPREFERENCESREQUEST']._serialized_start=47303
1567
+ _globals['_LISTGROUPPREFERENCESREQUEST']._serialized_end=47357
1568
+ _globals['_LISTGROUPPREFERENCESRESPONSE']._serialized_start=47359
1569
+ _globals['_LISTGROUPPREFERENCESRESPONSE']._serialized_end=47462
1570
+ _globals['_CREATEUSERPREFERENCESREQUEST']._serialized_start=47465
1571
+ _globals['_CREATEUSERPREFERENCESREQUEST']._serialized_end=47604
1572
+ _globals['_CREATEUSERPREFERENCESRESPONSE']._serialized_start=47606
1573
+ _globals['_CREATEUSERPREFERENCESRESPONSE']._serialized_end=47710
1574
+ _globals['_LISTUSERPREFERENCESREQUEST']._serialized_start=47712
1575
+ _globals['_LISTUSERPREFERENCESREQUEST']._serialized_end=47765
1576
+ _globals['_LISTUSERPREFERENCESRESPONSE']._serialized_start=47767
1577
+ _globals['_LISTUSERPREFERENCESRESPONSE']._serialized_end=47869
1578
+ _globals['_CREATECURRENTUSERPREFERENCESREQUEST']._serialized_start=47871
1579
+ _globals['_CREATECURRENTUSERPREFERENCESREQUEST']._serialized_end=47992
1580
+ _globals['_CREATECURRENTUSERPREFERENCESRESPONSE']._serialized_start=47994
1581
+ _globals['_CREATECURRENTUSERPREFERENCESRESPONSE']._serialized_end=48105
1582
+ _globals['_LISTCURRENTUSERPREFERENCESREQUEST']._serialized_start=48107
1583
+ _globals['_LISTCURRENTUSERPREFERENCESREQUEST']._serialized_end=48142
1584
+ _globals['_LISTCURRENTUSERPREFERENCESRESPONSE']._serialized_start=48144
1585
+ _globals['_LISTCURRENTUSERPREFERENCESRESPONSE']._serialized_end=48253
1586
+ _globals['_BILLINGWEBHOOKCALLBACKREQUEST']._serialized_start=48255
1587
+ _globals['_BILLINGWEBHOOKCALLBACKREQUEST']._serialized_end=48343
1588
+ _globals['_BILLINGWEBHOOKCALLBACKRESPONSE']._serialized_start=48345
1589
+ _globals['_BILLINGWEBHOOKCALLBACKRESPONSE']._serialized_end=48377
1590
+ _globals['_CREATEPROSPECTPUBLICREQUEST']._serialized_start=48380
1591
+ _globals['_CREATEPROSPECTPUBLICREQUEST']._serialized_end=48944
1592
+ _globals['_CREATEPROSPECTPUBLICRESPONSE']._serialized_start=48946
1593
+ _globals['_CREATEPROSPECTPUBLICRESPONSE']._serialized_end=48976
1594
+ _globals['_LISTSESSIONSREQUEST']._serialized_start=48978
1595
+ _globals['_LISTSESSIONSREQUEST']._serialized_end=48999
1596
+ _globals['_LISTSESSIONSRESPONSE']._serialized_start=49001
1597
+ _globals['_LISTSESSIONSRESPONSE']._serialized_end=49087
1598
+ _globals['_REVOKESESSIONREQUEST']._serialized_start=49089
1599
+ _globals['_REVOKESESSIONREQUEST']._serialized_end=49156
1600
+ _globals['_REVOKESESSIONRESPONSE']._serialized_start=49158
1601
+ _globals['_REVOKESESSIONRESPONSE']._serialized_end=49181
1602
+ _globals['_PINGUSERSESSIONREQUEST']._serialized_start=49183
1603
+ _globals['_PINGUSERSESSIONREQUEST']._serialized_end=49207
1604
+ _globals['_PINGUSERSESSIONRESPONSE']._serialized_start=49209
1605
+ _globals['_PINGUSERSESSIONRESPONSE']._serialized_end=49234
1606
+ _globals['_CREATEAUDITRECORDREQUEST']._serialized_start=49237
1607
+ _globals['_CREATEAUDITRECORDREQUEST']._serialized_end=49762
1608
+ _globals['_CREATEAUDITRECORDRESPONSE']._serialized_start=49764
1609
+ _globals['_CREATEAUDITRECORDRESPONSE']._serialized_end=49866
1610
+ _globals['_FRONTIERSERVICE']._serialized_start=49870
1611
+ _globals['_FRONTIERSERVICE']._serialized_end=101281
1612
+ # @@protoc_insertion_point(module_scope)