strongdm 8.4.0__zip → 9.0.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.0.0}/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.0.0}/setup.py +2 -2
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/client.py +45 -1
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/drivers_pb2.py +212 -216
- strongdm-9.0.0/strongdm/identity_aliases_history_pb2.py +100 -0
- strongdm-9.0.0/strongdm/identity_aliases_history_pb2_grpc.py +84 -0
- strongdm-9.0.0/strongdm/identity_aliases_pb2.py +220 -0
- strongdm-9.0.0/strongdm/identity_aliases_pb2_grpc.py +223 -0
- strongdm-9.0.0/strongdm/identity_sets_history_pb2.py +100 -0
- strongdm-9.0.0/strongdm/identity_sets_history_pb2_grpc.py +84 -0
- strongdm-9.0.0/strongdm/identity_sets_pb2.py +122 -0
- strongdm-9.0.0/strongdm/identity_sets_pb2_grpc.py +139 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/models.py +835 -370
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/plumbing.py +409 -72
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_history_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_pb2.py +3 -3
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/svc.py +416 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/SOURCES.txt +8 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/LICENSE +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/README.md +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/setup.cfg +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/__init__.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/constants.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/errors.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/options_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_pb2.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-8.4.0 → strongdm-9.0.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-8.4.0 → strongdm-9.0.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)
|
@@ -66,6 +66,14 @@ from .control_panel_pb2 import *
|
|
66
66
|
from .control_panel_pb2_grpc import *
|
67
67
|
from .drivers_pb2 import *
|
68
68
|
from .drivers_pb2_grpc import *
|
69
|
+
from .identity_aliases_pb2 import *
|
70
|
+
from .identity_aliases_pb2_grpc import *
|
71
|
+
from .identity_aliases_history_pb2 import *
|
72
|
+
from .identity_aliases_history_pb2_grpc import *
|
73
|
+
from .identity_sets_pb2 import *
|
74
|
+
from .identity_sets_pb2_grpc import *
|
75
|
+
from .identity_sets_history_pb2 import *
|
76
|
+
from .identity_sets_history_pb2_grpc import *
|
69
77
|
from .nodes_pb2 import *
|
70
78
|
from .nodes_pb2_grpc import *
|
71
79
|
from .nodes_history_pb2 import *
|
@@ -2055,6 +2063,414 @@ class ControlPanel:
|
|
2055
2063
|
return resp
|
2056
2064
|
|
2057
2065
|
|
2066
|
+
class IdentityAliases:
|
2067
|
+
'''
|
2068
|
+
IdentityAliases assign an alias to an account within an IdentitySet.
|
2069
|
+
The alias is used as the username when connecting to a identity supported resource.
|
2070
|
+
See `strongdm.models.IdentityAlias`.
|
2071
|
+
'''
|
2072
|
+
def __init__(self, channel, client):
|
2073
|
+
self.parent = client
|
2074
|
+
self.stub = IdentityAliasesStub(channel)
|
2075
|
+
|
2076
|
+
def create(self, identity_alias, timeout=None):
|
2077
|
+
'''
|
2078
|
+
Create registers a new IdentityAlias.
|
2079
|
+
'''
|
2080
|
+
req = IdentityAliasCreateRequest()
|
2081
|
+
|
2082
|
+
if identity_alias is not None:
|
2083
|
+
req.identity_alias.CopyFrom(
|
2084
|
+
plumbing.convert_identity_alias_to_plumbing(identity_alias))
|
2085
|
+
tries = 0
|
2086
|
+
plumbing_response = None
|
2087
|
+
while True:
|
2088
|
+
try:
|
2089
|
+
plumbing_response = self.stub.Create(
|
2090
|
+
req,
|
2091
|
+
metadata=self.parent.get_metadata('IdentityAliases.Create',
|
2092
|
+
req),
|
2093
|
+
timeout=timeout)
|
2094
|
+
except Exception as e:
|
2095
|
+
if self.parent.shouldRetry(tries, e):
|
2096
|
+
tries += 1
|
2097
|
+
self.parent.jitterSleep(tries)
|
2098
|
+
continue
|
2099
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2100
|
+
break
|
2101
|
+
|
2102
|
+
resp = models.IdentityAliasCreateResponse()
|
2103
|
+
resp.identity_alias = plumbing.convert_identity_alias_to_porcelain(
|
2104
|
+
plumbing_response.identity_alias)
|
2105
|
+
resp.meta = plumbing.convert_create_response_metadata_to_porcelain(
|
2106
|
+
plumbing_response.meta)
|
2107
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
2108
|
+
plumbing_response.rate_limit)
|
2109
|
+
return resp
|
2110
|
+
|
2111
|
+
def get(self, id, timeout=None):
|
2112
|
+
'''
|
2113
|
+
Get reads one IdentityAlias by ID.
|
2114
|
+
'''
|
2115
|
+
req = IdentityAliasGetRequest()
|
2116
|
+
if self.parent.snapshot_datetime is not None:
|
2117
|
+
req.meta.CopyFrom(GetRequestMetadata())
|
2118
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
2119
|
+
|
2120
|
+
req.id = (id)
|
2121
|
+
tries = 0
|
2122
|
+
plumbing_response = None
|
2123
|
+
while True:
|
2124
|
+
try:
|
2125
|
+
plumbing_response = self.stub.Get(
|
2126
|
+
req,
|
2127
|
+
metadata=self.parent.get_metadata('IdentityAliases.Get',
|
2128
|
+
req),
|
2129
|
+
timeout=timeout)
|
2130
|
+
except Exception as e:
|
2131
|
+
if self.parent.shouldRetry(tries, e):
|
2132
|
+
tries += 1
|
2133
|
+
self.parent.jitterSleep(tries)
|
2134
|
+
continue
|
2135
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2136
|
+
break
|
2137
|
+
|
2138
|
+
resp = models.IdentityAliasGetResponse()
|
2139
|
+
resp.identity_alias = plumbing.convert_identity_alias_to_porcelain(
|
2140
|
+
plumbing_response.identity_alias)
|
2141
|
+
resp.meta = plumbing.convert_get_response_metadata_to_porcelain(
|
2142
|
+
plumbing_response.meta)
|
2143
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
2144
|
+
plumbing_response.rate_limit)
|
2145
|
+
return resp
|
2146
|
+
|
2147
|
+
def update(self, identity_alias, timeout=None):
|
2148
|
+
'''
|
2149
|
+
Update replaces all the fields of a IdentityAlias by ID.
|
2150
|
+
'''
|
2151
|
+
req = IdentityAliasUpdateRequest()
|
2152
|
+
|
2153
|
+
if identity_alias is not None:
|
2154
|
+
req.identity_alias.CopyFrom(
|
2155
|
+
plumbing.convert_identity_alias_to_plumbing(identity_alias))
|
2156
|
+
tries = 0
|
2157
|
+
plumbing_response = None
|
2158
|
+
while True:
|
2159
|
+
try:
|
2160
|
+
plumbing_response = self.stub.Update(
|
2161
|
+
req,
|
2162
|
+
metadata=self.parent.get_metadata('IdentityAliases.Update',
|
2163
|
+
req),
|
2164
|
+
timeout=timeout)
|
2165
|
+
except Exception as e:
|
2166
|
+
if self.parent.shouldRetry(tries, e):
|
2167
|
+
tries += 1
|
2168
|
+
self.parent.jitterSleep(tries)
|
2169
|
+
continue
|
2170
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2171
|
+
break
|
2172
|
+
|
2173
|
+
resp = models.IdentityAliasUpdateResponse()
|
2174
|
+
resp.identity_alias = plumbing.convert_identity_alias_to_porcelain(
|
2175
|
+
plumbing_response.identity_alias)
|
2176
|
+
resp.meta = plumbing.convert_update_response_metadata_to_porcelain(
|
2177
|
+
plumbing_response.meta)
|
2178
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
2179
|
+
plumbing_response.rate_limit)
|
2180
|
+
return resp
|
2181
|
+
|
2182
|
+
def delete(self, id, timeout=None):
|
2183
|
+
'''
|
2184
|
+
Delete removes a IdentityAlias by ID.
|
2185
|
+
'''
|
2186
|
+
req = IdentityAliasDeleteRequest()
|
2187
|
+
|
2188
|
+
req.id = (id)
|
2189
|
+
tries = 0
|
2190
|
+
plumbing_response = None
|
2191
|
+
while True:
|
2192
|
+
try:
|
2193
|
+
plumbing_response = self.stub.Delete(
|
2194
|
+
req,
|
2195
|
+
metadata=self.parent.get_metadata('IdentityAliases.Delete',
|
2196
|
+
req),
|
2197
|
+
timeout=timeout)
|
2198
|
+
except Exception as e:
|
2199
|
+
if self.parent.shouldRetry(tries, e):
|
2200
|
+
tries += 1
|
2201
|
+
self.parent.jitterSleep(tries)
|
2202
|
+
continue
|
2203
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2204
|
+
break
|
2205
|
+
|
2206
|
+
resp = models.IdentityAliasDeleteResponse()
|
2207
|
+
resp.meta = plumbing.convert_delete_response_metadata_to_porcelain(
|
2208
|
+
plumbing_response.meta)
|
2209
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
2210
|
+
plumbing_response.rate_limit)
|
2211
|
+
return resp
|
2212
|
+
|
2213
|
+
def list(self, filter, *args, timeout=None):
|
2214
|
+
'''
|
2215
|
+
List gets a list of IdentityAliases matching a given set of criteria.
|
2216
|
+
'''
|
2217
|
+
req = IdentityAliasListRequest()
|
2218
|
+
req.meta.CopyFrom(ListRequestMetadata())
|
2219
|
+
if self.parent.page_limit > 0:
|
2220
|
+
req.meta.limit = self.parent.page_limit
|
2221
|
+
if self.parent.snapshot_datetime is not None:
|
2222
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
2223
|
+
|
2224
|
+
req.filter = plumbing.quote_filter_args(filter, *args)
|
2225
|
+
|
2226
|
+
def generator(svc, req):
|
2227
|
+
tries = 0
|
2228
|
+
while True:
|
2229
|
+
try:
|
2230
|
+
plumbing_response = svc.stub.List(
|
2231
|
+
req,
|
2232
|
+
metadata=svc.parent.get_metadata(
|
2233
|
+
'IdentityAliases.List', req),
|
2234
|
+
timeout=timeout)
|
2235
|
+
except Exception as e:
|
2236
|
+
if self.parent.shouldRetry(tries, e):
|
2237
|
+
tries += 1
|
2238
|
+
self.parent.jitterSleep(tries)
|
2239
|
+
continue
|
2240
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2241
|
+
tries = 0
|
2242
|
+
for plumbing_item in plumbing_response.identity_aliases:
|
2243
|
+
yield plumbing.convert_identity_alias_to_porcelain(
|
2244
|
+
plumbing_item)
|
2245
|
+
if plumbing_response.meta.next_cursor == '':
|
2246
|
+
break
|
2247
|
+
req.meta.cursor = plumbing_response.meta.next_cursor
|
2248
|
+
|
2249
|
+
return generator(self, req)
|
2250
|
+
|
2251
|
+
|
2252
|
+
class SnapshotIdentityAliases:
|
2253
|
+
'''
|
2254
|
+
SnapshotIdentityAliases exposes the read only methods of the IdentityAliases
|
2255
|
+
service for historical queries.
|
2256
|
+
'''
|
2257
|
+
def __init__(self, identity_aliases):
|
2258
|
+
self.identity_aliases = identity_aliases
|
2259
|
+
|
2260
|
+
def get(self, id, timeout=None):
|
2261
|
+
'''
|
2262
|
+
Get reads one IdentityAlias by ID.
|
2263
|
+
'''
|
2264
|
+
return self.identity_aliases.get(id, timeout=timeout)
|
2265
|
+
|
2266
|
+
def list(self, filter, *args, timeout=None):
|
2267
|
+
'''
|
2268
|
+
List gets a list of IdentityAliases matching a given set of criteria.
|
2269
|
+
'''
|
2270
|
+
return self.identity_aliases.list(filter, *args, timeout=timeout)
|
2271
|
+
|
2272
|
+
|
2273
|
+
class IdentityAliasesHistory:
|
2274
|
+
'''
|
2275
|
+
IdentityAliasesHistory records all changes to the state of a IdentityAlias.
|
2276
|
+
See `strongdm.models.IdentityAliasHistory`.
|
2277
|
+
'''
|
2278
|
+
def __init__(self, channel, client):
|
2279
|
+
self.parent = client
|
2280
|
+
self.stub = IdentityAliasesHistoryStub(channel)
|
2281
|
+
|
2282
|
+
def list(self, filter, *args, timeout=None):
|
2283
|
+
'''
|
2284
|
+
List gets a list of IdentityAliasHistory records matching a given set of criteria.
|
2285
|
+
'''
|
2286
|
+
req = IdentityAliasHistoryListRequest()
|
2287
|
+
req.meta.CopyFrom(ListRequestMetadata())
|
2288
|
+
if self.parent.page_limit > 0:
|
2289
|
+
req.meta.limit = self.parent.page_limit
|
2290
|
+
if self.parent.snapshot_datetime is not None:
|
2291
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
2292
|
+
|
2293
|
+
req.filter = plumbing.quote_filter_args(filter, *args)
|
2294
|
+
|
2295
|
+
def generator(svc, req):
|
2296
|
+
tries = 0
|
2297
|
+
while True:
|
2298
|
+
try:
|
2299
|
+
plumbing_response = svc.stub.List(
|
2300
|
+
req,
|
2301
|
+
metadata=svc.parent.get_metadata(
|
2302
|
+
'IdentityAliasesHistory.List', req),
|
2303
|
+
timeout=timeout)
|
2304
|
+
except Exception as e:
|
2305
|
+
if self.parent.shouldRetry(tries, e):
|
2306
|
+
tries += 1
|
2307
|
+
self.parent.jitterSleep(tries)
|
2308
|
+
continue
|
2309
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2310
|
+
tries = 0
|
2311
|
+
for plumbing_item in plumbing_response.history:
|
2312
|
+
yield plumbing.convert_identity_alias_history_to_porcelain(
|
2313
|
+
plumbing_item)
|
2314
|
+
if plumbing_response.meta.next_cursor == '':
|
2315
|
+
break
|
2316
|
+
req.meta.cursor = plumbing_response.meta.next_cursor
|
2317
|
+
|
2318
|
+
return generator(self, req)
|
2319
|
+
|
2320
|
+
|
2321
|
+
class IdentitySets:
|
2322
|
+
'''
|
2323
|
+
A IdentitySet is a named grouping of Identity Aliases for Accounts.
|
2324
|
+
An Account's relationship to a IdentitySet is defined via IdentityAlias objects.
|
2325
|
+
See `strongdm.models.IdentitySet`.
|
2326
|
+
'''
|
2327
|
+
def __init__(self, channel, client):
|
2328
|
+
self.parent = client
|
2329
|
+
self.stub = IdentitySetsStub(channel)
|
2330
|
+
|
2331
|
+
def get(self, id, timeout=None):
|
2332
|
+
'''
|
2333
|
+
Get reads one IdentitySet by ID.
|
2334
|
+
'''
|
2335
|
+
req = IdentitySetGetRequest()
|
2336
|
+
if self.parent.snapshot_datetime is not None:
|
2337
|
+
req.meta.CopyFrom(GetRequestMetadata())
|
2338
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
2339
|
+
|
2340
|
+
req.id = (id)
|
2341
|
+
tries = 0
|
2342
|
+
plumbing_response = None
|
2343
|
+
while True:
|
2344
|
+
try:
|
2345
|
+
plumbing_response = self.stub.Get(
|
2346
|
+
req,
|
2347
|
+
metadata=self.parent.get_metadata('IdentitySets.Get', req),
|
2348
|
+
timeout=timeout)
|
2349
|
+
except Exception as e:
|
2350
|
+
if self.parent.shouldRetry(tries, e):
|
2351
|
+
tries += 1
|
2352
|
+
self.parent.jitterSleep(tries)
|
2353
|
+
continue
|
2354
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2355
|
+
break
|
2356
|
+
|
2357
|
+
resp = models.IdentitySetGetResponse()
|
2358
|
+
resp.identity_set = plumbing.convert_identity_set_to_porcelain(
|
2359
|
+
plumbing_response.identity_set)
|
2360
|
+
resp.meta = plumbing.convert_get_response_metadata_to_porcelain(
|
2361
|
+
plumbing_response.meta)
|
2362
|
+
resp.rate_limit = plumbing.convert_rate_limit_metadata_to_porcelain(
|
2363
|
+
plumbing_response.rate_limit)
|
2364
|
+
return resp
|
2365
|
+
|
2366
|
+
def list(self, filter, *args, timeout=None):
|
2367
|
+
'''
|
2368
|
+
List gets a list of IdentitySets matching a given set of criteria.
|
2369
|
+
'''
|
2370
|
+
req = IdentitySetListRequest()
|
2371
|
+
req.meta.CopyFrom(ListRequestMetadata())
|
2372
|
+
if self.parent.page_limit > 0:
|
2373
|
+
req.meta.limit = self.parent.page_limit
|
2374
|
+
if self.parent.snapshot_datetime is not None:
|
2375
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
2376
|
+
|
2377
|
+
req.filter = plumbing.quote_filter_args(filter, *args)
|
2378
|
+
|
2379
|
+
def generator(svc, req):
|
2380
|
+
tries = 0
|
2381
|
+
while True:
|
2382
|
+
try:
|
2383
|
+
plumbing_response = svc.stub.List(
|
2384
|
+
req,
|
2385
|
+
metadata=svc.parent.get_metadata(
|
2386
|
+
'IdentitySets.List', req),
|
2387
|
+
timeout=timeout)
|
2388
|
+
except Exception as e:
|
2389
|
+
if self.parent.shouldRetry(tries, e):
|
2390
|
+
tries += 1
|
2391
|
+
self.parent.jitterSleep(tries)
|
2392
|
+
continue
|
2393
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2394
|
+
tries = 0
|
2395
|
+
for plumbing_item in plumbing_response.identity_sets:
|
2396
|
+
yield plumbing.convert_identity_set_to_porcelain(
|
2397
|
+
plumbing_item)
|
2398
|
+
if plumbing_response.meta.next_cursor == '':
|
2399
|
+
break
|
2400
|
+
req.meta.cursor = plumbing_response.meta.next_cursor
|
2401
|
+
|
2402
|
+
return generator(self, req)
|
2403
|
+
|
2404
|
+
|
2405
|
+
class SnapshotIdentitySets:
|
2406
|
+
'''
|
2407
|
+
SnapshotIdentitySets exposes the read only methods of the IdentitySets
|
2408
|
+
service for historical queries.
|
2409
|
+
'''
|
2410
|
+
def __init__(self, identity_sets):
|
2411
|
+
self.identity_sets = identity_sets
|
2412
|
+
|
2413
|
+
def get(self, id, timeout=None):
|
2414
|
+
'''
|
2415
|
+
Get reads one IdentitySet by ID.
|
2416
|
+
'''
|
2417
|
+
return self.identity_sets.get(id, timeout=timeout)
|
2418
|
+
|
2419
|
+
def list(self, filter, *args, timeout=None):
|
2420
|
+
'''
|
2421
|
+
List gets a list of IdentitySets matching a given set of criteria.
|
2422
|
+
'''
|
2423
|
+
return self.identity_sets.list(filter, *args, timeout=timeout)
|
2424
|
+
|
2425
|
+
|
2426
|
+
class IdentitySetsHistory:
|
2427
|
+
'''
|
2428
|
+
IdentitySetsHistory records all changes to the state of a IdentitySet.
|
2429
|
+
See `strongdm.models.IdentitySetHistory`.
|
2430
|
+
'''
|
2431
|
+
def __init__(self, channel, client):
|
2432
|
+
self.parent = client
|
2433
|
+
self.stub = IdentitySetsHistoryStub(channel)
|
2434
|
+
|
2435
|
+
def list(self, filter, *args, timeout=None):
|
2436
|
+
'''
|
2437
|
+
List gets a list of IdentitySetHistory records matching a given set of criteria.
|
2438
|
+
'''
|
2439
|
+
req = IdentitySetHistoryListRequest()
|
2440
|
+
req.meta.CopyFrom(ListRequestMetadata())
|
2441
|
+
if self.parent.page_limit > 0:
|
2442
|
+
req.meta.limit = self.parent.page_limit
|
2443
|
+
if self.parent.snapshot_datetime is not None:
|
2444
|
+
req.meta.snapshot_at.FromDatetime(self.parent.snapshot_datetime)
|
2445
|
+
|
2446
|
+
req.filter = plumbing.quote_filter_args(filter, *args)
|
2447
|
+
|
2448
|
+
def generator(svc, req):
|
2449
|
+
tries = 0
|
2450
|
+
while True:
|
2451
|
+
try:
|
2452
|
+
plumbing_response = svc.stub.List(
|
2453
|
+
req,
|
2454
|
+
metadata=svc.parent.get_metadata(
|
2455
|
+
'IdentitySetsHistory.List', req),
|
2456
|
+
timeout=timeout)
|
2457
|
+
except Exception as e:
|
2458
|
+
if self.parent.shouldRetry(tries, e):
|
2459
|
+
tries += 1
|
2460
|
+
self.parent.jitterSleep(tries)
|
2461
|
+
continue
|
2462
|
+
raise plumbing.convert_error_to_porcelain(e) from e
|
2463
|
+
tries = 0
|
2464
|
+
for plumbing_item in plumbing_response.history:
|
2465
|
+
yield plumbing.convert_identity_set_history_to_porcelain(
|
2466
|
+
plumbing_item)
|
2467
|
+
if plumbing_response.meta.next_cursor == '':
|
2468
|
+
break
|
2469
|
+
req.meta.cursor = plumbing_response.meta.next_cursor
|
2470
|
+
|
2471
|
+
return generator(self, req)
|
2472
|
+
|
2473
|
+
|
2058
2474
|
class Nodes:
|
2059
2475
|
'''
|
2060
2476
|
Nodes make up the strongDM network, and allow your users to connect securely to your resources. There are two types of nodes:
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strongdm
|
3
|
-
Version:
|
3
|
+
Version: 9.0.0
|
4
4
|
Summary: strongDM SDK for the Python programming language.
|
5
5
|
Home-page: https://github.com/strongdm/strongdm-sdk-python
|
6
6
|
Author: strongDM Team
|
7
7
|
Author-email: sdk-feedback@strongdm.com
|
8
8
|
License: apache-2.0
|
9
|
-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/
|
9
|
+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v9.0.0.tar.gz
|
10
10
|
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
|
11
11
|
Platform: UNKNOWN
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
@@ -47,6 +47,14 @@ strongdm/control_panel_pb2_grpc.py
|
|
47
47
|
strongdm/drivers_pb2.py
|
48
48
|
strongdm/drivers_pb2_grpc.py
|
49
49
|
strongdm/errors.py
|
50
|
+
strongdm/identity_aliases_history_pb2.py
|
51
|
+
strongdm/identity_aliases_history_pb2_grpc.py
|
52
|
+
strongdm/identity_aliases_pb2.py
|
53
|
+
strongdm/identity_aliases_pb2_grpc.py
|
54
|
+
strongdm/identity_sets_history_pb2.py
|
55
|
+
strongdm/identity_sets_history_pb2_grpc.py
|
56
|
+
strongdm/identity_sets_pb2.py
|
57
|
+
strongdm/identity_sets_pb2_grpc.py
|
50
58
|
strongdm/models.py
|
51
59
|
strongdm/nodes_history_pb2.py
|
52
60
|
strongdm/nodes_history_pb2_grpc.py
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|