strongdm 8.4.0__zip → 9.1.0__zip

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 (135) hide show
  1. {strongdm-8.4.0 → strongdm-9.1.0}/PKG-INFO +2 -2
  2. {strongdm-8.4.0 → strongdm-9.1.0}/setup.py +2 -2
  3. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/client.py +45 -1
  4. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/drivers_pb2.py +212 -216
  5. strongdm-9.1.0/strongdm/identity_aliases_history_pb2.py +100 -0
  6. strongdm-9.1.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
  7. strongdm-9.1.0/strongdm/identity_aliases_pb2.py +220 -0
  8. strongdm-9.1.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
  9. strongdm-9.1.0/strongdm/identity_sets_history_pb2.py +100 -0
  10. strongdm-9.1.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
  11. strongdm-9.1.0/strongdm/identity_sets_pb2.py +216 -0
  12. strongdm-9.1.0/strongdm/identity_sets_pb2_grpc.py +223 -0
  13. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/models.py +984 -370
  14. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/plumbing.py +525 -72
  15. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2.py +3 -3
  16. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2.py +3 -3
  17. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
  18. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2.py +3 -3
  19. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/svc.py +517 -0
  20. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/PKG-INFO +2 -2
  21. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/SOURCES.txt +8 -0
  22. {strongdm-8.4.0 → strongdm-9.1.0}/LICENSE +0 -0
  23. {strongdm-8.4.0 → strongdm-9.1.0}/README.md +0 -0
  24. {strongdm-8.4.0 → strongdm-9.1.0}/setup.cfg +0 -0
  25. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/__init__.py +0 -0
  26. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2.py +0 -0
  27. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  28. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2.py +0 -0
  29. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  30. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_pb2.py +0 -0
  31. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  32. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
  33. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  34. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2.py +0 -0
  35. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  36. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2.py +0 -0
  37. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  38. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_pb2.py +0 -0
  39. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  40. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2.py +0 -0
  41. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  42. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2.py +0 -0
  43. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  44. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_pb2.py +0 -0
  45. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  46. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2.py +0 -0
  47. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  48. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_pb2.py +0 -0
  49. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_pb2_grpc.py +0 -0
  50. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/activities_pb2.py +0 -0
  51. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/activities_pb2_grpc.py +0 -0
  52. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
  53. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
  54. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
  55. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
  56. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
  57. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
  58. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
  59. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
  60. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2.py +0 -0
  61. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
  62. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2.py +0 -0
  63. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
  64. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/constants.py +0 -0
  65. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/control_panel_pb2.py +0 -0
  66. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  67. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
  68. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/errors.py +0 -0
  69. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2.py +0 -0
  70. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  71. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_pb2.py +0 -0
  72. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
  73. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/options_pb2.py +0 -0
  74. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/options_pb2_grpc.py +0 -0
  75. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/organization_history_pb2.py +0 -0
  76. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  77. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2.py +0 -0
  78. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  79. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2.py +0 -0
  80. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  81. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2.py +0 -0
  82. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  83. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2.py +0 -0
  84. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  85. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/queries_pb2.py +0 -0
  86. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/queries_pb2_grpc.py +0 -0
  87. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  88. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  89. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  90. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  91. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/replays_pb2.py +0 -0
  92. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/replays_pb2_grpc.py +0 -0
  93. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_history_pb2.py +0 -0
  94. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  95. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_pb2.py +0 -0
  96. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_pb2_grpc.py +0 -0
  97. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2.py +0 -0
  98. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  99. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_pb2.py +0 -0
  100. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  101. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_history_pb2.py +0 -0
  102. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  103. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_pb2.py +0 -0
  104. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_pb2_grpc.py +0 -0
  105. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
  106. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
  107. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2.py +0 -0
  108. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
  109. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
  110. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  111. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2.py +0 -0
  112. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  113. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/spec_pb2.py +0 -0
  114. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/spec_pb2_grpc.py +0 -0
  115. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/tags_pb2.py +0 -0
  116. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/tags_pb2_grpc.py +0 -0
  117. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
  118. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  119. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2.py +0 -0
  120. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
  121. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
  122. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
  123. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2.py +0 -0
  124. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
  125. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2.py +0 -0
  126. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  127. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2.py +0 -0
  128. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
  129. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2.py +0 -0
  130. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  131. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_pb2.py +0 -0
  132. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
  133. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
  134. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/requires.txt +0 -0
  135. {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -32,7 +32,7 @@ from . import options_pb2 as options__pb2
32
32
  from . import spec_pb2 as spec__pb2
33
33
 
34
34
 
35
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fremote_identities_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17remote_identities.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8f\x01\n RemoteIdentityHistoryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x86\x02\n!RemoteIdentityHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x36\n\x07history\x18\x02 \x03(\x0b\x32\x19.v1.RemoteIdentityHistoryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x9c\x02\n\x15RemoteIdentityHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x03 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xf8\x01\n\x17RemoteIdentitiesHistory\x12\x89\x01\n\x04List\x12$.v1.RemoteIdentityHistoryListRequest\x1a%.v1.RemoteIdentityHistoryListResponse\"4\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\"\xaa\xf3\xb3\x07\x1d/v1/remote-identities-history\x1aQ\xca\xf9\xb3\x07\x1a\xc2\xf9\xb3\x07\x15RemoteIdentityHistory\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerB\x9b\x01\n\x19\x63om.strongdm.api.plumbingB\x1fRemoteIdentitiesHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fremote_identities_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17remote_identities.proto\x1a\roptions.proto\x1a\nspec.proto\"\x8f\x01\n RemoteIdentityHistoryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x86\x02\n!RemoteIdentityHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x36\n\x07history\x18\x02 \x03(\x0b\x32\x19.v1.RemoteIdentityHistoryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x9c\x02\n\x15RemoteIdentityHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x03 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\xfb\x01\n\x17RemoteIdentitiesHistory\x12\x89\x01\n\x04List\x12$.v1.RemoteIdentityHistoryListRequest\x1a%.v1.RemoteIdentityHistoryListResponse\"4\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\"\xaa\xf3\xb3\x07\x1d/v1/remote-identities-history\x1aT\x88\x02\x01\xca\xf9\xb3\x07\x1a\xc2\xf9\xb3\x07\x15RemoteIdentityHistory\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerB\x9b\x01\n\x19\x63om.strongdm.api.plumbingB\x1fRemoteIdentitiesHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
36
36
 
37
37
 
38
38
 
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
86
86
  _REMOTEIDENTITYHISTORY._options = None
87
87
  _REMOTEIDENTITYHISTORY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
88
88
  _REMOTEIDENTITIESHISTORY._options = None
89
- _REMOTEIDENTITIESHISTORY._serialized_options = b'\312\371\263\007\032\302\371\263\007\025RemoteIdentityHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
89
+ _REMOTEIDENTITIESHISTORY._serialized_options = b'\210\002\001\312\371\263\007\032\302\371\263\007\025RemoteIdentityHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
90
90
  _REMOTEIDENTITIESHISTORY.methods_by_name['List']._options = None
91
91
  _REMOTEIDENTITIESHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\"\252\363\263\007\035/v1/remote-identities-history'
92
92
  _REMOTEIDENTITYHISTORYLISTREQUEST._serialized_start=125
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
96
96
  _REMOTEIDENTITYHISTORY._serialized_start=536
97
97
  _REMOTEIDENTITYHISTORY._serialized_end=820
98
98
  _REMOTEIDENTITIESHISTORY._serialized_start=823
99
- _REMOTEIDENTITIESHISTORY._serialized_end=1071
99
+ _REMOTEIDENTITIESHISTORY._serialized_end=1074
100
100
  # @@protoc_insertion_point(module_scope)
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
30
30
  from . import spec_pb2 as spec__pb2
31
31
 
32
32
 
33
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17remote_identities.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x7f\n\x1bRemoteIdentityCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf2\x01\n\x1cRemoteIdentityCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"X\n\x18RemoteIdentityGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xec\x01\n\x19RemoteIdentityGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x8b\x01\n\x1bRemoteIdentityUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\x37\n\x0fremote_identity\x18\x03 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf2\x01\n\x1cRemoteIdentityUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"^\n\x1bRemoteIdentityDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xb9\x01\n\x1cRemoteIdentityDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"^\n\x19RemoteIdentityListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd8\x01\n\x1aRemoteIdentityListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x39\n\x11remote_identities\x18\x02 \x03(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\"\x91\x02\n\x0eRemoteIdentity\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12#\n\naccount_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x31\n\x18remote_identity_group_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12!\n\x08username\x18\x04 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:l\xfa\xf8\xb3\x07g\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07]\xa2\xf3\xb3\x07(tf_examples/remote_identity_resource.txt\xaa\xf3\xb3\x07+tf_examples/remote_identity_data_source.txt2\xa4\x05\n\x10RemoteIdentities\x12z\n\x06\x43reate\x12\x1f.v1.RemoteIdentityCreateRequest\x1a .v1.RemoteIdentityCreateResponse\"-\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x1a\xaa\xf3\xb3\x07\x15/v1/remote-identities\x12u\n\x03Get\x12\x1c.v1.RemoteIdentityGetRequest\x1a\x1d.v1.RemoteIdentityGetResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identities/{id}\x12~\n\x06Update\x12\x1f.v1.RemoteIdentityUpdateRequest\x1a .v1.RemoteIdentityUpdateResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identities/{id}\x12\x81\x01\n\x06\x44\x65lete\x12\x1f.v1.RemoteIdentityDeleteRequest\x1a .v1.RemoteIdentityDeleteResponse\"4\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identities/{id}\x12s\n\x04List\x12\x1d.v1.RemoteIdentityListRequest\x1a\x1e.v1.RemoteIdentityListResponse\",\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1a\xaa\xf3\xb3\x07\x15/v1/remote-identities\x1a$\xca\xf9\xb3\x07\x13\xc2\xf9\xb3\x07\x0eRemoteIdentity\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02i-Bl\n\x19\x63om.strongdm.api.plumbingB\x18RemoteIdentitiesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
33
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17remote_identities.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"\x7f\n\x1bRemoteIdentityCreateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.CreateRequestMetadata\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf2\x01\n\x1cRemoteIdentityCreateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.CreateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"X\n\x18RemoteIdentityGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xec\x01\n\x19RemoteIdentityGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"\x8b\x01\n\x1bRemoteIdentityUpdateRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.UpdateRequestMetadata\x12\n\n\x02id\x18\x02 \x01(\t\x12\x37\n\x0fremote_identity\x18\x03 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xf2\x01\n\x1cRemoteIdentityUpdateResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.UpdateResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x37\n\x0fremote_identity\x18\x02 \x01(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"^\n\x1bRemoteIdentityDeleteRequest\x12\'\n\x04meta\x18\x01 \x01(\x0b\x32\x19.v1.DeleteRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xb9\x01\n\x1cRemoteIdentityDeleteResponse\x12\x34\n\x04meta\x18\x01 \x01(\x0b\x32\x1a.v1.DeleteResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x02 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"^\n\x19RemoteIdentityListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xd8\x01\n\x1aRemoteIdentityListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x39\n\x11remote_identities\x18\x02 \x03(\x0b\x32\x12.v1.RemoteIdentityB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\"\x91\x02\n\x0eRemoteIdentity\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12#\n\naccount_id\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12\x31\n\x18remote_identity_group_id\x18\x03 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01\x12!\n\x08username\x18\x04 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:l\xfa\xf8\xb3\x07g\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07]\xa2\xf3\xb3\x07(tf_examples/remote_identity_resource.txt\xaa\xf3\xb3\x07+tf_examples/remote_identity_data_source.txt2\xa7\x05\n\x10RemoteIdentities\x12z\n\x06\x43reate\x12\x1f.v1.RemoteIdentityCreateRequest\x1a .v1.RemoteIdentityCreateResponse\"-\x82\xf9\xb3\x07\t\xa2\xf3\xb3\x07\x04post\x82\xf9\xb3\x07\x1a\xaa\xf3\xb3\x07\x15/v1/remote-identities\x12u\n\x03Get\x12\x1c.v1.RemoteIdentityGetRequest\x1a\x1d.v1.RemoteIdentityGetResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identities/{id}\x12~\n\x06Update\x12\x1f.v1.RemoteIdentityUpdateRequest\x1a .v1.RemoteIdentityUpdateResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03put\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identities/{id}\x12\x81\x01\n\x06\x44\x65lete\x12\x1f.v1.RemoteIdentityDeleteRequest\x1a .v1.RemoteIdentityDeleteResponse\"4\x82\xf9\xb3\x07\x0b\xa2\xf3\xb3\x07\x06\x64\x65lete\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identities/{id}\x12s\n\x04List\x12\x1d.v1.RemoteIdentityListRequest\x1a\x1e.v1.RemoteIdentityListResponse\",\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1a\xaa\xf3\xb3\x07\x15/v1/remote-identities\x1a\'\x88\x02\x01\xca\xf9\xb3\x07\x13\xc2\xf9\xb3\x07\x0eRemoteIdentity\xca\xf9\xb3\x07\x07\xd2\xf9\xb3\x07\x02i-Bl\n\x19\x63om.strongdm.api.plumbingB\x18RemoteIdentitiesPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
34
34
 
35
35
 
36
36
 
@@ -182,7 +182,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
182
182
  _REMOTEIDENTITY._options = None
183
183
  _REMOTEIDENTITY._serialized_options = b'\372\370\263\007g\250\363\263\007\001\302\363\263\007]\242\363\263\007(tf_examples/remote_identity_resource.txt\252\363\263\007+tf_examples/remote_identity_data_source.txt'
184
184
  _REMOTEIDENTITIES._options = None
185
- _REMOTEIDENTITIES._serialized_options = b'\312\371\263\007\023\302\371\263\007\016RemoteIdentity\312\371\263\007\007\322\371\263\007\002i-'
185
+ _REMOTEIDENTITIES._serialized_options = b'\210\002\001\312\371\263\007\023\302\371\263\007\016RemoteIdentity\312\371\263\007\007\322\371\263\007\002i-'
186
186
  _REMOTEIDENTITIES.methods_by_name['Create']._options = None
187
187
  _REMOTEIDENTITIES.methods_by_name['Create']._serialized_options = b'\202\371\263\007\t\242\363\263\007\004post\202\371\263\007\032\252\363\263\007\025/v1/remote-identities'
188
188
  _REMOTEIDENTITIES.methods_by_name['Get']._options = None
@@ -216,5 +216,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
216
216
  _REMOTEIDENTITY._serialized_start=1748
217
217
  _REMOTEIDENTITY._serialized_end=2021
218
218
  _REMOTEIDENTITIES._serialized_start=2024
219
- _REMOTEIDENTITIES._serialized_end=2700
219
+ _REMOTEIDENTITIES._serialized_end=2703
220
220
  # @@protoc_insertion_point(module_scope)
@@ -32,7 +32,7 @@ from . import options_pb2 as options__pb2
32
32
  from . import spec_pb2 as spec__pb2
33
33
 
34
34
 
35
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$remote_identity_groups_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cremote_identity_groups.proto\x1a\roptions.proto\x1a\nspec.proto\"\x94\x01\n%RemoteIdentityGroupHistoryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x90\x02\n&RemoteIdentityGroupHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12;\n\x07history\x18\x02 \x03(\x0b\x32\x1e.v1.RemoteIdentityGroupHistoryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xac\x02\n\x1aRemoteIdentityGroupHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x42\n\x15remote_identity_group\x18\x03 \x01(\x0b\x32\x17.v1.RemoteIdentityGroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\x90\x02\n\x1bRemoteIdentityGroupsHistory\x12\x98\x01\n\x04List\x12).v1.RemoteIdentityGroupHistoryListRequest\x1a*.v1.RemoteIdentityGroupHistoryListResponse\"9\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\'\xaa\xf3\xb3\x07\"/v1/remote-identity-groups-history\x1aV\xca\xf9\xb3\x07\x1f\xc2\xf9\xb3\x07\x1aRemoteIdentityGroupHistory\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerB\x9f\x01\n\x19\x63om.strongdm.api.plumbingB#RemoteIdentityGroupsHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$remote_identity_groups_history.proto\x12\x02v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cremote_identity_groups.proto\x1a\roptions.proto\x1a\nspec.proto\"\x94\x01\n%RemoteIdentityGroupHistoryListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\x90\x02\n&RemoteIdentityGroupHistoryListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12;\n\x07history\x18\x02 \x03(\x0b\x32\x1e.v1.RemoteIdentityGroupHistoryB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:(\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider\"\xac\x02\n\x1aRemoteIdentityGroupHistory\x12\x1f\n\x0b\x61\x63tivity_id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x39\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x42\n\x15remote_identity_group\x18\x03 \x01(\x0b\x32\x17.v1.RemoteIdentityGroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12:\n\ndeleted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:2\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x06\xd2\xf3\xb3\x07\x01*\xfa\xf8\xb3\x07\x18\xd2\xf3\xb3\x07\x13!terraform-provider2\x93\x02\n\x1bRemoteIdentityGroupsHistory\x12\x98\x01\n\x04List\x12).v1.RemoteIdentityGroupHistoryListRequest\x1a*.v1.RemoteIdentityGroupHistoryListResponse\"9\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\'\xaa\xf3\xb3\x07\"/v1/remote-identity-groups-history\x1aY\x88\x02\x01\xca\xf9\xb3\x07\x1f\xc2\xf9\xb3\x07\x1aRemoteIdentityGroupHistory\xca\xf9\xb3\x07\x05\xd8\xf9\xb3\x07\x01\xca\xf9\xb3\x07\x06\xca\xf9\xb3\x07\x01*\xca\xf9\xb3\x07\x18\xca\xf9\xb3\x07\x13!terraform-providerB\x9f\x01\n\x19\x63om.strongdm.api.plumbingB#RemoteIdentityGroupsHistoryPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1\xc2\x92\xb4\x07\x06\xa2\x8c\xb4\x07\x01*\xc2\x92\xb4\x07\x18\xa2\x8c\xb4\x07\x13!terraform-providerb\x06proto3')
36
36
 
37
37
 
38
38
 
@@ -86,7 +86,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
86
86
  _REMOTEIDENTITYGROUPHISTORY._options = None
87
87
  _REMOTEIDENTITYGROUPHISTORY._serialized_options = b'\372\370\263\007\005\250\363\263\007\001\372\370\263\007\006\322\363\263\007\001*\372\370\263\007\030\322\363\263\007\023!terraform-provider'
88
88
  _REMOTEIDENTITYGROUPSHISTORY._options = None
89
- _REMOTEIDENTITYGROUPSHISTORY._serialized_options = b'\312\371\263\007\037\302\371\263\007\032RemoteIdentityGroupHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
89
+ _REMOTEIDENTITYGROUPSHISTORY._serialized_options = b'\210\002\001\312\371\263\007\037\302\371\263\007\032RemoteIdentityGroupHistory\312\371\263\007\005\330\371\263\007\001\312\371\263\007\006\312\371\263\007\001*\312\371\263\007\030\312\371\263\007\023!terraform-provider'
90
90
  _REMOTEIDENTITYGROUPSHISTORY.methods_by_name['List']._options = None
91
91
  _REMOTEIDENTITYGROUPSHISTORY.methods_by_name['List']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007\'\252\363\263\007\"/v1/remote-identity-groups-history'
92
92
  _REMOTEIDENTITYGROUPHISTORYLISTREQUEST._serialized_start=135
@@ -96,5 +96,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
96
96
  _REMOTEIDENTITYGROUPHISTORY._serialized_start=561
97
97
  _REMOTEIDENTITYGROUPHISTORY._serialized_end=861
98
98
  _REMOTEIDENTITYGROUPSHISTORY._serialized_start=864
99
- _REMOTEIDENTITYGROUPSHISTORY._serialized_end=1136
99
+ _REMOTEIDENTITYGROUPSHISTORY._serialized_end=1139
100
100
  # @@protoc_insertion_point(module_scope)
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
30
30
  from . import spec_pb2 as spec__pb2
31
31
 
32
32
 
33
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cremote_identity_groups.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"]\n\x1dRemoteIdentityGroupGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xfc\x01\n\x1eRemoteIdentityGroupGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x42\n\x15remote_identity_group\x18\x02 \x01(\x0b\x32\x17.v1.RemoteIdentityGroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"c\n\x1eRemoteIdentityGroupListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xe7\x01\n\x1fRemoteIdentityGroupListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x43\n\x16remote_identity_groups\x18\x02 \x03(\x0b\x32\x17.v1.RemoteIdentityGroupB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\"\x93\x01\n\x13RemoteIdentityGroup\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:E\xfa\xf8\xb3\x07@\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07\x36\xaa\xf3\xb3\x07\x31tf_examples/remote_identity_group_data_source.txt2\xce\x02\n\x14RemoteIdentityGroups\x12\x84\x01\n\x03Get\x12!.v1.RemoteIdentityGroupGetRequest\x1a\".v1.RemoteIdentityGroupGetResponse\"6\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07$\xaa\xf3\xb3\x07\x1f/v1/remote-identity-groups/{id}\x12\x82\x01\n\x04List\x12\".v1.RemoteIdentityGroupListRequest\x1a#.v1.RemoteIdentityGroupListResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identity-groups\x1a*\xca\xf9\xb3\x07\x18\xc2\xf9\xb3\x07\x13RemoteIdentityGroup\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03ig-Bp\n\x19\x63om.strongdm.api.plumbingB\x1cRemoteIdentityGroupsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
33
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cremote_identity_groups.proto\x12\x02v1\x1a\roptions.proto\x1a\nspec.proto\"]\n\x1dRemoteIdentityGroupGetRequest\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.v1.GetRequestMetadata\x12\x16\n\x02id\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xfc\x01\n\x1eRemoteIdentityGroupGetResponse\x12\x31\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.GetResponseMetadataB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x42\n\x15remote_identity_group\x18\x02 \x01(\x0b\x32\x17.v1.RemoteIdentityGroupB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\"c\n\x1eRemoteIdentityGroupListRequest\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.v1.ListRequestMetadata\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\"\xe7\x01\n\x1fRemoteIdentityGroupListResponse\x12&\n\x04meta\x18\x01 \x01(\x0b\x32\x18.v1.ListResponseMetadata\x12\x43\n\x16remote_identity_groups\x18\x02 \x03(\x0b\x32\x17.v1.RemoteIdentityGroupB\n\xf2\xf8\xb3\x07\x05\xb8\xf3\xb3\x07\x01\x12W\n\nrate_limit\x18\x03 \x01(\x0b\x32\x15.v1.RateLimitMetadataB,\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x12\xb2\xf4\xb3\x07\r!json_gateway\"\x93\x01\n\x13RemoteIdentityGroup\x12\x16\n\x02id\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1d\n\x04name\x18\x02 \x01(\tB\x0f\xf2\xf8\xb3\x07\n\xb0\xf3\xb3\x07\x01\xc0\xf3\xb3\x07\x01:E\xfa\xf8\xb3\x07@\xa8\xf3\xb3\x07\x01\xc2\xf3\xb3\x07\x36\xaa\xf3\xb3\x07\x31tf_examples/remote_identity_group_data_source.txt2\xd1\x02\n\x14RemoteIdentityGroups\x12\x84\x01\n\x03Get\x12!.v1.RemoteIdentityGroupGetRequest\x1a\".v1.RemoteIdentityGroupGetResponse\"6\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07$\xaa\xf3\xb3\x07\x1f/v1/remote-identity-groups/{id}\x12\x82\x01\n\x04List\x12\".v1.RemoteIdentityGroupListRequest\x1a#.v1.RemoteIdentityGroupListResponse\"1\x82\xf9\xb3\x07\x08\xa2\xf3\xb3\x07\x03get\x82\xf9\xb3\x07\x1f\xaa\xf3\xb3\x07\x1a/v1/remote-identity-groups\x1a-\x88\x02\x01\xca\xf9\xb3\x07\x18\xc2\xf9\xb3\x07\x13RemoteIdentityGroup\xca\xf9\xb3\x07\x08\xd2\xf9\xb3\x07\x03ig-Bp\n\x19\x63om.strongdm.api.plumbingB\x1cRemoteIdentityGroupsPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
34
34
 
35
35
 
36
36
 
@@ -102,7 +102,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
102
102
  _REMOTEIDENTITYGROUP._options = None
103
103
  _REMOTEIDENTITYGROUP._serialized_options = b'\372\370\263\007@\250\363\263\007\001\302\363\263\0076\252\363\263\0071tf_examples/remote_identity_group_data_source.txt'
104
104
  _REMOTEIDENTITYGROUPS._options = None
105
- _REMOTEIDENTITYGROUPS._serialized_options = b'\312\371\263\007\030\302\371\263\007\023RemoteIdentityGroup\312\371\263\007\010\322\371\263\007\003ig-'
105
+ _REMOTEIDENTITYGROUPS._serialized_options = b'\210\002\001\312\371\263\007\030\302\371\263\007\023RemoteIdentityGroup\312\371\263\007\010\322\371\263\007\003ig-'
106
106
  _REMOTEIDENTITYGROUPS.methods_by_name['Get']._options = None
107
107
  _REMOTEIDENTITYGROUPS.methods_by_name['Get']._serialized_options = b'\202\371\263\007\010\242\363\263\007\003get\202\371\263\007$\252\363\263\007\037/v1/remote-identity-groups/{id}'
108
108
  _REMOTEIDENTITYGROUPS.methods_by_name['List']._options = None
@@ -118,5 +118,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
118
118
  _REMOTEIDENTITYGROUP._serialized_start=749
119
119
  _REMOTEIDENTITYGROUP._serialized_end=896
120
120
  _REMOTEIDENTITYGROUPS._serialized_start=899
121
- _REMOTEIDENTITYGROUPS._serialized_end=1233
121
+ _REMOTEIDENTITYGROUPS._serialized_end=1236
122
122
  # @@protoc_insertion_point(module_scope)