strongdm 11.9.0__zip → 11.10.1__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-11.9.0 → strongdm-11.10.1}/PKG-INFO +2 -2
- {strongdm-11.9.0 → strongdm-11.10.1}/setup.py +2 -2
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/accounts_pb2.py +10 -8
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/client.py +1 -1
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/constants.py +3 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/drivers_pb2.py +348 -348
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/models.py +19 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/nodes_pb2.py +37 -37
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/organization_history_pb2.py +6 -4
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/plumbing.py +4 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-11.9.0 → strongdm-11.10.1}/LICENSE +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/README.md +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/setup.cfg +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/__init__.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/access_request_events_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/access_requests_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/access_requests_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/activities_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_approvers_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_steps_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflows_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflows_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/errors.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/options_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/policies_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/policies_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/policies_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/policies_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/queries_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/replays_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/resources_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/roles_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/spec_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/svc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/tags_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_approvers_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_approvers_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_assignments_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_assignments_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_roles_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_roles_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflows_history_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflows_pb2.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm.egg-info/SOURCES.txt +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-11.9.0 → strongdm-11.10.1}/strongdm.egg-info/top_level.txt +0 -0
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
|
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
|