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.
- {strongdm-8.4.0 → strongdm-9.1.0}/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.1.0}/setup.py +2 -2
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/client.py +45 -1
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/drivers_pb2.py +212 -216
- strongdm-9.1.0/strongdm/identity_aliases_history_pb2.py +100 -0
- strongdm-9.1.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
- strongdm-9.1.0/strongdm/identity_aliases_pb2.py +220 -0
- strongdm-9.1.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
- strongdm-9.1.0/strongdm/identity_sets_history_pb2.py +100 -0
- strongdm-9.1.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
- strongdm-9.1.0/strongdm/identity_sets_pb2.py +216 -0
- strongdm-9.1.0/strongdm/identity_sets_pb2_grpc.py +223 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/models.py +984 -370
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/plumbing.py +525 -72
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/svc.py +517 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/SOURCES.txt +8 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/LICENSE +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/README.md +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/setup.cfg +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/__init__.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/constants.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/errors.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/options_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-8.4.0 → strongdm-9.1.0}/strongdm.egg-info/requires.txt +0 -0
- {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\
|
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=
|
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\
|
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=
|
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\
|
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=
|
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\
|
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=
|
121
|
+
_REMOTEIDENTITYGROUPS._serialized_end=1236
|
122
122
|
# @@protoc_insertion_point(module_scope)
|